finance-tracker
finance-tracker copied to clipboard
A web-based tool to keep track of your finances with a focus on automation, privacy, flexible analysis and search.
For irregular, but long-term payments, such as: * fuel * contacts * phone bills
For now, until proper presets are useful.
This is only about the code/resources. To make it actually useful, concurrency has to be considered (#25), which enables a local persistent model that can be saved without a connection,...
Use angular environment file to specify `/api` or `/api-dev`. Bind `/api-dev` to local dev files, write deployment script that loads files from git repo into the prod directory.
Purpose: Purely cosmetic display in list, to notice when going through transactions ones I already touched. Should be manually editable anyways.
Use cases: * Warning on `beforeunload` * Warning before refresh
Can't think of a use case yet, so low priority.
KISS, because I don't care about i18n yet. `You are about to delete {{transactionNum | pluralize:'transaction'}}.` should be rendered as "You are about to delete 2 transactions.
Both for manual edit and for CSV import. Should migrate (maybe just manually) existing entries.