mirror of
https://github.com/jcreek/bank-statement-analyser.git
synced 2026-07-12 18:33:46 +00:00
Added functionality for adding and deleting transactions manually, and loading and saving using localstorage, however there is a bug with the job passed to localstorage. Also changed the data structure slightly.
This commit is contained in:
@@ -21,7 +21,7 @@ If you wish to contribute other bank statement csv formats or features then plea
|
||||
|
||||
### Things for version 1.0
|
||||
|
||||
1. Set up adding statement lines and displaying them
|
||||
1. ~~Set up adding statement lines and displaying them~~
|
||||
2. Set up adding and saving statement lines with localstorage, and reloading from localstorage
|
||||
3. Set up importing a csv file (bank statement) to the data structure, adding each line
|
||||
4. Modify that to ignore any entries that already exist upon import
|
||||
|
||||
Reference in New Issue
Block a user