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:
Josh Creek
2019-04-13 21:57:01 +01:00
parent c5eb1435a3
commit 310adecdc0
8 changed files with 200 additions and 51 deletions
+1 -1
View File
@@ -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