aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/schemas.ts
Commit message (Collapse)AuthorAgeFilesLines
* Assign categories to expenses (#28)Chris Johnston2024-01-111-0/+1
| | | | | | | | | | | | | * add expense categories * set category to Payment for reimbursements * Insert categories as part of the migration * Display category groups --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Add Expense Date (#26)Chris Johnston2024-01-081-0/+1
| | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Add splitmode and shares to expenses (#11)Sebastien Castiel2024-01-081-28/+104
| | | | | | | | | | | | | * Add splitmode and shares to expenses * Update balances based on shares * Change field size * Form validation * Redesign expense form * Split unevenly by amount
* Select all/no participant for expenses (Fix #3)Sebastien Castiel2023-12-121-1/+1
|
* Fix string to number conversion in expense schema (Fix #1) (#2)Sebastien Castiel2023-12-121-1/+1
|
* Store amounts as centsSebastien Castiel2023-12-071-3/+21
|
* ReimbursementsSebastien Castiel2023-12-061-0/+1
|
* Add currencySebastien Castiel2023-12-061-0/+4
|
* First versionSebastien Castiel2023-12-051-0/+50