====================================================
* Account upsertion
* Empty credit and debit forms, the latter with the ability to charge groups
* Fixed redirection on posting transfers
* Reverse order of credits and debits
* Style: prevent monospace size reduction in some browsers; td.mark class
* Totals in report and and bankStatement
* 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
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
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.