Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 9, 2024
1 parent 2d662b3 commit ec3c2c8
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 2 deletions.
94 changes: 94 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Example output when EASE_LOGGER=console
Balance Check
-------------

![raiffeisenbank-balance](raiffeisenbank-balance.svg?raw=true)

```shell
raiffeisenbank-balance [path/to/.env]
```
Expand Down Expand Up @@ -89,6 +91,98 @@ Example output:
}
```

Transaction Report
------------------

![raiffeisenbank-transaction-report](raiffeisenbank-transaction-report.svg?raw=true)

```shell
raiffeisenbank-transaction-report [path/to/.env]
```

Example output:

```json
{
"source": "000000000@VitexSoftware\\Raiffeisenbank\\Statementor",
"account": "000000000",
"in": {
"2024-03-06T11:17:34": "2904",
"2024-03-07T06:02:04": "19602",
"2024-03-12T11:29:04": "363",
"2024-03-12T12:55:05": "363",
"2024-03-15T10:29:36": "26892.25",
"2024-03-19T01:11:40": "1815",
"2024-03-19T05:25:52": "726",
"2024-03-19T15:05:42": "3630",
"2024-03-21T17:56:34": "77621.5",
"2024-03-22T06:02:01": "1996.5",
"2024-03-25T10:26:12": "2359.5",
"2024-03-25T12:52:38": "5989.5",
"2024-03-27T17:59:30": "3085.5",
"2024-02-02T11:26:26": "12342",
"2024-02-06T14:05:14": "363",
"2024-02-06T14:06:09": "181.5",
"2024-02-12T13:45:10": "1452",
"2024-02-13T01:16:16": "275.88",
"2024-02-13T08:13:16": "181.5",
"2024-02-14T11:55:21": "968",
"2024-02-14T15:51:04": "1694",
"2024-02-14T16:35:02": "10527",
"2024-02-15T01:25:24": "2178",
"2024-02-15T19:26:15": "1058.75",
"2024-02-15T19:26:40": "1270.5",
"2024-02-17T18:59:54": "726",
"2024-02-20T11:52:17": "907.5",
"2024-02-22T11:54:16": "2359.5",
"2024-02-25T20:27:46": "12069.75",
"2024-02-27T17:18:38": "7018",
"2024-02-29T01:32:39": "7199.5"
},
"out": {
"2024-03-01T15:09:43": "12000",
"2024-03-01T15:10:12": "16000",
"2024-03-08T11:52:50": "46222",
"2024-03-13T06:06:37": "2928",
"2024-03-15T06:16:36": "632",
"2024-03-15T13:37:10": "20000",
"2024-03-16T06:17:31": "399",
"2024-03-17T06:22:15": "2654",
"2024-03-20T06:08:20": "2552",
"2024-03-20T15:25:44": "1367",
"2024-03-25T16:56:26": "21222",
"2024-03-26T20:42:37": "2520.13",
"2024-03-26T20:55:40": "181.5",
"2024-03-26T20:57:12": "16692",
"2024-03-26T20:58:46": "10000",
"2024-03-26T21:00:27": "3375",
"2024-03-26T21:01:29": "6380",
"2024-03-26T21:02:10": "3038",
"2024-03-26T21:03:51": "23037",
"2024-03-26T21:04:44": "4200",
"2024-03-26T21:05:44": "17700",
"2024-03-26T21:06:34": "800",
"2024-03-26T21:10:06": "16692",
"2024-03-26T21:11:02": "10000",
"2024-03-26T21:11:50": "3375",
"2024-03-26T21:12:34": "6380",
"2024-03-26T21:13:12": "3038",
"2024-03-31T23:59:59": "63.55",
"2024-02-02T18:06:22": "20000",
"2024-02-10T01:09:24": "24100",
"2024-02-21T11:24:38": "50000",
"2024-02-29T23:59:59": "59.45"
},
"in_total": 34,
"out_total": 34,
"in_sum_total": 313035.22000000003,
"out_sum_total": 347705.63,
"from": "2024-02-01",
"to": "2024-03-31",
"iban": "CZ0000000000000000000000"
}
```

Configuration
-------------

Expand Down
Empty file modified bin/raiffeisenbank-balance
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ Architecture: all
Depends: raiffeisenbank-statement-downloader, multiflexi
Description: Raiffeisen Bank statement downloader to MultiFlexi
Allow use of Raiffeisen Bank statement downloader in MultiFlexi environment


0 comments on commit ec3c2c8

Please sign in to comment.