Commit Graph

17 Commits

Author SHA1 Message Date
Florian "flowdy" Heß e758a4c8d6 Fixed test in t/02_http+scripts.t 2017-02-11 06:29:45 +01:00
Florian "flowdy" Heß bb05b06cf3 Test suite starts covering HTTP interface.
+ Added some files missing in previous commits.
2017-02-06 08:10:05 +01:00
Florian "flowdy" Heß d7db9a2eb1 Added categories and Filter widget 2017-01-29 16:08:28 +01:00
Florian "flowdy" Heß 84d913836e Reworked balancing and rebalancing 2017-01-23 19:08:04 +01:00
Florian "flowdy" Heß 336185aee1 Refactorization and splitting of schema files 2017-01-23 19:08:04 +01:00
Florian "flowdy" Heß 53ef8ff175 Various fixes and completing the HTTP interface 2017-01-15 22:03:06 +01:00
Florian "flowdy" Heß 3773c3f123 Various changes and fixes: Added report, etc. Tests pass.
* reworked and used TrsrDB::expand_ids more tightly
  * account item selection in TrsrDB::make_transfers
  * web_auth / User relation for coming HTTP interface
  * income and target inter-relations between TrsrDB::Credit and TrsrDB::Debit
  * Transfer note
  * reactivated enforceFixedCredit to take effect unless _temp table is empty
  * added CreditsInFocus and Report views
2017-01-14 09:50:16 +01:00
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
Florian "flowdy" Heß bc37ee316b Refactored and united raw and ORM api tests 2016-07-04 20:21:47 +02:00
Florian "flowdy" Heß 3985b46224 Added TrsrDB::autobalance(). Renamings and fixes.
Renamed "debts" to "arrears", because of psychologically slightly more positive
connotations. Renamed field "Id" of table Credit to "credId" in analogy to
field "billId" of table Debit.
2016-07-03 22:26:58 +02:00
Florian "flowdy" Heß 57556d252b added ORM api and some tests 2016-07-03 22:15:32 +02:00
Florian "flowdy" Heß dbbada8307 Adapted line numbers in t/schema.out 2016-06-26 21:31:06 +02:00
Florian "flowdy" Heß 99832d0e10 activate recursive triggers in test sql 2016-06-26 21:29:16 +02:00
Florian "flowdy" Heß d915d32e3b Added check so that debits cannot be linked with an incoming payment as target 2016-06-26 21:27:39 +02:00
Florian "flowdy" Heß acad2118c5 added History view 2016-06-26 15:27:50 +02:00
Florian "flowdy" Heß 2639700adb Fixed line numbers in t/schema.out 2016-06-25 19:17:58 +02:00
Florian "flowdy" Heß f2f1bdf036 rewording in schema.sh; move test scripts to t/; add executable test.sh 2016-06-05 12:41:48 +02:00