-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from riclage/feature/transfer-pattern
Add support for the transfer pattern in the mapping file
- Loading branch information
Showing
13 changed files
with
324 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
.icsv2ledgerrc* | ||
tests/.pytest_cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
15/03/2019 * My Restaurant | ||
; MD5Sum: ade6e00119fe2b145ecddb30e50e2d4c | ||
; CSV: 15/03/2019;CREDIT CARD 15/12/2018 MY RESTAURANT;;-92,90;EUR | ||
Expenses:Dining | ||
Assets:Bank:Current -92.90 | ||
|
||
16/03/2019 * Unknown Transfer | ||
; MD5Sum: 2313495c75e0d4794c1f445d585f34c4 | ||
; CSV: 16/03/2019;TRANSFER RECEIVED MR UNKNOWN;;250,73;EUR | ||
Income:Unknown | ||
Assets:Bank:Current 250.73 | ||
|
||
17/03/2019 * Savings | ||
; MD5Sum: f16676d80071cd9f5fc0a6db3387717a | ||
; CSV: 17/03/2019;TRANSFER SENT SAVINGS ACC;;-100,00;EUR | ||
Transfers:Savings | ||
Assets:Bank:Current -100.00 | ||
|
||
17/03/2019 * Savings | ||
; MD5Sum: f16676d80071cd9f5fc0a6db3387717a | ||
; CSV: 17/03/2019;TRANSFER SENT SAVINGS ACC;;-100,00;EUR | ||
Assets:Bank:Savings | ||
Transfers:Savings -100.00 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
15/03/2019;CREDIT CARD 15/12/2018 MY RESTAURANT;;-92,90;EUR | ||
16/03/2019;TRANSFER RECEIVED MR UNKNOWN;;250,73;EUR |
Oops, something went wrong.