rock_books 0.1.6 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +62 -144
- data/RELEASE_NOTES.md +8 -0
- data/lib/rock_books/cmd_line/command_line_interface.rb +11 -2
- data/lib/rock_books/documents/book_set.rb +53 -21
- data/lib/rock_books/documents/chart_of_accounts.rb +27 -5
- data/lib/rock_books/documents/index.html.erb +156 -0
- data/lib/rock_books/documents/journal_entry_builder.rb +11 -5
- data/lib/rock_books/documents/receipts.html.erb +54 -0
- data/lib/rock_books/errors/date_range_error.rb +20 -0
- data/lib/rock_books/reports/balance_sheet.rb +2 -2
- data/lib/rock_books/reports/income_statement.rb +2 -2
- data/lib/rock_books/reports/report_context.rb +0 -2
- data/lib/rock_books/version.rb +1 -1
- data/manual.md +251 -0
- data/sample_data/minimal/receipts/01/2018-01-01-sample-receipt.jpg +0 -0
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-chart-of-accounts.txt → 2018-xyz-chart-of-accounts.txt} +3 -1
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-checking-journal.txt → 2018-xyz-checking-journal.txt} +3 -6
- data/sample_data/minimal/rockbooks-inputs/{2017-xyz-general-journal.txt → 2018-xyz-general-journal.txt} +3 -3
- data/sample_data/minimal/rockbooks-inputs/2018-xyz-visa-journal.txt +32 -0
- data/sample_data/minimal/rockbooks-reports/html/all_txns_by_acct.html +467 -454
- data/sample_data/minimal/rockbooks-reports/html/all_txns_by_amount.html +90 -84
- data/sample_data/minimal/rockbooks-reports/html/all_txns_by_date.html +89 -83
- data/sample_data/minimal/rockbooks-reports/html/balance_sheet.html +35 -35
- data/sample_data/minimal/rockbooks-reports/html/ck.hsbc.disb.html +27 -27
- data/sample_data/minimal/rockbooks-reports/html/general.html +28 -28
- data/sample_data/minimal/rockbooks-reports/html/hsbc_visa.html +45 -40
- data/sample_data/minimal/rockbooks-reports/html/income_statement.html +33 -32
- data/sample_data/minimal/rockbooks-reports/html/receipts.html +28 -27
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_accts.rec.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_bank.fees.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_books.refs.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cc.hsbc.visa.html +61 -54
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cc.proc.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ck.hsbc.html +32 -32
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_conf.fees.html +23 -23
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cowork.fees.html +29 -29
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_govt.fees.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_inet.fees.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_insurance.html +23 -23
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_int.exp.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_loan.to.sh.html +34 -34
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_meals.ent.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_misc.exp.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_mktng.exp.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_own.equity.html +22 -22
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_paypal.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_prof.fees.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_repair.maint.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ret.earn.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ship.exp.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_sls.cons.html +22 -22
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_supplies.html +23 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_sw.exp.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.airfare.html +22 -22
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.autorent.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.gas.etc.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.govt.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.lodging.html +23 -23
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.m.e.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.m.i.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.mileage.html +22 -22
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.misc.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.parking.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.perdiem.mi.html +22 -22
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.taxi.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.trainfare.html +14 -14
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr.unclass.html +14 -14
- 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/txt/all_txns_by_acct.txt +56 -43
- data/sample_data/minimal/rockbooks-reports/txt/all_txns_by_amount.txt +29 -23
- data/sample_data/minimal/rockbooks-reports/txt/all_txns_by_date.txt +29 -23
- data/sample_data/minimal/rockbooks-reports/txt/balance_sheet.txt +4 -4
- data/sample_data/minimal/rockbooks-reports/txt/ck.hsbc.disb.txt +5 -5
- data/sample_data/minimal/rockbooks-reports/txt/general.txt +5 -5
- data/sample_data/minimal/rockbooks-reports/txt/hsbc_visa.txt +18 -13
- data/sample_data/minimal/rockbooks-reports/txt/income_statement.txt +4 -3
- data/sample_data/minimal/rockbooks-reports/txt/receipts.txt +6 -5
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_cc.hsbc.visa.txt +21 -14
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_ck.hsbc.txt +4 -4
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_conf.fees.txt +2 -2
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_cowork.fees.txt +4 -4
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_insurance.txt +3 -3
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_loan.to.sh.txt +4 -4
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_own.equity.txt +1 -1
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_sls.cons.txt +2 -2
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_supplies.txt +11 -2
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr.airfare.txt +1 -1
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr.lodging.txt +2 -2
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr.mileage.txt +2 -2
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr.perdiem.mi.txt +1 -1
- metadata +11 -7
- data/sample_data/minimal/receipts/01/2017-01-20-phoenix-hampton.pdf +0 -0
- data/sample_data/minimal/rockbooks-inputs/2017-xyz-visa-journal.txt +0 -27
@@ -5,31 +5,31 @@
|
|
5
5
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
6
|
<title></title>
|
7
7
|
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
-
<meta name="CocoaVersion" content="
|
8
|
+
<meta name="CocoaVersion" content="1671.2">
|
9
9
|
<style type="text/css">
|
10
|
-
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
11
|
-
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'; min-height: 16.0px}
|
12
12
|
</style>
|
13
13
|
</head>
|
14
14
|
<body>
|
15
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
16
|
-
<p class="p1"><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</p>
|
17
|
-
<p class="p1">Transactions for Account tr.perdiem.mi -- Travel - Per Diem (Meals and Incidentals)<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Total: 495.00</p>
|
19
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
-
<p class="p2"><br></p>
|
21
|
-
<p class="p2"><br></p>
|
22
|
-
<p class="p1">
|
23
|
-
<p class="p1"><span class="Apple-converted-space"> </span>-495.00 <span class="Apple-converted-space"> </span>loan.to.sh<span class="Apple-converted-space"> </span>Loan Payable to Shareholder</p>
|
24
|
-
<p class="p1">Per diem allowance for Phoenix conference (see worksheet)</p>
|
25
|
-
<p class="p2"><br></p>
|
26
|
-
<p class="p2"><br></p>
|
27
|
-
<p class="p1">Totals</p>
|
28
|
-
<p class="p1">------</p>
|
29
|
-
<p class="p2"><br></p>
|
30
|
-
<p class="p1"><span class="Apple-converted-space"> </span>-495.00 <span class="Apple-converted-space"> </span>loan.to.sh<span class="Apple-converted-space"> </span>Loan Payable to Shareholder</p>
|
31
|
-
<p class="p1"><span class="Apple-converted-space"> </span>495.00 <span class="Apple-converted-space"> </span>tr.perdiem.mi <span class="Apple-converted-space"> </span>Travel - Per Diem (Meals and Incidentals)</p>
|
32
|
-
<p class="p1">------------</p>
|
33
|
-
<p class="p1"><span class="Apple-converted-space"> </span>0.00</p>
|
15
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
16
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</b></p>
|
17
|
+
<p class="p1"><b>Transactions for Account tr.perdiem.mi -- Travel - Per Diem (Meals and Incidentals)<span class="Apple-converted-space"> </span>(Expense)</b></p>
|
18
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Total: 495.00</b></p>
|
19
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
20
|
+
<p class="p2"><b></b><br></p>
|
21
|
+
<p class="p2"><b></b><br></p>
|
22
|
+
<p class="p1"><b>2018-01-20 <span class="Apple-converted-space"> </span>general <span class="Apple-converted-space"> </span>495.00<span class="Apple-converted-space"> </span>tr.perdiem.mi<span class="Apple-converted-space"> </span>Travel - Per Diem (Meals and Incidentals)</b></p>
|
23
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>-495.00 <span class="Apple-converted-space"> </span>loan.to.sh<span class="Apple-converted-space"> </span>Loan Payable to Shareholder</b></p>
|
24
|
+
<p class="p1"><b>Per diem allowance for Phoenix conference (see worksheet)</b></p>
|
25
|
+
<p class="p2"><b></b><br></p>
|
26
|
+
<p class="p2"><b></b><br></p>
|
27
|
+
<p class="p1"><b>Totals</b></p>
|
28
|
+
<p class="p1"><b>------</b></p>
|
29
|
+
<p class="p2"><b></b><br></p>
|
30
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>-495.00 <span class="Apple-converted-space"> </span>loan.to.sh<span class="Apple-converted-space"> </span>Loan Payable to Shareholder</b></p>
|
31
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>495.00 <span class="Apple-converted-space"> </span>tr.perdiem.mi <span class="Apple-converted-space"> </span>Travel - Per Diem (Meals and Incidentals)</b></p>
|
32
|
+
<p class="p1"><b>------------</b></p>
|
33
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>0.00</b></p>
|
34
34
|
</body>
|
35
35
|
</html>
|
@@ -5,23 +5,23 @@
|
|
5
5
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
6
|
<title></title>
|
7
7
|
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
-
<meta name="CocoaVersion" content="
|
8
|
+
<meta name="CocoaVersion" content="1671.2">
|
9
9
|
<style type="text/css">
|
10
|
-
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
11
|
-
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'; min-height: 16.0px}
|
12
12
|
</style>
|
13
13
|
</head>
|
14
14
|
<body>
|
15
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
16
|
-
<p class="p1"><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</p>
|
17
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Transactions for Account tr.taxi -- Travel - Taxi<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Total: 0.00</p>
|
19
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
-
<p class="p2"><br></p>
|
21
|
-
<p class="p2"><br></p>
|
22
|
-
<p class="p1">There were no transactions for this account.</p>
|
23
|
-
<p class="p2"><br></p>
|
24
|
-
<p class="p2"><br></p>
|
25
|
-
<p class="p2"><br></p>
|
15
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
16
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</b></p>
|
17
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Transactions for Account tr.taxi -- Travel - Taxi<span class="Apple-converted-space"> </span>(Expense)</b></p>
|
18
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Total: 0.00</b></p>
|
19
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
20
|
+
<p class="p2"><b></b><br></p>
|
21
|
+
<p class="p2"><b></b><br></p>
|
22
|
+
<p class="p1"><b>There were no transactions for this account.</b></p>
|
23
|
+
<p class="p2"><b></b><br></p>
|
24
|
+
<p class="p2"><b></b><br></p>
|
25
|
+
<p class="p2"><b></b><br></p>
|
26
26
|
</body>
|
27
27
|
</html>
|
@@ -5,23 +5,23 @@
|
|
5
5
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
6
|
<title></title>
|
7
7
|
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
-
<meta name="CocoaVersion" content="
|
8
|
+
<meta name="CocoaVersion" content="1671.2">
|
9
9
|
<style type="text/css">
|
10
|
-
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
11
|
-
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'; min-height: 16.0px}
|
12
12
|
</style>
|
13
13
|
</head>
|
14
14
|
<body>
|
15
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
16
|
-
<p class="p1"><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</p>
|
17
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Transactions for Account tr.trainfare -- Travel - Train Fare<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Total: 0.00</p>
|
19
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
-
<p class="p2"><br></p>
|
21
|
-
<p class="p2"><br></p>
|
22
|
-
<p class="p1">There were no transactions for this account.</p>
|
23
|
-
<p class="p2"><br></p>
|
24
|
-
<p class="p2"><br></p>
|
25
|
-
<p class="p2"><br></p>
|
15
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
16
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</b></p>
|
17
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Transactions for Account tr.trainfare -- Travel - Train Fare<span class="Apple-converted-space"> </span>(Expense)</b></p>
|
18
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Total: 0.00</b></p>
|
19
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
20
|
+
<p class="p2"><b></b><br></p>
|
21
|
+
<p class="p2"><b></b><br></p>
|
22
|
+
<p class="p1"><b>There were no transactions for this account.</b></p>
|
23
|
+
<p class="p2"><b></b><br></p>
|
24
|
+
<p class="p2"><b></b><br></p>
|
25
|
+
<p class="p2"><b></b><br></p>
|
26
26
|
</body>
|
27
27
|
</html>
|
@@ -5,23 +5,23 @@
|
|
5
5
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
6
|
<title></title>
|
7
7
|
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
-
<meta name="CocoaVersion" content="
|
8
|
+
<meta name="CocoaVersion" content="1671.2">
|
9
9
|
<style type="text/css">
|
10
|
-
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
11
|
-
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font:
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'; min-height: 16.0px}
|
12
12
|
</style>
|
13
13
|
</head>
|
14
14
|
<body>
|
15
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
16
|
-
<p class="p1"><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</p>
|
17
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Transactions for Account tr.unclass -- Expenses Not Yet Classified<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
-
<p class="p1"><span class="Apple-converted-space"> </span>Total: 0.00</p>
|
19
|
-
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
-
<p class="p2"><br></p>
|
21
|
-
<p class="p2"><br></p>
|
22
|
-
<p class="p1">There were no transactions for this account.</p>
|
23
|
-
<p class="p2"><br></p>
|
24
|
-
<p class="p2"><br></p>
|
25
|
-
<p class="p2"><br></p>
|
15
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
16
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>XYZ Consulting, Inc.</b></p>
|
17
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Transactions for Account tr.unclass -- Expenses Not Yet Classified<span class="Apple-converted-space"> </span>(Expense)</b></p>
|
18
|
+
<p class="p1"><b><span class="Apple-converted-space"> </span>Total: 0.00</b></p>
|
19
|
+
<p class="p1"><b>--------------------------------------------------------------------------------</b></p>
|
20
|
+
<p class="p2"><b></b><br></p>
|
21
|
+
<p class="p2"><b></b><br></p>
|
22
|
+
<p class="p1"><b>There were no transactions for this account.</b></p>
|
23
|
+
<p class="p2"><b></b><br></p>
|
24
|
+
<p class="p2"><b></b><br></p>
|
25
|
+
<p class="p2"><b></b><br></p>
|
26
26
|
</body>
|
27
27
|
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,17 +8,17 @@
|
|
8
8
|
Total: 13000.00 -- ck.hsbc -- HSBC Checking (Asset)
|
9
9
|
--------------------------------------------------------------------------------
|
10
10
|
|
11
|
-
|
11
|
+
2018-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
|
-
|
16
|
+
2018-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
17
17
|
2000.00 cc.hsbc.visa Visa Credit Card
|
18
18
|
|
19
|
-
|
19
|
+
2018-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
20
20
|
-10000.00 sls.cons Sales - Consulting
|
21
|
-
Invoice #437, Dec.
|
21
|
+
Invoice #437, Dec. 2017 work, ABC, Inc.
|
22
22
|
|
23
23
|
|
24
24
|
13000.00 Total for account: ck.hsbc - HSBC Checking
|
@@ -42,43 +42,49 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
42
42
|
|
43
43
|
|
44
44
|
--------------------------------------------------------------------------------
|
45
|
-
|
45
|
+
Total: -107.25 -- cc.hsbc.visa -- Visa Credit Card (Liability)
|
46
46
|
--------------------------------------------------------------------------------
|
47
47
|
|
48
|
-
|
48
|
+
2018-01-01 hsbc_visa -257.25 cc.hsbc.visa Visa Credit Card
|
49
|
+
257.25 supplies Supplies
|
50
|
+
Office Supplies
|
51
|
+
Receipt: 01/2018-01-01-sample-receipt.jpg
|
52
|
+
|
53
|
+
|
54
|
+
2018-01-02 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
49
55
|
100.00 cowork.fees Coworking Fees
|
50
56
|
New Work City coworking fee for the month of January
|
51
|
-
Receipt: 01/
|
57
|
+
Receipt: 01/2018-01-02-nwc.pdf
|
52
58
|
|
53
59
|
|
54
|
-
|
60
|
+
2018-01-02 hsbc_visa -750.00 cc.hsbc.visa Visa Credit Card
|
55
61
|
750.00 insurance Insurance
|
56
|
-
Professional insurance for the year
|
57
|
-
Receipt: 01/
|
62
|
+
Professional insurance for the year 2018, Hartford Insurance
|
63
|
+
Receipt: 01/2018-01-02-hartford-insurance.pdf
|
58
64
|
|
59
65
|
|
60
|
-
|
66
|
+
2018-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
61
67
|
2000.00 cc.hsbc.visa Visa Credit Card
|
62
68
|
|
63
|
-
|
69
|
+
2018-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
64
70
|
500.00 conf.fees Conference Fees
|
65
71
|
Phoenix conference registration fee
|
66
|
-
Receipt: 01/
|
72
|
+
Receipt: 01/2018-01-06-phoenix-conference-registration.pdf
|
67
73
|
|
68
74
|
|
69
|
-
|
75
|
+
2018-01-20 hsbc_visa -400.00 cc.hsbc.visa Visa Credit Card
|
70
76
|
400.00 tr.lodging Travel - Lodging
|
71
77
|
Hampton Inn Phoenix (conference)
|
72
|
-
Receipt: 01/
|
78
|
+
Receipt: 01/2018-01-20-phoenix-hampton.pdf
|
73
79
|
|
74
80
|
|
75
|
-
|
81
|
+
2018-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
76
82
|
100.00 cowork.fees Coworking Fees
|
77
83
|
New Work City coworking fee for the month of February
|
78
|
-
Receipt: 02/
|
84
|
+
Receipt: 02/2018-02-01-nwc.pdf
|
79
85
|
|
80
86
|
|
81
|
-
|
87
|
+
-107.25 Total for account: cc.hsbc.visa - Visa Credit Card
|
82
88
|
|
83
89
|
|
84
90
|
|
@@ -86,19 +92,19 @@ Receipt: 02/2017-02-01-nwc.pdf
|
|
86
92
|
Total: -912.70 -- loan.to.sh -- Loan Payable to Shareholder (Liability)
|
87
93
|
--------------------------------------------------------------------------------
|
88
94
|
|
89
|
-
|
95
|
+
2018-01-08 general 300.00 tr.airfare Travel - Air Fares
|
90
96
|
-300.00 loan.to.sh Loan Payable to Shareholder
|
91
97
|
Phoenix conference air ticket paid on personal credit card
|
92
98
|
|
93
99
|
|
94
|
-
|
100
|
+
2018-01-20 general 495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
95
101
|
-495.00 loan.to.sh Loan Payable to Shareholder
|
96
102
|
Per diem allowance for Phoenix conference (see worksheet)
|
97
103
|
|
98
104
|
|
99
|
-
|
105
|
+
2018-01-31 general 117.70 tr.mileage Travel - Mileage Allowance
|
100
106
|
-117.70 loan.to.sh Loan Payable to Shareholder
|
101
|
-
Mileage reimbursement for business travel of January
|
107
|
+
Mileage reimbursement for business travel of January 2018 (see worksheet)
|
102
108
|
|
103
109
|
|
104
110
|
-912.70 Total for account: loan.to.sh - Loan Payable to Shareholder
|
@@ -109,7 +115,7 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
109
115
|
Total: -5000.00 -- own.equity -- Owner's Equity (Equity)
|
110
116
|
--------------------------------------------------------------------------------
|
111
117
|
|
112
|
-
|
118
|
+
2018-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
113
119
|
-5000.00 own.equity Owner's Equity
|
114
120
|
Initial Deposit from Shareholder
|
115
121
|
|
@@ -130,9 +136,9 @@ Initial Deposit from Shareholder
|
|
130
136
|
Total: -10000.00 -- sls.cons -- Sales - Consulting (Income)
|
131
137
|
--------------------------------------------------------------------------------
|
132
138
|
|
133
|
-
|
139
|
+
2018-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
134
140
|
-10000.00 sls.cons Sales - Consulting
|
135
|
-
Invoice #437, Dec.
|
141
|
+
Invoice #437, Dec. 2017 work, ABC, Inc.
|
136
142
|
|
137
143
|
|
138
144
|
-10000.00 Total for account: sls.cons - Sales - Consulting
|
@@ -159,10 +165,10 @@ Invoice #437, Dec. 2016 work, ABC, Inc.
|
|
159
165
|
Total: 500.00 -- conf.fees -- Conference Fees (Expense)
|
160
166
|
--------------------------------------------------------------------------------
|
161
167
|
|
162
|
-
|
168
|
+
2018-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
163
169
|
500.00 conf.fees Conference Fees
|
164
170
|
Phoenix conference registration fee
|
165
|
-
Receipt: 01/
|
171
|
+
Receipt: 01/2018-01-06-phoenix-conference-registration.pdf
|
166
172
|
|
167
173
|
|
168
174
|
500.00 Total for account: conf.fees - Conference Fees
|
@@ -173,16 +179,16 @@ Receipt: 01/2017-01-06-phoenix-conference-registration.pdf
|
|
173
179
|
Total: 200.00 -- cowork.fees -- Coworking Fees (Expense)
|
174
180
|
--------------------------------------------------------------------------------
|
175
181
|
|
176
|
-
|
182
|
+
2018-01-02 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
177
183
|
100.00 cowork.fees Coworking Fees
|
178
184
|
New Work City coworking fee for the month of January
|
179
|
-
Receipt: 01/
|
185
|
+
Receipt: 01/2018-01-02-nwc.pdf
|
180
186
|
|
181
187
|
|
182
|
-
|
188
|
+
2018-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
183
189
|
100.00 cowork.fees Coworking Fees
|
184
190
|
New Work City coworking fee for the month of February
|
185
|
-
Receipt: 02/
|
191
|
+
Receipt: 02/2018-02-01-nwc.pdf
|
186
192
|
|
187
193
|
|
188
194
|
200.00 Total for account: cowork.fees - Coworking Fees
|
@@ -209,10 +215,10 @@ Total: 0.00 -- inet.fees -- Internet Service, Domain, and Hosting Fees (Expense
|
|
209
215
|
Total: 750.00 -- insurance -- Insurance (Expense)
|
210
216
|
--------------------------------------------------------------------------------
|
211
217
|
|
212
|
-
|
218
|
+
2018-01-02 hsbc_visa -750.00 cc.hsbc.visa Visa Credit Card
|
213
219
|
750.00 insurance Insurance
|
214
|
-
Professional insurance for the year
|
215
|
-
Receipt: 01/
|
220
|
+
Professional insurance for the year 2018, Hartford Insurance
|
221
|
+
Receipt: 01/2018-01-02-hartford-insurance.pdf
|
216
222
|
|
217
223
|
|
218
224
|
750.00 Total for account: insurance - Insurance
|
@@ -284,10 +290,16 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
284
290
|
|
285
291
|
|
286
292
|
--------------------------------------------------------------------------------
|
287
|
-
|
293
|
+
Total: 257.25 -- supplies -- Supplies (Expense)
|
288
294
|
--------------------------------------------------------------------------------
|
289
295
|
|
290
|
-
|
296
|
+
2018-01-01 hsbc_visa -257.25 cc.hsbc.visa Visa Credit Card
|
297
|
+
257.25 supplies Supplies
|
298
|
+
Office Supplies
|
299
|
+
Receipt: 01/2018-01-01-sample-receipt.jpg
|
300
|
+
|
301
|
+
|
302
|
+
257.25 Total for account: supplies - Supplies
|
291
303
|
|
292
304
|
|
293
305
|
|
@@ -303,7 +315,7 @@ Receipt: 01/2017-01-02-hartford-insurance.pdf
|
|
303
315
|
Total: 300.00 -- tr.airfare -- Travel - Air Fares (Expense)
|
304
316
|
--------------------------------------------------------------------------------
|
305
317
|
|
306
|
-
|
318
|
+
2018-01-08 general 300.00 tr.airfare Travel - Air Fares
|
307
319
|
-300.00 loan.to.sh Loan Payable to Shareholder
|
308
320
|
Phoenix conference air ticket paid on personal credit card
|
309
321
|
|
@@ -340,10 +352,10 @@ Phoenix conference air ticket paid on personal credit card
|
|
340
352
|
Total: 400.00 -- tr.lodging -- Travel - Lodging (Expense)
|
341
353
|
--------------------------------------------------------------------------------
|
342
354
|
|
343
|
-
|
355
|
+
2018-01-20 hsbc_visa -400.00 cc.hsbc.visa Visa Credit Card
|
344
356
|
400.00 tr.lodging Travel - Lodging
|
345
357
|
Hampton Inn Phoenix (conference)
|
346
|
-
Receipt: 01/
|
358
|
+
Receipt: 01/2018-01-20-phoenix-hampton.pdf
|
347
359
|
|
348
360
|
|
349
361
|
400.00 Total for account: tr.lodging - Travel - Lodging
|
@@ -362,9 +374,9 @@ Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
|
362
374
|
Total: 117.70 -- tr.mileage -- Travel - Mileage Allowance (Expense)
|
363
375
|
--------------------------------------------------------------------------------
|
364
376
|
|
365
|
-
|
377
|
+
2018-01-31 general 117.70 tr.mileage Travel - Mileage Allowance
|
366
378
|
-117.70 loan.to.sh Loan Payable to Shareholder
|
367
|
-
Mileage reimbursement for business travel of January
|
379
|
+
Mileage reimbursement for business travel of January 2018 (see worksheet)
|
368
380
|
|
369
381
|
|
370
382
|
117.70 Total for account: tr.mileage - Travel - Mileage Allowance
|
@@ -391,7 +403,7 @@ Mileage reimbursement for business travel of January 2017 (see worksheet)
|
|
391
403
|
Total: 495.00 -- tr.perdiem.mi -- Travel - Per Diem (Meals and Incidentals) (Expense)
|
392
404
|
--------------------------------------------------------------------------------
|
393
405
|
|
394
|
-
|
406
|
+
2018-01-20 general 495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
395
407
|
-495.00 loan.to.sh Loan Payable to Shareholder
|
396
408
|
Per diem allowance for Phoenix conference (see worksheet)
|
397
409
|
|
@@ -435,7 +447,7 @@ Per diem allowance for Phoenix conference (see worksheet)
|
|
435
447
|
Totals
|
436
448
|
------
|
437
449
|
|
438
|
-
|
450
|
+
-107.25 cc.hsbc.visa Visa Credit Card
|
439
451
|
13000.00 ck.hsbc HSBC Checking
|
440
452
|
500.00 conf.fees Conference Fees
|
441
453
|
200.00 cowork.fees Coworking Fees
|
@@ -443,6 +455,7 @@ Totals
|
|
443
455
|
-912.70 loan.to.sh Loan Payable to Shareholder
|
444
456
|
-5000.00 own.equity Owner's Equity
|
445
457
|
-10000.00 sls.cons Sales - Consulting
|
458
|
+
257.25 supplies Supplies
|
446
459
|
300.00 tr.airfare Travel - Air Fares
|
447
460
|
400.00 tr.lodging Travel - Lodging
|
448
461
|
117.70 tr.mileage Travel - Mileage Allowance
|