-
Notifications
You must be signed in to change notification settings - Fork 43
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 #70 from TheAxelander/pre-release
Merge changes for version 1.5
- Loading branch information
Showing
26 changed files
with
1,937 additions
and
81 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
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
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
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,15 @@ | ||
"Account:";"DE0123456789 / My Bank Account"; | ||
|
||
"This file contains the following details:"; | ||
"Valid Records:";"4"; | ||
"Invalid Records:";"0"; | ||
"Delimiter:";";"; | ||
"Text Qualifier:";"""; | ||
"Date Format:";"dd.MM.yyyy"; | ||
"Number Format:";"de-DE"; | ||
|
||
"Accounting Date";"Date";"Type";"Payee";"Memo";"IBAN";"Amount (EUR)"; | ||
"14.02.2022";"14.02.2022";"Online Payment";"Lorem ipsum";"dolor sit amet";"DE987654321";"-2,95"; | ||
"15.02.2022";"15.02.2022";"Credit Card";"Foobar Company";"";"DE987654321";"-27,50"; | ||
"16.02.2022";"16.02.2022";"Bank Transfer";"EMPLOYER";"Income Feb/2022";"DE987654321";"43,00"; | ||
"17.02.2022";"17.02.2022";"Bank Transfer";"The Webshop.com";"Billing";"DE987654321";"-6,34"; |
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,15 @@ | ||
"Account:";"DE0123456789 / My Bank Account"; | ||
|
||
"This file contains the following details:"; | ||
"Valid Records:";"4"; | ||
"Invalid Records:";"0"; | ||
"Delimiter:";";"; | ||
"Text Qualifier:";"""; | ||
"Date Format:";"dd.MM.yyyy"; | ||
"Number Format:";"de-DE"; | ||
|
||
"Accounting Date";"Date";"Type";"Payee";"Memo";"IBAN";"Debit (EUR)";"Credit (EUR)"; | ||
"14.02.2022";"14.02.2022";"Online Payment";"Lorem ipsum";"dolor sit amet";"DE987654321";"";"-2,95"; | ||
"15.02.2022";"15.02.2022";"Credit Card";"Foobar Company";"";"DE987654321";"";"-27,50"; | ||
"16.02.2022";"16.02.2022";"Bank Transfer";"EMPLOYER";"Income Feb/2022";"DE987654321";"43,00";""; | ||
"17.02.2022";"17.02.2022";"Bank Transfer";"The Webshop.com";"Billing";"DE987654321";"";"6,34"; |
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,15 @@ | ||
"Account:";"DE0123456789 / My Bank Account"; | ||
|
||
"This file contains the following details:"; | ||
"Valid Records:";"2"; | ||
"Invalid Records:";"2"; | ||
"Delimiter:";";"; | ||
"Text Qualifier:";"""; | ||
"Date Format:";"dd.MM.yyyy"; | ||
"Number Format:";"de-DE"; | ||
|
||
"Accounting Date";"Date";"Type";"Payee";"Memo";"IBAN";"Amount (EUR)"; | ||
"14.02.2022";"14.02.2022";"Online Payment";"Lorem ipsum";"dolor sit amet";"DE987654321";"-2,95"; | ||
"15.02.2022";"15.02.2022";"Credit Card";"Foobar Company";"";"DE987654321";"abc"; | ||
"16.02.2022";"16.02.2022";"Bank Transfer";"EMPLOYER";"Income Feb/2022";"DE987654321";"43,00"; | ||
"17.02.2022";"17.02.2022";"Bank Transfer";"The Webshop.com";"Billing";"DE987654321";"","-6,34"; |
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,15 @@ | ||
'Account:','DE0123456789 / My Bank Account', | ||
|
||
'This file contains the following details:', | ||
'Valid Records:','4', | ||
'Invalid Records:','0', | ||
'Delimiter:',',', | ||
'Text Qualifier:',''', | ||
'Date Format:','yyyy-MM-dd', | ||
'Number Format:','en-US', | ||
|
||
'Accounting Date','Date','Type','Payee','Memo','IBAN','Amount (USD)', | ||
'2022-02-14','2022-02-14','Online Payment','Lorem ipsum','dolor sit amet','DE987654321','-2.95', | ||
'2022-02-15','2022-02-15','Credit Card','Foobar Company','','DE987654321','-27.50', | ||
'2022-02-16','2022-02-16','Bank Transfer','EMPLOYER','Income Feb/2022','DE987654321','43.00', | ||
'2022-02-17','2022-02-17','Bank Transfer','The Webshop.com','Billing','DE987654321','-6.34', |
Oops, something went wrong.