rock_books 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitattributes +1 -0
- data/README.md +3 -13
- data/RELEASE_NOTES.md +15 -1
- data/lib/rock_books/cmd_line/command_line_interface.rb +19 -9
- data/lib/rock_books/cmd_line/main.rb +9 -2
- data/lib/rock_books/documents/book_set.rb +20 -5
- data/lib/rock_books/documents/chart_of_accounts.rb +19 -4
- data/lib/rock_books/documents/journal.rb +29 -7
- data/lib/rock_books/documents/journal_entry_builder.rb +23 -14
- data/lib/rock_books/errors/account_not_found_error.rb +9 -8
- data/lib/rock_books/errors/incorrect_sequence_error.rb +21 -0
- data/lib/rock_books/errors/transaction_not_balanced_error.rb +21 -0
- data/lib/rock_books/filters/journal_entry_filters.rb +6 -1
- data/lib/rock_books/helpers/book_set_loader.rb +2 -2
- data/lib/rock_books/helpers/parse_helper.rb +1 -1
- data/lib/rock_books/reports/tx_by_account.rb +1 -1
- data/lib/rock_books/reports/tx_one_account.rb +1 -1
- data/lib/rock_books/types/acct_amount.rb +4 -4
- data/lib/rock_books/types/journal_entry_context.rb +14 -0
- data/lib/rock_books/version.rb +1 -1
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-chart-of-accounts.rbt → 2017-xyz-chart-of-accounts.txt} +62 -62
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-checking-journal.rbt → 2017-xyz-checking-journal.txt} +17 -17
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-general-journal.rbt → 2017-xyz-general-journal.txt} +14 -14
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-visa-journal.rbt → 2017-xyz-visa-journal.txt} +27 -23
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_acct.html → html/all_txns_by_acct.html} +63 -51
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_amount.html → html/all_txns_by_amount.html} +13 -8
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_date.html → html/all_txns_by_date.html} +13 -8
- data/sample_data/minimal/rockbooks-reports/{balance_sheet.html → html/balance_sheet.html} +6 -6
- data/sample_data/minimal/rockbooks-reports/{ck.hsbc.html → html/ck.hsbc.disb.html} +2 -2
- data/sample_data/minimal/rockbooks-reports/{general.html → html/general.html} +2 -2
- data/sample_data/minimal/rockbooks-reports/{hsbc_visa.html → html/hsbc_visa.html} +8 -4
- data/sample_data/minimal/rockbooks-reports/{income_statement.html → html/income_statement.html} +5 -5
- data/sample_data/minimal/rockbooks-reports/{receipts.html → html/receipts.html} +3 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_accts.rec.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_bank.fees.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_books.refs.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_cc.hsbc.visa.html +12 -6
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_cc.proc.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_ck.hsbc.html +5 -5
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_conf.fees.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_cowork.fees.html +11 -5
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_govt.fees.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_inet.fees.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_insurance.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_int.exp.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_loan.to.sh.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_meals.ent.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_misc.exp.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_mktng.exp.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_own.equity.html +3 -3
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_paypal.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_prof.fees.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_repair.maint.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_ret.earn.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_ship.exp.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_sls.cons.html +3 -3
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_supplies.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_sw.exp.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.airfare.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.autorent.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.gas.etc.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.govt.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.lodging.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.m.e.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.m.i.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.mileage.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.misc.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.parking.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.perdiem.mi.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.taxi.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.trainfare.html +2 -2
- data/sample_data/minimal/rockbooks-reports/{single-account → html/single-account}/acct_tr.unclass.html +2 -2
- data/sample_data/minimal/rockbooks-reports/pdf/all_txns_by_acct.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/all_txns_by_amount.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/all_txns_by_date.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/balance_sheet.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/ck.hsbc.disb.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/general.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/hsbc_visa.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/income_statement.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/receipts.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_accts.rec.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_bank.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_books.refs.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_cc.hsbc.visa.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_cc.proc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_ck.hsbc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_conf.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_cowork.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_govt.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_inet.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_insurance.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_int.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_loan.to.sh.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_meals.ent.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_misc.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_mktng.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_own.equity.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_paypal.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_prof.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_repair.maint.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_ret.earn.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_ship.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_sls.cons.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_supplies.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_sw.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.airfare.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.autorent.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.gas.etc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.govt.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.lodging.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.m.e.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.m.i.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.mileage.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.misc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.parking.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.perdiem.mi.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.taxi.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.trainfare.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/pdf/single-account/acct_tr.unclass.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_acct.txt → txt/all_txns_by_acct.txt} +61 -49
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_amount.txt → txt/all_txns_by_amount.txt} +11 -6
- data/sample_data/minimal/rockbooks-reports/{all_txns_by_date.txt → txt/all_txns_by_date.txt} +11 -6
- data/sample_data/minimal/rockbooks-reports/{balance_sheet.txt → txt/balance_sheet.txt} +4 -4
- data/sample_data/minimal/rockbooks-reports/{ck.hsbc.txt → txt/ck.hsbc.disb.txt} +0 -0
- data/sample_data/minimal/rockbooks-reports/{general.txt → txt/general.txt} +0 -0
- data/sample_data/minimal/rockbooks-reports/{hsbc_visa.txt → txt/hsbc_visa.txt} +6 -2
- data/sample_data/minimal/rockbooks-reports/{income_statement.txt → txt/income_statement.txt} +3 -3
- data/sample_data/minimal/rockbooks-reports/{receipts.txt → txt/receipts.txt} +1 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_accts.rec.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_bank.fees.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_books.refs.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_cc.hsbc.visa.txt +10 -4
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_cc.proc.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_ck.hsbc.txt +3 -3
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_conf.fees.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_cowork.fees.txt +9 -3
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_govt.fees.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_inet.fees.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_insurance.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_int.exp.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_loan.to.sh.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_meals.ent.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_misc.exp.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_mktng.exp.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_own.equity.txt +1 -1
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_paypal.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_prof.fees.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_repair.maint.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_ret.earn.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_ship.exp.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_sls.cons.txt +1 -1
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_supplies.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_sw.exp.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.airfare.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.autorent.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.gas.etc.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.govt.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.lodging.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.m.e.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.m.i.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.mileage.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.misc.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.parking.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.perdiem.mi.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.taxi.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.trainfare.txt +0 -0
- data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_tr.unclass.txt +0 -0
- metadata +155 -151
- data/sample_data/minimal/rockbooks-reports/all_txns_by_acct.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_amount.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_date.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/balance_sheet.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/ck.hsbc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/general.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/hsbc_visa.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/income_statement.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/receipts.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_accts.rec.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_bank.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_books.refs.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.hsbc.visa.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.proc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ck.hsbc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_conf.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cowork.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_govt.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_inet.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_insurance.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_int.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_loan.to.sh.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_meals.ent.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_misc.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_mktng.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_own.equity.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_paypal.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_prof.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_repair.maint.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ret.earn.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ship.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sls.cons.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_supplies.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sw.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.airfare.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.autorent.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.gas.etc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.govt.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.lodging.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.m.e.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.m.i.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.mileage.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.misc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.parking.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.perdiem.mi.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.taxi.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.trainfare.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.unclass.pdf +0 -0
data/sample_data/minimal/rockbooks-reports/{all_txns_by_acct.txt → txt/all_txns_by_acct.txt}
RENAMED
@@ -5,18 +5,18 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
--------------------------------------------------------------------------------
|
8
|
-
|
8
|
+
Total: 13000.00 -- ck.hsbc -- HSBC Checking (Asset)
|
9
9
|
--------------------------------------------------------------------------------
|
10
10
|
|
11
|
-
2017-01-01
|
11
|
+
2017-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
12
12
|
-5000.00 own.equity Owner's Equity
|
13
13
|
Initial Deposit from Shareholder
|
14
14
|
|
15
15
|
|
16
|
-
2017-01-05
|
16
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
17
17
|
2000.00 cc.hsbc.visa Visa Credit Card
|
18
18
|
|
19
|
-
2017-01-07
|
19
|
+
2017-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
20
20
|
-10000.00 sls.cons Sales - Consulting
|
21
21
|
Invoice #437, Dec. 2016 work, ABC, Inc.
|
22
22
|
|
@@ -26,7 +26,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
26
26
|
|
27
27
|
|
28
28
|
--------------------------------------------------------------------------------
|
29
|
-
|
29
|
+
Total: 0.00 -- paypal -- Paypal (Asset)
|
30
30
|
--------------------------------------------------------------------------------
|
31
31
|
|
32
32
|
0.00 Total for account: paypal - Paypal
|
@@ -34,7 +34,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
34
34
|
|
35
35
|
|
36
36
|
--------------------------------------------------------------------------------
|
37
|
-
|
37
|
+
Total: 0.00 -- accts.rec -- Accounts Receivable (Asset)
|
38
38
|
--------------------------------------------------------------------------------
|
39
39
|
|
40
40
|
0.00 Total for account: accts.rec - Accounts Receivable
|
@@ -42,7 +42,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
42
42
|
|
43
43
|
|
44
44
|
--------------------------------------------------------------------------------
|
45
|
-
|
45
|
+
Total: 150.00 -- cc.hsbc.visa -- Visa Credit Card (Liability)
|
46
46
|
--------------------------------------------------------------------------------
|
47
47
|
|
48
48
|
2017-01-02 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
@@ -57,7 +57,7 @@ Professional insurance for the year 2017, Hartford Insurance
|
|
57
57
|
Receipt: 01/2017-01-02-hartford-insurance.pdf
|
58
58
|
|
59
59
|
|
60
|
-
2017-01-05
|
60
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
61
61
|
2000.00 cc.hsbc.visa Visa Credit Card
|
62
62
|
|
63
63
|
2017-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
@@ -72,12 +72,18 @@ Hampton Inn Phoenix (conference)
|
|
72
72
|
Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
73
73
|
|
74
74
|
|
75
|
-
|
75
|
+
2017-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
76
|
+
100.00 cowork.fees Coworking Fees
|
77
|
+
New Work City coworking fee for the month of February
|
78
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
79
|
+
|
80
|
+
|
81
|
+
150.00 Total for account: cc.hsbc.visa - Visa Credit Card
|
76
82
|
|
77
83
|
|
78
84
|
|
79
85
|
--------------------------------------------------------------------------------
|
80
|
-
|
86
|
+
Total: -912.70 -- loan.to.sh -- Loan Payable to Shareholder (Liability)
|
81
87
|
--------------------------------------------------------------------------------
|
82
88
|
|
83
89
|
2017-01-08 general 300.00 tr.airfare Travel - Air Fares
|
@@ -100,10 +106,10 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
100
106
|
|
101
107
|
|
102
108
|
--------------------------------------------------------------------------------
|
103
|
-
Total: -5000.00 -- own.equity -- Owner's Equity (Equity)
|
109
|
+
Total: -5000.00 -- own.equity -- Owner's Equity (Equity)
|
104
110
|
--------------------------------------------------------------------------------
|
105
111
|
|
106
|
-
2017-01-01
|
112
|
+
2017-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
107
113
|
-5000.00 own.equity Owner's Equity
|
108
114
|
Initial Deposit from Shareholder
|
109
115
|
|
@@ -113,7 +119,7 @@ Initial Deposit from Shareholder
|
|
113
119
|
|
114
120
|
|
115
121
|
--------------------------------------------------------------------------------
|
116
|
-
|
122
|
+
Total: 0.00 -- ret.earn -- Retained Earnings (Equity)
|
117
123
|
--------------------------------------------------------------------------------
|
118
124
|
|
119
125
|
0.00 Total for account: ret.earn - Retained Earnings
|
@@ -121,10 +127,10 @@ Initial Deposit from Shareholder
|
|
121
127
|
|
122
128
|
|
123
129
|
--------------------------------------------------------------------------------
|
124
|
-
|
130
|
+
Total: -10000.00 -- sls.cons -- Sales - Consulting (Income)
|
125
131
|
--------------------------------------------------------------------------------
|
126
132
|
|
127
|
-
2017-01-07
|
133
|
+
2017-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
128
134
|
-10000.00 sls.cons Sales - Consulting
|
129
135
|
Invoice #437, Dec. 2016 work, ABC, Inc.
|
130
136
|
|
@@ -134,7 +140,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
134
140
|
|
135
141
|
|
136
142
|
--------------------------------------------------------------------------------
|
137
|
-
Total: 0.00 -- bank.fees -- Bank Charges (Expense)
|
143
|
+
Total: 0.00 -- bank.fees -- Bank Charges (Expense)
|
138
144
|
--------------------------------------------------------------------------------
|
139
145
|
|
140
146
|
0.00 Total for account: bank.fees - Bank Charges
|
@@ -142,7 +148,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
142
148
|
|
143
149
|
|
144
150
|
--------------------------------------------------------------------------------
|
145
|
-
|
151
|
+
Total: 0.00 -- books.refs -- Books, Screencasts, References (Expense)
|
146
152
|
--------------------------------------------------------------------------------
|
147
153
|
|
148
154
|
0.00 Total for account: books.refs - Books, Screencasts, References
|
@@ -150,7 +156,7 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
150
156
|
|
151
157
|
|
152
158
|
--------------------------------------------------------------------------------
|
153
|
-
|
159
|
+
Total: 500.00 -- conf.fees -- Conference Fees (Expense)
|
154
160
|
--------------------------------------------------------------------------------
|
155
161
|
|
156
162
|
2017-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
@@ -164,7 +170,7 @@ Receipt: 01/2017-01-06-phoenix-conference-registration.pdf
|
|
164
170
|
|
165
171
|
|
166
172
|
--------------------------------------------------------------------------------
|
167
|
-
Total:
|
173
|
+
Total: 200.00 -- cowork.fees -- Coworking Fees (Expense)
|
168
174
|
--------------------------------------------------------------------------------
|
169
175
|
|
170
176
|
2017-01-02 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
@@ -173,12 +179,18 @@ New Work City coworking fee for the month of January
|
|
173
179
|
Receipt: 01/2017-01-02-nwc.pdf
|
174
180
|
|
175
181
|
|
176
|
-
100.00
|
182
|
+
2017-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
183
|
+
100.00 cowork.fees Coworking Fees
|
184
|
+
New Work City coworking fee for the month of February
|
185
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
186
|
+
|
187
|
+
|
188
|
+
200.00 Total for account: cowork.fees - Coworking Fees
|
177
189
|
|
178
190
|
|
179
191
|
|
180
192
|
--------------------------------------------------------------------------------
|
181
|
-
|
193
|
+
Total: 0.00 -- govt.fees -- Government Fees (Expense)
|
182
194
|
--------------------------------------------------------------------------------
|
183
195
|
|
184
196
|
0.00 Total for account: govt.fees - Government Fees
|
@@ -186,7 +198,7 @@ Receipt: 01/2017-01-02-nwc.pdf
|
|
186
198
|
|
187
199
|
|
188
200
|
--------------------------------------------------------------------------------
|
189
|
-
Total: 0.00 -- inet.fees -- Internet Service, Domain, and Hosting Fees (Expense)
|
201
|
+
Total: 0.00 -- inet.fees -- Internet Service, Domain, and Hosting Fees (Expense)
|
190
202
|
--------------------------------------------------------------------------------
|
191
203
|
|
192
204
|
0.00 Total for account: inet.fees - Internet Service, Domain, and Hosting Fees
|
@@ -194,7 +206,7 @@ Total: 0.00 -- inet.fees -- Internet Service, Domain, and Hosting Fees (Expense
|
|
194
206
|
|
195
207
|
|
196
208
|
--------------------------------------------------------------------------------
|
197
|
-
|
209
|
+
Total: 750.00 -- insurance -- Insurance (Expense)
|
198
210
|
--------------------------------------------------------------------------------
|
199
211
|
|
200
212
|
2017-01-02 hsbc_visa -750.00 cc.hsbc.visa Visa Credit Card
|
@@ -208,7 +220,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
208
220
|
|
209
221
|
|
210
222
|
--------------------------------------------------------------------------------
|
211
|
-
Total: 0.00 -- int.exp -- Interest Expense (Expense)
|
223
|
+
Total: 0.00 -- int.exp -- Interest Expense (Expense)
|
212
224
|
--------------------------------------------------------------------------------
|
213
225
|
|
214
226
|
0.00 Total for account: int.exp - Interest Expense
|
@@ -216,7 +228,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
216
228
|
|
217
229
|
|
218
230
|
--------------------------------------------------------------------------------
|
219
|
-
Total: 0.00 -- mktng.exp -- Marketing Expenses (Expense)
|
231
|
+
Total: 0.00 -- mktng.exp -- Marketing Expenses (Expense)
|
220
232
|
--------------------------------------------------------------------------------
|
221
233
|
|
222
234
|
0.00 Total for account: mktng.exp - Marketing Expenses
|
@@ -224,7 +236,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
224
236
|
|
225
237
|
|
226
238
|
--------------------------------------------------------------------------------
|
227
|
-
|
239
|
+
Total: 0.00 -- meals.ent -- Meals & Entertainment (Expense)
|
228
240
|
--------------------------------------------------------------------------------
|
229
241
|
|
230
242
|
0.00 Total for account: meals.ent - Meals & Entertainment
|
@@ -232,7 +244,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
232
244
|
|
233
245
|
|
234
246
|
--------------------------------------------------------------------------------
|
235
|
-
|
247
|
+
Total: 0.00 -- misc.exp -- Miscellaneous Expenses (Expense)
|
236
248
|
--------------------------------------------------------------------------------
|
237
249
|
|
238
250
|
0.00 Total for account: misc.exp - Miscellaneous Expenses
|
@@ -240,7 +252,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
240
252
|
|
241
253
|
|
242
254
|
--------------------------------------------------------------------------------
|
243
|
-
|
255
|
+
Total: 0.00 -- prof.fees -- Professional Fees (Expense)
|
244
256
|
--------------------------------------------------------------------------------
|
245
257
|
|
246
258
|
0.00 Total for account: prof.fees - Professional Fees
|
@@ -248,7 +260,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
248
260
|
|
249
261
|
|
250
262
|
--------------------------------------------------------------------------------
|
251
|
-
|
263
|
+
Total: 0.00 -- repair.maint -- Repair & Maintenance (Expense)
|
252
264
|
--------------------------------------------------------------------------------
|
253
265
|
|
254
266
|
0.00 Total for account: repair.maint - Repair & Maintenance
|
@@ -256,7 +268,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
256
268
|
|
257
269
|
|
258
270
|
--------------------------------------------------------------------------------
|
259
|
-
Total: 0.00 -- ship.exp -- Shipping and Mailing Expenses (Expense)
|
271
|
+
Total: 0.00 -- ship.exp -- Shipping and Mailing Expenses (Expense)
|
260
272
|
--------------------------------------------------------------------------------
|
261
273
|
|
262
274
|
0.00 Total for account: ship.exp - Shipping and Mailing Expenses
|
@@ -264,7 +276,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
264
276
|
|
265
277
|
|
266
278
|
--------------------------------------------------------------------------------
|
267
|
-
|
279
|
+
Total: 0.00 -- sw.exp -- Software Expense (Expense)
|
268
280
|
--------------------------------------------------------------------------------
|
269
281
|
|
270
282
|
0.00 Total for account: sw.exp - Software Expense
|
@@ -272,7 +284,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
272
284
|
|
273
285
|
|
274
286
|
--------------------------------------------------------------------------------
|
275
|
-
|
287
|
+
Total: 0.00 -- supplies -- Supplies (Expense)
|
276
288
|
--------------------------------------------------------------------------------
|
277
289
|
|
278
290
|
0.00 Total for account: supplies - Supplies
|
@@ -280,7 +292,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
280
292
|
|
281
293
|
|
282
294
|
--------------------------------------------------------------------------------
|
283
|
-
|
295
|
+
Total: 0.00 -- cc.proc -- Credit Card Processing Fees (Expense)
|
284
296
|
--------------------------------------------------------------------------------
|
285
297
|
|
286
298
|
0.00 Total for account: cc.proc - Credit Card Processing Fees
|
@@ -288,7 +300,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
288
300
|
|
289
301
|
|
290
302
|
--------------------------------------------------------------------------------
|
291
|
-
|
303
|
+
Total: 300.00 -- tr.airfare -- Travel - Air Fares (Expense)
|
292
304
|
--------------------------------------------------------------------------------
|
293
305
|
|
294
306
|
2017-01-08 general 300.00 tr.airfare Travel - Air Fares
|
@@ -301,7 +313,7 @@ Phoenix conference air ticket paid on personal credit card
|
|
301
313
|
|
302
314
|
|
303
315
|
--------------------------------------------------------------------------------
|
304
|
-
Total: 0.00 -- tr.autorent -- Travel - Auto Rental (Expense)
|
316
|
+
Total: 0.00 -- tr.autorent -- Travel - Auto Rental (Expense)
|
305
317
|
--------------------------------------------------------------------------------
|
306
318
|
|
307
319
|
0.00 Total for account: tr.autorent - Travel - Auto Rental
|
@@ -309,7 +321,7 @@ Phoenix conference air ticket paid on personal credit card
|
|
309
321
|
|
310
322
|
|
311
323
|
--------------------------------------------------------------------------------
|
312
|
-
|
324
|
+
Total: 0.00 -- tr.gas.etc -- Travel - Gas, Oil, Tolls, etc. (Expense)
|
313
325
|
--------------------------------------------------------------------------------
|
314
326
|
|
315
327
|
0.00 Total for account: tr.gas.etc - Travel - Gas, Oil, Tolls, etc.
|
@@ -317,7 +329,7 @@ Phoenix conference air ticket paid on personal credit card
|
|
317
329
|
|
318
330
|
|
319
331
|
--------------------------------------------------------------------------------
|
320
|
-
Total: 0.00 -- tr.govt -- Travel - Government Fees (Expense)
|
332
|
+
Total: 0.00 -- tr.govt -- Travel - Government Fees (Expense)
|
321
333
|
--------------------------------------------------------------------------------
|
322
334
|
|
323
335
|
0.00 Total for account: tr.govt - Travel - Government Fees
|
@@ -325,7 +337,7 @@ Phoenix conference air ticket paid on personal credit card
|
|
325
337
|
|
326
338
|
|
327
339
|
--------------------------------------------------------------------------------
|
328
|
-
|
340
|
+
Total: 400.00 -- tr.lodging -- Travel - Lodging (Expense)
|
329
341
|
--------------------------------------------------------------------------------
|
330
342
|
|
331
343
|
2017-01-20 hsbc_visa -400.00 cc.hsbc.visa Visa Credit Card
|
@@ -339,7 +351,7 @@ Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
|
339
351
|
|
340
352
|
|
341
353
|
--------------------------------------------------------------------------------
|
342
|
-
|
354
|
+
Total: 0.00 -- tr.m.i -- Travel - Meals & Incidentals (Expense)
|
343
355
|
--------------------------------------------------------------------------------
|
344
356
|
|
345
357
|
0.00 Total for account: tr.m.i - Travel - Meals & Incidentals
|
@@ -347,7 +359,7 @@ Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
|
347
359
|
|
348
360
|
|
349
361
|
--------------------------------------------------------------------------------
|
350
|
-
|
362
|
+
Total: 117.70 -- tr.mileage -- Travel - Mileage Allowance (Expense)
|
351
363
|
--------------------------------------------------------------------------------
|
352
364
|
|
353
365
|
2017-01-31 general 117.70 tr.mileage Travel - Mileage Allowance
|
@@ -360,7 +372,7 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
360
372
|
|
361
373
|
|
362
374
|
--------------------------------------------------------------------------------
|
363
|
-
Total: 0.00 -- tr.misc -- Travel - Miscellaneous (Expense)
|
375
|
+
Total: 0.00 -- tr.misc -- Travel - Miscellaneous (Expense)
|
364
376
|
--------------------------------------------------------------------------------
|
365
377
|
|
366
378
|
0.00 Total for account: tr.misc - Travel - Miscellaneous
|
@@ -368,7 +380,7 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
368
380
|
|
369
381
|
|
370
382
|
--------------------------------------------------------------------------------
|
371
|
-
|
383
|
+
Total: 0.00 -- tr.parking -- Travel - Parking (Expense)
|
372
384
|
--------------------------------------------------------------------------------
|
373
385
|
|
374
386
|
0.00 Total for account: tr.parking - Travel - Parking
|
@@ -376,7 +388,7 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
376
388
|
|
377
389
|
|
378
390
|
--------------------------------------------------------------------------------
|
379
|
-
Total: 495.00 -- tr.perdiem.mi -- Travel - Per Diem (Meals and Incidentals) (Expense)
|
391
|
+
Total: 495.00 -- tr.perdiem.mi -- Travel - Per Diem (Meals and Incidentals) (Expense)
|
380
392
|
--------------------------------------------------------------------------------
|
381
393
|
|
382
394
|
2017-01-20 general 495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
@@ -389,7 +401,7 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
389
401
|
|
390
402
|
|
391
403
|
--------------------------------------------------------------------------------
|
392
|
-
|
404
|
+
Total: 0.00 -- tr.taxi -- Travel - Taxi (Expense)
|
393
405
|
--------------------------------------------------------------------------------
|
394
406
|
|
395
407
|
0.00 Total for account: tr.taxi - Travel - Taxi
|
@@ -397,7 +409,7 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
397
409
|
|
398
410
|
|
399
411
|
--------------------------------------------------------------------------------
|
400
|
-
Total: 0.00 -- tr.trainfare -- Travel - Train Fare (Expense)
|
412
|
+
Total: 0.00 -- tr.trainfare -- Travel - Train Fare (Expense)
|
401
413
|
--------------------------------------------------------------------------------
|
402
414
|
|
403
415
|
0.00 Total for account: tr.trainfare - Travel - Train Fare
|
@@ -405,7 +417,7 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
405
417
|
|
406
418
|
|
407
419
|
--------------------------------------------------------------------------------
|
408
|
-
Total: 0.00 -- tr.m.e -- Meals and Entertainment (Expense)
|
420
|
+
Total: 0.00 -- tr.m.e -- Meals and Entertainment (Expense)
|
409
421
|
--------------------------------------------------------------------------------
|
410
422
|
|
411
423
|
0.00 Total for account: tr.m.e - Meals and Entertainment
|
@@ -413,7 +425,7 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
413
425
|
|
414
426
|
|
415
427
|
--------------------------------------------------------------------------------
|
416
|
-
Total: 0.00 -- tr.unclass -- Expenses Not Yet Classified (Expense)
|
428
|
+
Total: 0.00 -- tr.unclass -- Expenses Not Yet Classified (Expense)
|
417
429
|
--------------------------------------------------------------------------------
|
418
430
|
|
419
431
|
0.00 Total for account: tr.unclass - Expenses Not Yet Classified
|
@@ -423,10 +435,10 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
423
435
|
Totals
|
424
436
|
------
|
425
437
|
|
426
|
-
|
438
|
+
150.00 cc.hsbc.visa Visa Credit Card
|
427
439
|
13000.00 ck.hsbc HSBC Checking
|
428
440
|
500.00 conf.fees Conference Fees
|
429
|
-
|
441
|
+
200.00 cowork.fees Coworking Fees
|
430
442
|
750.00 insurance Insurance
|
431
443
|
-912.70 loan.to.sh Loan Payable to Shareholder
|
432
444
|
-5000.00 own.equity Owner's Equity
|
data/sample_data/minimal/rockbooks-reports/{all_txns_by_amount.txt → txt/all_txns_by_amount.txt}
RENAMED
@@ -7,21 +7,21 @@
|
|
7
7
|
|
8
8
|
hsbc_visa -- HSBC Visa Journal - 2017
|
9
9
|
general -- General Journal - 2017
|
10
|
-
|
10
|
+
ck.hsbc.disb -- HSBC Checking Disbursements Journal - 2017
|
11
11
|
--------------------------------------------------------------------------------
|
12
12
|
|
13
13
|
Date Document Amount Account
|
14
14
|
---- -------- ------ -------
|
15
15
|
|
16
|
-
2017-01-07
|
16
|
+
2017-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
17
17
|
-10000.00 sls.cons Sales - Consulting
|
18
18
|
Invoice #437, Dec. 2016 work, ABC, Inc.
|
19
19
|
|
20
|
-
2017-01-01
|
20
|
+
2017-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
21
21
|
-5000.00 own.equity Owner's Equity
|
22
22
|
Initial Deposit from Shareholder
|
23
23
|
|
24
|
-
2017-01-05
|
24
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
25
25
|
2000.00 cc.hsbc.visa Visa Credit Card
|
26
26
|
|
27
27
|
2017-01-02 hsbc_visa -750.00 cc.hsbc.visa Visa Credit Card
|
@@ -56,13 +56,18 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
56
56
|
New Work City coworking fee for the month of January
|
57
57
|
Receipt: 01/2017-01-02-nwc.pdf
|
58
58
|
|
59
|
+
2017-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
60
|
+
100.00 cowork.fees Coworking Fees
|
61
|
+
New Work City coworking fee for the month of February
|
62
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
63
|
+
|
59
64
|
Totals
|
60
65
|
------
|
61
66
|
|
62
|
-
|
67
|
+
150.00 cc.hsbc.visa Visa Credit Card
|
63
68
|
13000.00 ck.hsbc HSBC Checking
|
64
69
|
500.00 conf.fees Conference Fees
|
65
|
-
|
70
|
+
200.00 cowork.fees Coworking Fees
|
66
71
|
750.00 insurance Insurance
|
67
72
|
-912.70 loan.to.sh Loan Payable to Shareholder
|
68
73
|
-5000.00 own.equity Owner's Equity
|
data/sample_data/minimal/rockbooks-reports/{all_txns_by_date.txt → txt/all_txns_by_date.txt}
RENAMED
@@ -6,13 +6,13 @@
|
|
6
6
|
|
7
7
|
hsbc_visa -- HSBC Visa Journal - 2017
|
8
8
|
general -- General Journal - 2017
|
9
|
-
|
9
|
+
ck.hsbc.disb -- HSBC Checking Disbursements Journal - 2017
|
10
10
|
--------------------------------------------------------------------------------
|
11
11
|
|
12
12
|
Date Document Amount Account
|
13
13
|
---- -------- ------ -------
|
14
14
|
|
15
|
-
2017-01-01
|
15
|
+
2017-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
16
16
|
-5000.00 own.equity Owner's Equity
|
17
17
|
Initial Deposit from Shareholder
|
18
18
|
|
@@ -26,7 +26,7 @@ Receipt: 01/2017-01-02-nwc.pdf
|
|
26
26
|
Professional insurance for the year 2017, Hartford Insurance
|
27
27
|
Receipt: 01/2017-01-02-hartford-insurance.pdf
|
28
28
|
|
29
|
-
2017-01-05
|
29
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
30
30
|
2000.00 cc.hsbc.visa Visa Credit Card
|
31
31
|
|
32
32
|
2017-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
@@ -34,7 +34,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
34
34
|
Phoenix conference registration fee
|
35
35
|
Receipt: 01/2017-01-06-phoenix-conference-registration.pdf
|
36
36
|
|
37
|
-
2017-01-07
|
37
|
+
2017-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
38
38
|
-10000.00 sls.cons Sales - Consulting
|
39
39
|
Invoice #437, Dec. 2016 work, ABC, Inc.
|
40
40
|
|
@@ -55,13 +55,18 @@ Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
|
55
55
|
-117.70 loan.to.sh Loan Payable to Shareholder
|
56
56
|
Mileage reimbursement for business travel of January 2017 (see worksheet)
|
57
57
|
|
58
|
+
2017-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
59
|
+
100.00 cowork.fees Coworking Fees
|
60
|
+
New Work City coworking fee for the month of February
|
61
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
62
|
+
|
58
63
|
Totals
|
59
64
|
------
|
60
65
|
|
61
|
-
|
66
|
+
150.00 cc.hsbc.visa Visa Credit Card
|
62
67
|
13000.00 ck.hsbc HSBC Checking
|
63
68
|
500.00 conf.fees Conference Fees
|
64
|
-
|
69
|
+
200.00 cowork.fees Coworking Fees
|
65
70
|
750.00 insurance Insurance
|
66
71
|
-912.70 loan.to.sh Loan Payable to Shareholder
|
67
72
|
-5000.00 own.equity Owner's Equity
|
@@ -1,6 +1,6 @@
|
|
1
1
|
--------------------------------------------------------------------------------
|
2
2
|
XYZ Consulting, Inc.
|
3
|
-
Balance Sheet -- 2018-06-
|
3
|
+
Balance Sheet -- 2018-06-15
|
4
4
|
--------------------------------------------------------------------------------
|
5
5
|
|
6
6
|
|
@@ -15,10 +15,10 @@ Assets
|
|
15
15
|
Liabilities
|
16
16
|
-----------
|
17
17
|
|
18
|
-
-
|
18
|
+
-150.00 cc.hsbc.visa Visa Credit Card
|
19
19
|
912.70 loan.to.sh Loan Payable to Shareholder
|
20
20
|
------------
|
21
|
-
|
21
|
+
762.70
|
22
22
|
|
23
23
|
|
24
24
|
Equity
|
@@ -28,5 +28,5 @@ Equity
|
|
28
28
|
------------
|
29
29
|
5000.00
|
30
30
|
|
31
|
-
|
31
|
+
7237.30 Assets - (Liabilities + Equity)
|
32
32
|
============
|
File without changes
|
File without changes
|
@@ -21,12 +21,16 @@ Receipt: 01/2017-01-06-phoenix-conference-registration.pdf
|
|
21
21
|
Hampton Inn Phoenix (conference)
|
22
22
|
Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
23
23
|
|
24
|
+
2017-02-01 -100.00 cc.hsbc.visa Visa Credit Card
|
25
|
+
New Work City coworking fee for the month of February
|
26
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
27
|
+
|
24
28
|
Totals
|
25
29
|
------
|
26
30
|
|
27
|
-
-
|
31
|
+
-1850.00 cc.hsbc.visa Visa Credit Card
|
28
32
|
500.00 conf.fees Conference Fees
|
29
|
-
|
33
|
+
200.00 cowork.fees Coworking Fees
|
30
34
|
750.00 insurance Insurance
|
31
35
|
400.00 tr.lodging Travel - Lodging
|
32
36
|
------------
|
data/sample_data/minimal/rockbooks-reports/{income_statement.txt → txt/income_statement.txt}
RENAMED
@@ -16,14 +16,14 @@ Expenses
|
|
16
16
|
--------
|
17
17
|
|
18
18
|
500.00 conf.fees Conference Fees
|
19
|
-
|
19
|
+
200.00 cowork.fees Coworking Fees
|
20
20
|
750.00 insurance Insurance
|
21
21
|
300.00 tr.airfare Travel - Air Fares
|
22
22
|
400.00 tr.lodging Travel - Lodging
|
23
23
|
117.70 tr.mileage Travel - Mileage Allowance
|
24
24
|
495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
25
25
|
------------
|
26
|
-
|
26
|
+
2762.70
|
27
27
|
|
28
|
-
|
28
|
+
7237.30 Net Income
|
29
29
|
============
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_accts.rec.txt
RENAMED
File without changes
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_bank.fees.txt
RENAMED
File without changes
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_books.refs.txt
RENAMED
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
--------------------------------------------------------------------------------
|
2
2
|
XYZ Consulting, Inc.
|
3
3
|
Transactions for Account cc.hsbc.visa -- Visa Credit Card (Liability)
|
4
|
-
Total:
|
4
|
+
Total: 150.00
|
5
5
|
--------------------------------------------------------------------------------
|
6
6
|
|
7
7
|
|
@@ -17,7 +17,7 @@ New Work City coworking fee for the month of January
|
|
17
17
|
Receipt: 01/2017-01-02-nwc.pdf
|
18
18
|
|
19
19
|
|
20
|
-
2017-01-05
|
20
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
21
21
|
2000.00 cc.hsbc.visa Visa Credit Card
|
22
22
|
|
23
23
|
2017-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
@@ -32,13 +32,19 @@ Hampton Inn Phoenix (conference)
|
|
32
32
|
Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
33
33
|
|
34
34
|
|
35
|
+
2017-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
36
|
+
100.00 cowork.fees Coworking Fees
|
37
|
+
New Work City coworking fee for the month of February
|
38
|
+
Receipt: 02/2017-02-01-nwc.pdf
|
39
|
+
|
40
|
+
|
35
41
|
Totals
|
36
42
|
------
|
37
43
|
|
38
|
-
|
44
|
+
150.00 cc.hsbc.visa Visa Credit Card
|
39
45
|
-2000.00 ck.hsbc HSBC Checking
|
40
46
|
500.00 conf.fees Conference Fees
|
41
|
-
|
47
|
+
200.00 cowork.fees Coworking Fees
|
42
48
|
750.00 insurance Insurance
|
43
49
|
400.00 tr.lodging Travel - Lodging
|
44
50
|
------------
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_cc.proc.txt
RENAMED
File without changes
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_ck.hsbc.txt
RENAMED
@@ -5,15 +5,15 @@
|
|
5
5
|
--------------------------------------------------------------------------------
|
6
6
|
|
7
7
|
|
8
|
-
2017-01-01
|
8
|
+
2017-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
9
9
|
-5000.00 own.equity Owner's Equity
|
10
10
|
Initial Deposit from Shareholder
|
11
11
|
|
12
12
|
|
13
|
-
2017-01-05
|
13
|
+
2017-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
14
14
|
2000.00 cc.hsbc.visa Visa Credit Card
|
15
15
|
|
16
|
-
2017-01-07
|
16
|
+
2017-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
17
17
|
-10000.00 sls.cons Sales - Consulting
|
18
18
|
Invoice #437, Dec. 2016 work, ABC, Inc.
|
19
19
|
|
data/sample_data/minimal/rockbooks-reports/{single-account → txt/single-account}/acct_conf.fees.txt
RENAMED
File without changes
|