forked from djmuhlestein/csv2ofx
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing splitwise qif sample files
Update .gitignore
- Loading branch information
Showing
4 changed files
with
86 additions
and
0 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 |
---|---|---|
|
@@ -4,5 +4,7 @@ | |
*.pjd | ||
*.swp | ||
*.ofx | ||
!tests/Samples/*.ofx | ||
*.qif | ||
!tests/Samples/*.qif | ||
.idea |
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,47 @@ | ||
!Account | ||
NSplitwise USD | ||
D | ||
^ | ||
!Type:Bank | ||
D2016-05-21 | ||
T-34.16 | ||
Powner paid: john.doe owes full amount | ||
MLiquor | ||
LSplitwise USD/ | ||
Sjohn.doe USD/ | ||
ELiquor | ||
$34.16 | ||
^ | ||
D2016-06-25 | ||
T-69.78 | ||
Powner paid and also spent: schmidt and kowalski owe | ||
MDining out | ||
LSplitwise USD/ | ||
SImbalance-USD/ | ||
EDining out | ||
$46.52 | ||
Sthomas.schmidt USD/ | ||
EDining out | ||
$11.63 | ||
Sstefan.kowalski USD/ | ||
EDining out | ||
$11.63 | ||
^ | ||
D2016-07-29 | ||
T-138.41 | ||
Powner paid and also spent: schmidt kowalski and alvaro owe | ||
MDining out | ||
LSplitwise USD/ | ||
SImbalance-USD/ | ||
EDining out | ||
$39.17 | ||
Sthomas.schmidt USD/ | ||
EDining out | ||
$53.54 | ||
Sstefan.kowalski USD/ | ||
EDining out | ||
$18.28 | ||
Sjose.alvaro USD/ | ||
EDining out | ||
$27.42 | ||
^ |
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,23 @@ | ||
!Account | ||
Njohn.doe USD | ||
D | ||
^ | ||
!Type:Bank | ||
D2016-06-22 | ||
T-34.16 | ||
Pdoe sent payment to owner | ||
MPayment | ||
Ljohn.doe USD/ | ||
SSplitwise USD/ | ||
EPayment | ||
$-34.16 | ||
^ | ||
D2016-06-26 | ||
T-6.65 | ||
Pdoe paid: owner owes him part | ||
MGeneral | ||
Ljohn.doe USD/ | ||
SImbalance-USD/ | ||
EGeneral | ||
$-6.65 | ||
^ |
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,14 @@ | ||
!Account | ||
Nowner USD | ||
D | ||
^ | ||
!Type:Bank | ||
D2016-05-10 | ||
T-10.0 | ||
Powner sent payment to john.doe | ||
MPayment | ||
Lowner USD/ | ||
Sjohn.doe USD/ | ||
EPayment | ||
$-10.0 | ||
^ |