]> Git — Sourcephile - comptalang.git/commit
Ajout : GL (General Ledger).
authorJulien Moutinho <julm+hcompta@autogeree.net>
Tue, 23 Jun 2015 15:04:59 +0000 (17:04 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Mon, 29 Jun 2015 03:18:36 +0000 (05:18 +0200)
commit4c198a188a234e3c6435f585141610228a0fbbf0
tree6671f087e8a039b2a15495bb38b787d728ecd851
parente28b00e9b1e16d72e5e11db5c6b026aa8862a535
Ajout : GL (General Ledger).
23 files changed:
cli/Hcompta/CLI.hs [deleted file]
cli/Hcompta/CLI/Command.hs
cli/Hcompta/CLI/Command/Add.hs [deleted file]
cli/Hcompta/CLI/Command/Balance.hs
cli/Hcompta/CLI/Command/GL.hs [new file with mode: 0644]
cli/Hcompta/CLI/Command/Register.hs [deleted file]
cli/Hcompta/CLI/Command/Stats.hs [deleted file]
cli/Hcompta/CLI/Lang.hs
cli/hcompta-cli.cabal
lib/Hcompta/Amount.hs
lib/Hcompta/Amount/Write.hs [new file with mode: 0644]
lib/Hcompta/Balance.hs
lib/Hcompta/Date/Read.hs
lib/Hcompta/Date/Write.hs [new file with mode: 0644]
lib/Hcompta/Filter.hs
lib/Hcompta/Filter/Read.hs
lib/Hcompta/Format.hs [deleted file]
lib/Hcompta/Format/Ledger.hs
lib/Hcompta/Format/Ledger/Write.hs
lib/Hcompta/GL.hs [new file with mode: 0644]
lib/Hcompta/Lib/TreeMap.hs
lib/Test/Main.hs
lib/hcompta-lib.cabal