]> Git — Sourcephile - comptalang.git/commit
Ajout : Calc.Balance types and constructors.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Sat, 28 Mar 2015 00:56:09 +0000 (01:56 +0100)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Thu, 2 Apr 2015 15:24:04 +0000 (17:24 +0200)
commit1c65d5055b890586c306dc61cb299af586d23983
tree5e16421466b713be995ab1332402419bc2a70d56
parent35a232873dde6f1c6d7b1f50f0b2247decdff6f6
Ajout : Calc.Balance types and constructors.
30 files changed:
cli/cabal.config [new file with mode: 0644]
lib/Hcompta/Calc.hs
lib/Hcompta/Calc/Balance.hs
lib/Hcompta/Format.hs
lib/Hcompta/Format/Ledger.hs
lib/Hcompta/Format/Ledger/Journal.hs [new file with mode: 0644]
lib/Hcompta/Format/Ledger/Read.hs [new file with mode: 0644]
lib/Hcompta/Model.hs
lib/Hcompta/Model/Account.hs
lib/Hcompta/Model/Account/Name.hs [deleted file]
lib/Hcompta/Model/Amount.hs
lib/Hcompta/Model/Amount/Commodity.hs [deleted file]
lib/Hcompta/Model/Amount/Conversion.hs [new file with mode: 0644]
lib/Hcompta/Model/Amount/Conversion/Historical.hs [new file with mode: 0644]
lib/Hcompta/Model/Amount/Price.hs [deleted file]
lib/Hcompta/Model/Amount/Price/Historical.hs [deleted file]
lib/Hcompta/Model/Amount/Quantity.hs
lib/Hcompta/Model/Amount/Style.hs
lib/Hcompta/Model/Amount/Unit.hs [new file with mode: 0644]
lib/Hcompta/Model/Date.hs
lib/Hcompta/Model/Filter.hs
lib/Hcompta/Model/Posting.hs [deleted file]
lib/Hcompta/Model/Tag.hs [deleted file]
lib/Hcompta/Model/Transaction.hs
lib/Hcompta/Model/Transaction/Posting.hs [new file with mode: 0644]
lib/Hcompta/Model/Transaction/Tag.hs [new file with mode: 0644]
lib/Test/Main.hs
lib/cabal.config [new file with mode: 0644]
lib/hcompta-lib.cabal
web/cabal.config [new file with mode: 0644]