treasuredb/t
Florian "flowdy" Heß 8459e9ae48 Fixes and tests for indirect transfers. Extended balance.
TrsrDB:
    fixed Id -> credId
    autobalance -> make_transfers

TrsrDB::Account:
    added history accessor
TrsrDB::Balance:
    added fieds earned spent and even_until, renamed credit to available
TrsrDB::CurrentArrears:
    fixed account -> debtor in relation declaration
schema.sql:
    fixed triggers
    deactivated trigger enforceFixedCredit
    extended Balance with some more fields
t/schema.{sql,out}
    trivial fixes
t/schema.t added tests:
    Get balances after transfers
    partial use of credit,
    indirect transfers
2016-07-06 22:53:31 +02:00
..
schema.out Fixes and tests for indirect transfers. Extended balance. 2016-07-06 22:53:31 +02:00
schema.sh Refactored and united raw and ORM api tests 2016-07-04 20:21:47 +02:00
schema.sql Fixes and tests for indirect transfers. Extended balance. 2016-07-06 22:53:31 +02:00
schema.t Fixes and tests for indirect transfers. Extended balance. 2016-07-06 22:53:31 +02:00