Change txns in README to be slightly more understandable

This commit is contained in:
scoobybejesus 2019-08-26 13:52:44 -04:00 committed by GitHub
parent 5ef4228acd
commit 29866eef35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 17 deletions

View File

@ -8,23 +8,23 @@ Reports may be exported as CSV files that reflect income/expense/gains/losses.
The activity that gets imported **must** be in a prescribed form that effectively looks like this: The activity that gets imported **must** be in a prescribed form that effectively looks like this:
|txDate |proceeds|memo |1 |2 |3 |4 |5 | |txDate |proceeds|memo |1 |2 |3 |4 |5 |
|-------|--------|--------|------|--------|--------|--------|------------| |-------|--------|--------|------|--------|-------|--------|------------|
| | | |Bank |Exchange|Exchange|Exchange|Simplewallet| | | | |Bank |Exchange|Wallet |Exchange|Simplewallet|
| | | |USD |BTC |BTC |XMR |XMR | | | | |USD |BTC |BTC |XMR |XMR |
| | | |non |non |non |non |non | | | | |non |non |non |non |non |
|2/1/16 |0 |FIRST |-220 |0.25 | | | | |2/1/16 |0 |FIRST |-220 |0.25 | | | |
|3/1/16 |250 |SECOND | |-0.25 | |180 | | |3/1/16 |250 |SECOND | |-0.25 | |180 | |
|4/1/16 |0 |THIRD | | | |-90 |90 | |4/1/16 |0 |THIRD | | | |-90 |90 |
|5/1/16 |0 |FOURTH | | | |90 |-90 | |5/1/16 |0 |FOURTH | | | |90 |-90 |
|5/2/16 |160 |FIFTH | |0.3 | |-90 | | |5/2/16 |160 |FIFTH | |0.3 | |-90 | |
|6/1/16 |0 |SIXTH | |-0.3 |0.3 | | | |6/1/16 |0 |SIXTH | |-0.3 |0.3 | | |
|7/1/16 |200 |SEVENTH | | |0.7 |-90 | | |7/1/16 |200 |SEVENTH | |0.7 | |-90 | |
|8/1/16 |0 |EIGHTH | |0.5 |-0.5 | | | |8/1/16 |0 |EIGHTH | |0.3 |-0.3 | | |
|9/1/16 |400 |NINTH | | |-0.5 |200 | | |9/1/16 |400 |NINTH | |-0.5 | |200 | |
|10/1/16|900 |TENTH | |1 | |-200 | | |10/1/16|900 |TENTH | |1 | |-200 | |
|11/1/16|0 |ELEVENTH| |-1.5 |1.5 | | | |11/1/16|0 |ELEVENTH| |-1.5 |1.5 | | |
|12/1/16|2000 |TWELFTH | | |-1.5 |400 | | |12/1/16|2000 |TWELFTH | | |-1.5 | |400 |
#### CSV file components #### CSV file components