]> Git — Sourcephile - tmp/julm/literate-invoice.git/commit
feat(invoice): add what I need
authorJulien Moutinho <julm@sourcephile.fr>
Wed, 14 Jan 2026 09:55:55 +0000 (10:55 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Thu, 22 Jan 2026 19:30:26 +0000 (20:30 +0100)
commit8a0bf9a13ff31a69a8b373b5ac2b2742068ff4b1
tree196ce3e57311626911deca98eabdce6990ac8f03
parenta5a453b2e9d0f4ba7bd33e4eba9b9c04e6c5aab5
feat(invoice): add what I need
22 files changed:
data/styles/Document.css
data/styles/Invoice.css
data/styles/Paper.css
data/styles/Table.css
flake.nix
literate-invoice.cabal
src/Literate/Accounting/Math.hs
src/Literate/Document/HTML.hs
src/Literate/Document/Table.hs
src/Literate/Document/Type.hs
src/Literate/Invoice/HTML.hs
src/Literate/Invoice/Invoice.hs
src/Literate/Organization.hs [new file with mode: 0644]
src/Literate/Prelude.hs
src/Literate/Rebindable.hs
tests/Tests/Entity.hs [deleted file]
tests/Tests/Invoice.hs
tests/Tests/Invoice/ent2inv1.html [deleted file]
tests/Tests/Invoice/ent2inv2.html [deleted file]
tests/Tests/Invoice/org3sale1.html [new file with mode: 0644]
tests/Tests/Invoice/org3sale2.html [new file with mode: 0644]
tests/Tests/Organization.hs [new file with mode: 0644]