aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/balances.ts
Commit message (Collapse)AuthorAgeFilesLines
* Round totals rather than expense by expense (#88)Lauri Vuorela2024-02-131-4/+30
| | | | | | | | | * do balance rounding only on full balances rather than on every expense * use "public balances" calculated from reimbursements to show on balance page * fixes for totals that did not work as expected * prettier
* Add splitmode and shares to expenses (#11)Sebastien Castiel2024-01-081-16/+25
| | | | | | | | | | | | | * Add splitmode and shares to expenses * Update balances based on shares * Change field size * Form validation * Redesign expense form * Split unevenly by amount
* Store amounts as centsSebastien Castiel2023-12-071-3/+3
|
* Fix balances displaySebastien Castiel2023-12-061-3/+3
|
* ReimbursementsSebastien Castiel2023-12-061-1/+0
|
* ReimbursementsSebastien Castiel2023-12-061-0/+40
|
* BalancesSebastien Castiel2023-12-061-0/+42