]> Git — Sourcephile - comptalang.git/commit
Adapte hcompta-jcc.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Mon, 29 Aug 2016 17:28:06 +0000 (19:28 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Fri, 14 Oct 2016 19:18:50 +0000 (21:18 +0200)
commitb5467ffad4e53586aa0560875c55c1b838f1a758
tree550b25231dd2379ccebd18eeba28272f0d8a582b
parent39de446db69ba326893d532d613fe06e0fcd032e
Adapte hcompta-jcc.
30 files changed:
jcc/.gitignore [deleted file]
jcc/HLint.hs [new file with mode: 0644]
jcc/Hcompta/Format/JCC.hs [deleted file]
jcc/Hcompta/Format/JCC/Chart.hs [deleted file]
jcc/Hcompta/Format/JCC/Posting.hs [deleted file]
jcc/Hcompta/Format/JCC/Transaction.hs [deleted file]
jcc/Hcompta/HLint.hs [new symlink]
jcc/Hcompta/JCC.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Account.hs [moved from jcc/Hcompta/Format/JCC/Account.hs with 72% similarity]
jcc/Hcompta/JCC/Amount.hs [moved from jcc/Hcompta/Format/JCC/Amount.hs with 67% similarity]
jcc/Hcompta/JCC/Chart.hs [new file with mode: 0644]
jcc/Hcompta/JCC/HLint.hs [new symlink]
jcc/Hcompta/JCC/Journal.hs [moved from jcc/Hcompta/Format/JCC/Journal.hs with 83% similarity]
jcc/Hcompta/JCC/Lib/FilePath.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Lib/HLint.hs [new symlink]
jcc/Hcompta/JCC/Lib/Parsec.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Posting.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Quantity.hs [moved from jcc/Hcompta/Format/JCC/Quantity.hs with 87% similarity]
jcc/Hcompta/JCC/Read.hs [moved from jcc/Hcompta/Format/JCC/Read.hs with 56% similarity]
jcc/Hcompta/JCC/Read/HLint.hs [new symlink]
jcc/Hcompta/JCC/Read/Test.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Test.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Transaction.hs [new file with mode: 0644]
jcc/Hcompta/JCC/Write.hs [moved from jcc/Hcompta/Format/JCC/Write.hs with 71% similarity]
jcc/Hcompta/JCC/Write/HLint.hs [new symlink]
jcc/Hcompta/JCC/Write/Test.hs [new file with mode: 0644]
jcc/Test/Main.hs [deleted file]
jcc/cabal.config
jcc/hcompta-jcc.cabal
jcc/test.sh [new file with mode: 0755]