rock_books 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/RELEASE_NOTES.md +4 -0
- data/lib/rock_books/cmd_line/command_line_interface.rb +16 -3
- data/lib/rock_books/version.rb +1 -1
- data/sample_data/minimal/receipts/01/2017-01-20-phoenix-hampton.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_acct.html +455 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_acct.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_acct.txt +439 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_amount.html +92 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_amount.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_amount.txt +76 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_date.html +91 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_date.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/all_txns_by_date.txt +75 -0
- data/sample_data/minimal/rockbooks-reports/balance_sheet.html +48 -0
- data/sample_data/minimal/rockbooks-reports/balance_sheet.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/balance_sheet.txt +32 -0
- data/sample_data/minimal/rockbooks-reports/ck.hsbc.html +40 -0
- data/sample_data/minimal/rockbooks-reports/ck.hsbc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/ck.hsbc.txt +24 -0
- data/sample_data/minimal/rockbooks-reports/general.html +41 -0
- data/sample_data/minimal/rockbooks-reports/general.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/general.txt +25 -0
- data/sample_data/minimal/rockbooks-reports/hsbc_visa.html +49 -0
- data/sample_data/minimal/rockbooks-reports/hsbc_visa.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/hsbc_visa.txt +33 -0
- data/sample_data/minimal/rockbooks-reports/income_statement.html +45 -0
- data/sample_data/minimal/rockbooks-reports/income_statement.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/income_statement.txt +29 -0
- data/sample_data/minimal/rockbooks-reports/receipts.html +39 -0
- data/sample_data/minimal/rockbooks-reports/receipts.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/receipts.txt +23 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_accts.rec.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_accts.rec.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_accts.rec.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_bank.fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_bank.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_bank.fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_books.refs.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_books.refs.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_books.refs.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.hsbc.visa.html +61 -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.hsbc.visa.txt +45 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.proc.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.proc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cc.proc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ck.hsbc.html +45 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ck.hsbc.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ck.hsbc.txt +29 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_conf.fees.html +36 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_conf.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_conf.fees.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cowork.fees.html +36 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cowork.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_cowork.fees.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_govt.fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_govt.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_govt.fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_inet.fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_inet.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_inet.fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_insurance.html +36 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_insurance.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_insurance.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_int.exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_int.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_int.exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_loan.to.sh.html +47 -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_loan.to.sh.txt +31 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_meals.ent.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_meals.ent.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_meals.ent.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_misc.exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_misc.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_misc.exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_mktng.exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_mktng.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_mktng.exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_own.equity.html +35 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_own.equity.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_own.equity.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_paypal.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_paypal.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_paypal.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_prof.fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_prof.fees.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_prof.fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_repair.maint.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_repair.maint.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_repair.maint.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ret.earn.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ret.earn.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ret.earn.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ship.exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ship.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_ship.exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sls.cons.html +35 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sls.cons.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sls.cons.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_supplies.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_supplies.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_supplies.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sw.exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sw.exp.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_sw.exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.airfare.html +35 -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.airfare.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.autorent.html +27 -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.autorent.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.gas.etc.html +27 -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.gas.etc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.govt.html +27 -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.govt.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.lodging.html +36 -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.lodging.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.m.e.html +27 -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.e.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.m.i.html +27 -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.m.i.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.mileage.html +35 -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.mileage.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.misc.html +27 -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.misc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.parking.html +27 -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.parking.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.perdiem.mi.html +35 -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.perdiem.mi.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.taxi.html +27 -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.taxi.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.trainfare.html +27 -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.trainfare.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.unclass.html +27 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.unclass.pdf +0 -0
- data/sample_data/minimal/rockbooks-reports/single-account/acct_tr.unclass.txt +11 -0
- metadata +146 -1
@@ -0,0 +1,35 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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 sls.cons -- Sales - Consulting<span class="Apple-converted-space"> </span>(Income)</p>
|
18
|
+
<p class="p1"><span class="Apple-converted-space"> </span>Total: -10000.00</p>
|
19
|
+
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
+
<p class="p2"><br></p>
|
21
|
+
<p class="p2"><br></p>
|
22
|
+
<p class="p1">2017-01-07 <span class="Apple-converted-space"> </span>ck.hsbc 10000.00<span class="Apple-converted-space"> </span>ck.hsbc<span class="Apple-converted-space"> </span>HSBC Checking</p>
|
23
|
+
<p class="p1"><span class="Apple-converted-space"> </span>-10000.00 <span class="Apple-converted-space"> </span>sls.cons<span class="Apple-converted-space"> </span>Sales - Consulting</p>
|
24
|
+
<p class="p1">Invoice #437, Dec. 2016 work, ABC, Inc.</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>10000.00 <span class="Apple-converted-space"> </span>ck.hsbc <span class="Apple-converted-space"> </span>HSBC Checking</p>
|
31
|
+
<p class="p1"><span class="Apple-converted-space"> </span>-10000.00 <span class="Apple-converted-space"> </span>sls.cons<span class="Apple-converted-space"> </span>Sales - Consulting</p>
|
32
|
+
<p class="p1">------------</p>
|
33
|
+
<p class="p1"><span class="Apple-converted-space"> </span>0.00</p>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account sls.cons -- Sales - Consulting (Income)
|
4
|
+
Total: -10000.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2017-01-07 ck.hsbc 10000.00 ck.hsbc HSBC Checking
|
9
|
+
-10000.00 sls.cons Sales - Consulting
|
10
|
+
Invoice #437, Dec. 2016 work, ABC, Inc.
|
11
|
+
|
12
|
+
|
13
|
+
Totals
|
14
|
+
------
|
15
|
+
|
16
|
+
10000.00 ck.hsbc HSBC Checking
|
17
|
+
-10000.00 sls.cons Sales - Consulting
|
18
|
+
------------
|
19
|
+
0.00
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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 supplies -- Supplies<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account supplies -- Supplies (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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 sw.exp -- Software Expense<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account sw.exp -- Software Expense (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.airfare -- Travel - Air Fares<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
+
<p class="p1"><span class="Apple-converted-space"> </span>Total: 300.00</p>
|
19
|
+
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
+
<p class="p2"><br></p>
|
21
|
+
<p class="p2"><br></p>
|
22
|
+
<p class="p1">2017-01-08 <span class="Apple-converted-space"> </span>general <span class="Apple-converted-space"> </span>300.00 <span class="Apple-converted-space"> </span>tr.airfare<span class="Apple-converted-space"> </span>Travel - Air Fares</p>
|
23
|
+
<p class="p1"><span class="Apple-converted-space"> </span>-300.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">Phoenix conference air ticket paid on personal credit card</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>-300.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>300.00 <span class="Apple-converted-space"> </span>tr.airfare<span class="Apple-converted-space"> </span>Travel - Air Fares</p>
|
32
|
+
<p class="p1">------------</p>
|
33
|
+
<p class="p1"><span class="Apple-converted-space"> </span>0.00</p>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.airfare -- Travel - Air Fares (Expense)
|
4
|
+
Total: 300.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2017-01-08 general 300.00 tr.airfare Travel - Air Fares
|
9
|
+
-300.00 loan.to.sh Loan Payable to Shareholder
|
10
|
+
Phoenix conference air ticket paid on personal credit card
|
11
|
+
|
12
|
+
|
13
|
+
Totals
|
14
|
+
------
|
15
|
+
|
16
|
+
-300.00 loan.to.sh Loan Payable to Shareholder
|
17
|
+
300.00 tr.airfare Travel - Air Fares
|
18
|
+
------------
|
19
|
+
0.00
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.autorent -- Travel - Auto Rental<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.autorent -- Travel - Auto Rental (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.gas.etc -- Travel - Gas, Oil, Tolls, etc.<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.gas.etc -- Travel - Gas, Oil, Tolls, etc. (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.govt -- Travel - Government Fees<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.govt -- Travel - Government Fees (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.lodging -- Travel - Lodging<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
+
<p class="p1"><span class="Apple-converted-space"> </span>Total: 400.00</p>
|
19
|
+
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
+
<p class="p2"><br></p>
|
21
|
+
<p class="p2"><br></p>
|
22
|
+
<p class="p1">2017-01-20 <span class="Apple-converted-space"> </span>hsbc_visa<span class="Apple-converted-space"> </span>-400.00 <span class="Apple-converted-space"> </span>cc.hsbc.visa<span class="Apple-converted-space"> </span>Visa Credit Card</p>
|
23
|
+
<p class="p1"><span class="Apple-converted-space"> </span>400.00 <span class="Apple-converted-space"> </span>tr.lodging<span class="Apple-converted-space"> </span>Travel - Lodging</p>
|
24
|
+
<p class="p1">Hampton Inn Phoenix (conference)</p>
|
25
|
+
<p class="p1">Receipt: 01/2017-01-20-phoenix-hampton.pdf</p>
|
26
|
+
<p class="p2"><br></p>
|
27
|
+
<p class="p2"><br></p>
|
28
|
+
<p class="p1">Totals</p>
|
29
|
+
<p class="p1">------</p>
|
30
|
+
<p class="p2"><br></p>
|
31
|
+
<p class="p1"><span class="Apple-converted-space"> </span>-400.00 <span class="Apple-converted-space"> </span>cc.hsbc.visa<span class="Apple-converted-space"> </span>Visa Credit Card</p>
|
32
|
+
<p class="p1"><span class="Apple-converted-space"> </span>400.00 <span class="Apple-converted-space"> </span>tr.lodging<span class="Apple-converted-space"> </span>Travel - Lodging</p>
|
33
|
+
<p class="p1">------------</p>
|
34
|
+
<p class="p1"><span class="Apple-converted-space"> </span>0.00</p>
|
35
|
+
</body>
|
36
|
+
</html>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.lodging -- Travel - Lodging (Expense)
|
4
|
+
Total: 400.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2017-01-20 hsbc_visa -400.00 cc.hsbc.visa Visa Credit Card
|
9
|
+
400.00 tr.lodging Travel - Lodging
|
10
|
+
Hampton Inn Phoenix (conference)
|
11
|
+
Receipt: 01/2017-01-20-phoenix-hampton.pdf
|
12
|
+
|
13
|
+
|
14
|
+
Totals
|
15
|
+
------
|
16
|
+
|
17
|
+
-400.00 cc.hsbc.visa Visa Credit Card
|
18
|
+
400.00 tr.lodging Travel - Lodging
|
19
|
+
------------
|
20
|
+
0.00
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.m.e -- Meals and Entertainment<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.m.e -- Meals and Entertainment (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.m.i -- Travel - Meals & Incidentals<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.m.i -- Travel - Meals & Incidentals (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.mileage -- Travel - Mileage Allowance<span class="Apple-converted-space"> </span>(Expense)</p>
|
18
|
+
<p class="p1"><span class="Apple-converted-space"> </span>Total: 117.70</p>
|
19
|
+
<p class="p1">--------------------------------------------------------------------------------</p>
|
20
|
+
<p class="p2"><br></p>
|
21
|
+
<p class="p2"><br></p>
|
22
|
+
<p class="p1">2017-01-31 <span class="Apple-converted-space"> </span>general <span class="Apple-converted-space"> </span>117.70 <span class="Apple-converted-space"> </span>tr.mileage<span class="Apple-converted-space"> </span>Travel - Mileage Allowance</p>
|
23
|
+
<p class="p1"><span class="Apple-converted-space"> </span>-117.70 <span class="Apple-converted-space"> </span>loan.to.sh<span class="Apple-converted-space"> </span>Loan Payable to Shareholder</p>
|
24
|
+
<p class="p1">Mileage reimbursement for business travel of January 2017 (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>-117.70 <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>117.70 <span class="Apple-converted-space"> </span>tr.mileage<span class="Apple-converted-space"> </span>Travel - Mileage Allowance</p>
|
32
|
+
<p class="p1">------------</p>
|
33
|
+
<p class="p1"><span class="Apple-converted-space"> </span>0.00</p>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.mileage -- Travel - Mileage Allowance (Expense)
|
4
|
+
Total: 117.70
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2017-01-31 general 117.70 tr.mileage Travel - Mileage Allowance
|
9
|
+
-117.70 loan.to.sh Loan Payable to Shareholder
|
10
|
+
Mileage reimbursement for business travel of January 2017 (see worksheet)
|
11
|
+
|
12
|
+
|
13
|
+
Totals
|
14
|
+
------
|
15
|
+
|
16
|
+
-117.70 loan.to.sh Loan Payable to Shareholder
|
17
|
+
117.70 tr.mileage Travel - Mileage Allowance
|
18
|
+
------------
|
19
|
+
0.00
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
+
<meta http-equiv="Content-Style-Type" content="text/css">
|
6
|
+
<title></title>
|
7
|
+
<meta name="Generator" content="Cocoa HTML Writer">
|
8
|
+
<meta name="CocoaVersion" content="1561.4">
|
9
|
+
<style type="text/css">
|
10
|
+
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo}
|
11
|
+
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; min-height: 14.0px}
|
12
|
+
</style>
|
13
|
+
</head>
|
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.misc -- Travel - Miscellaneous<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>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.misc -- Travel - Miscellaneous (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|