]> Git — Sourcephile - comptalang.git/commit
Ajout : Hcompta.Format.JCC.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Sat, 16 Jan 2016 19:46:43 +0000 (20:46 +0100)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Mon, 18 Jan 2016 20:17:42 +0000 (21:17 +0100)
commit27906d0f0a8e768a82be2c9f1c2cd405a4d7837c
tree9fe324d3cb1f13fe0504bf170193e8c2162b5c32
parent28471552597f3ae8221a78c4458be855e065f76c
Ajout : Hcompta.Format.JCC.
69 files changed:
GNUmakefile
cli/Hcompta/CLI/Command.hs
cli/Hcompta/CLI/Command/Balance.hs
cli/Hcompta/CLI/Command/GL.hs
cli/Hcompta/CLI/Command/Journal.hs
cli/Hcompta/CLI/Command/Journals.hs
cli/Hcompta/CLI/Command/Stats.hs
cli/Hcompta/CLI/Command/Tags.hs
cli/Hcompta/CLI/Context.hs
cli/Hcompta/CLI/Env.hs [new file with mode: 0644]
cli/Hcompta/CLI/Format.hs [new file with mode: 0644]
cli/Hcompta/CLI/Format/JCC.hs [new file with mode: 0644]
cli/Hcompta/CLI/Format/Ledger.hs
cli/Hcompta/CLI/Lang.hs
cli/Hcompta/CLI/Lib/Leijen/Table.hs
cli/Hcompta/CLI/Write.hs
cli/hcompta-cli.cabal
jcc/.gitignore [new file with mode: 0644]
jcc/COPYING [new file with mode: 0644]
jcc/Hcompta/Format/JCC.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Account/Read.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Amount.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Amount/Read.hs [moved from ledger/Hcompta/Format/Ledger/Amount/Read.hs with 88% similarity]
jcc/Hcompta/Format/JCC/Amount/Style.hs [moved from ledger/Hcompta/Format/Ledger/Amount/Style.hs with 53% similarity]
jcc/Hcompta/Format/JCC/Amount/Write.hs [moved from ledger/Hcompta/Format/Ledger/Amount/Write.hs with 88% similarity]
jcc/Hcompta/Format/JCC/Common/Read.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Date/Read.hs [moved from ledger/Hcompta/Format/Ledger/Date/Read.hs with 66% similarity]
jcc/Hcompta/Format/JCC/Date/Write.hs [moved from ledger/Hcompta/Format/Ledger/Date/Write.hs with 91% similarity]
jcc/Hcompta/Format/JCC/Journal.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Quantity.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Read.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Unit.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC/Write.hs [new file with mode: 0644]
jcc/cabal.config [new file with mode: 0644]
jcc/hcompta-jcc.cabal [new file with mode: 0644]
ledger/Hcompta/Format/Ledger.hs
ledger/Hcompta/Format/Ledger/Account.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Account/Read.hs [deleted file]
ledger/Hcompta/Format/Ledger/Amount.hs
ledger/Hcompta/Format/Ledger/Chart.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Journal.hs
ledger/Hcompta/Format/Ledger/Posting.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Quantity.hs
ledger/Hcompta/Format/Ledger/Read.hs
ledger/Hcompta/Format/Ledger/Transaction.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Unit.hs [deleted file]
ledger/Hcompta/Format/Ledger/Write.hs
ledger/Test/Main.hs
ledger/hcompta-ledger.cabal
lib/Hcompta/Account.hs
lib/Hcompta/Anchor.hs [new file with mode: 0644]
lib/Hcompta/Balance.hs
lib/Hcompta/Chart.hs
lib/Hcompta/Filter.hs
lib/Hcompta/Filter/Amount.hs
lib/Hcompta/Filter/Amount/Read.hs
lib/Hcompta/Filter/Date/Read.hs
lib/Hcompta/Filter/Read.hs
lib/Hcompta/GL.hs
lib/Hcompta/Journal.hs
lib/Hcompta/Lib/Consable.hs
lib/Hcompta/Lib/Leijen.hs
lib/Hcompta/Lib/Parsec.hs
lib/Hcompta/Lib/TreeMap.hs
lib/Hcompta/Posting.hs
lib/Hcompta/Stats.hs
lib/Hcompta/Tag.hs
lib/Hcompta/Transaction.hs
lib/hcompta-lib.cabal