mirror of
https://github.com/jcreek/bank-statement-analyser.git
synced 2026-07-13 02:43:47 +00:00
Moved files to appropriate folders
This commit is contained in:
@@ -1 +1,42 @@
|
|||||||
# bank-statement-analyser
|
# bank-statement-analyser
|
||||||
|
|
||||||
|
## Project setup
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compiles and hot-reloads for development
|
||||||
|
```
|
||||||
|
npm run serve
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compiles and minifies for production
|
||||||
|
```
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
### Run your tests
|
||||||
|
```
|
||||||
|
npm run test
|
||||||
|
```
|
||||||
|
|
||||||
|
### Lints and fixes files
|
||||||
|
```
|
||||||
|
npm run lint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Customize configuration
|
||||||
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This project is designed to:
|
||||||
|
|
||||||
|
- Import a csv file (bank statement), ignoring any entries that already exist upon import
|
||||||
|
- Apply tags/categories to each transaction
|
||||||
|
- Be able to set rules to auto apply these, or manually set them for each item on a statement when adding it in
|
||||||
|
- Have separate categories for savings and expenditure
|
||||||
|
- Be able to summarise (with graphs) expenditure and savings for any selected time period
|
||||||
|
- Be able to expand the above summaries for more detailed information
|
||||||
|
- Be able to calculate your current FIRE status (i.e. how much you save in a year, and, assuming a return of x%, how much your yearly income from investing your savings would be, compounding to calculate how long until you hit a minimum retirement goal - vaguely similar to https://app.fin-dee.com/)
|
||||||
|
- Be able to analyse and capture trends in expenditure and saving across months/years
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
# bank-statement-analyser
|
|
||||||
|
|
||||||
## Project setup
|
|
||||||
```
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
|
||||||
```
|
|
||||||
npm run serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and minifies for production
|
|
||||||
```
|
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Run your tests
|
|
||||||
```
|
|
||||||
npm run test
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lints and fixes files
|
|
||||||
```
|
|
||||||
npm run lint
|
|
||||||
```
|
|
||||||
|
|
||||||
### Customize configuration
|
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This project is designed to:
|
|
||||||
|
|
||||||
- Import a csv file (bank statement), ignoring any entries that already exist upon import
|
|
||||||
- Apply tags/categories to each transaction
|
|
||||||
- Be able to set rules to auto apply these, or manually set them for each item on a statement when adding it in
|
|
||||||
- Have separate categories for savings and expenditure
|
|
||||||
- Be able to summarise (with graphs) expenditure and savings for any selected time period
|
|
||||||
- Be able to expand the above summaries for more detailed information
|
|
||||||
- Be able to calculate your current FIRE status (i.e. how much you save in a year, and, assuming a return of x%, how much your yearly income from investing your savings would be, compounding to calculate how long until you hit a minimum retirement goal - vaguely similar to https://app.fin-dee.com/)
|
|
||||||
- Be able to analyse and capture trends in expenditure and saving across months/years
|
|
||||||
-11178
File diff suppressed because it is too large
Load Diff
Generated
+11176
-1
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user