rock_books 0.2.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +4 -0
- data/LICENSE.txt +201 -21
- data/README.md +4 -2
- data/RELEASE_NOTES.md +41 -0
- data/assets/fonts/JetBrainsMono-Medium.ttf +0 -0
- data/lib/rock_books/cmd_line/command_line_interface.rb +24 -13
- data/lib/rock_books/cmd_line/main.rb +1 -9
- data/lib/rock_books/documents/book_set.rb +5 -131
- data/lib/rock_books/documents/chart_of_accounts.rb +69 -37
- data/lib/rock_books/documents/journal.rb +47 -46
- data/lib/rock_books/documents/journal_entry.rb +7 -2
- data/lib/rock_books/documents/journal_entry_builder.rb +4 -0
- data/lib/rock_books/helpers/book_set_loader.rb +3 -3
- data/lib/rock_books/helpers/html_helper.rb +35 -0
- data/lib/rock_books/reports/balance_sheet.rb +8 -42
- data/lib/rock_books/reports/book_set_reporter.rb +218 -0
- data/lib/rock_books/reports/data/bs_is_data.rb +61 -0
- data/lib/rock_books/reports/data/bs_is_section_data.rb +28 -0
- data/lib/rock_books/reports/data/journal_data.rb +37 -0
- data/lib/rock_books/reports/data/multidoc_txn_by_account_data.rb +40 -0
- data/lib/rock_books/reports/data/multidoc_txn_report_data.rb +39 -0
- data/lib/rock_books/reports/data/receipts_report_data.rb +47 -0
- data/lib/rock_books/reports/data/tx_one_account_data.rb +37 -0
- data/lib/rock_books/reports/helpers/erb_helper.rb +26 -0
- data/lib/rock_books/reports/helpers/reporter.rb +134 -0
- data/lib/rock_books/reports/income_statement.rb +8 -46
- data/lib/rock_books/reports/journal_report.rb +72 -0
- data/lib/rock_books/reports/multidoc_txn_by_account_report.rb +32 -0
- data/lib/rock_books/reports/multidoc_txn_report.rb +25 -0
- data/lib/rock_books/reports/receipts_report.rb +5 -41
- data/lib/rock_books/reports/report_context.rb +1 -4
- data/lib/rock_books/reports/templates/html/index.html.erb +141 -0
- data/lib/rock_books/reports/templates/html/report_page.html.erb +12 -0
- data/lib/rock_books/reports/templates/text/_receipt_section.txt.erb +17 -0
- data/lib/rock_books/reports/templates/text/_totals.txt.erb +8 -0
- data/lib/rock_books/reports/templates/text/balance_sheet.txt.erb +21 -0
- data/lib/rock_books/reports/templates/text/income_statement.txt.erb +21 -0
- data/lib/rock_books/reports/templates/text/journal.txt.erb +20 -0
- data/lib/rock_books/reports/templates/text/multidoc_txn_by_account_report.txt.erb +28 -0
- data/lib/rock_books/reports/templates/text/multidoc_txn_report.txt.erb +22 -0
- data/lib/rock_books/reports/templates/text/receipts_report.txt.erb +13 -0
- data/lib/rock_books/reports/templates/text/tx_one_account.txt.erb +18 -0
- data/lib/rock_books/reports/tx_one_account.rb +9 -44
- data/lib/rock_books/types/account.rb +13 -1
- data/lib/rock_books/types/account_type.rb +18 -7
- data/lib/rock_books/version.rb +1 -1
- data/rock_books.gemspec +5 -3
- data/sample_data/minimal/rockbooks-reports/html/ck_hsbc_disb.html +40 -0
- data/sample_data/minimal/rockbooks-reports/html/index.html +271 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_accts_rec.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_bank_fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_books_refs.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cc_hsbc_visa.html +74 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cc_proc.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ck_hsbc.html +45 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_conf_fees.html +36 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_cowork_fees.html +42 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_govt_fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_inet_fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_int_exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_loan_to_sh.html +47 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_meals_ent.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_misc_exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_mktng_exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_own_equity.html +35 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_prof_fees.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_repair_maint.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ret_earn.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_ship_exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_sls_cons.html +35 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_sw_exp.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_airfare.html +35 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_autorent.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_gas_etc.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_govt.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_lodging.html +36 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_m_e.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_m_i.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_mileage.html +35 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_misc.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_parking.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_perdiem_mi.html +35 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_taxi.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_trainfare.html +27 -0
- data/sample_data/minimal/rockbooks-reports/html/single-account/acct_tr_unclass.html +27 -0
- 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/ck_hsbc_disb.txt +24 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_accts_rec.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_bank_fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_books_refs.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_cc_hsbc_visa.txt +58 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_cc_proc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_ck_hsbc.txt +29 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_conf_fees.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_cowork_fees.txt +26 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_govt_fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_inet_fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_int_exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_loan_to_sh.txt +31 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_meals_ent.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_misc_exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_mktng_exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_own_equity.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_prof_fees.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_repair_maint.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_ret_earn.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_ship_exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_sls_cons.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_sw_exp.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_airfare.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_autorent.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_gas_etc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_govt.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_lodging.txt +20 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_m_e.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_m_i.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_mileage.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_misc.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_parking.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_perdiem_mi.txt +19 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_taxi.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_trainfare.txt +11 -0
- data/sample_data/minimal/rockbooks-reports/txt/single-account/acct_tr_unclass.txt +11 -0
- metadata +176 -16
- data/lib/rock_books/documents/index.html.erb +0 -156
- data/lib/rock_books/documents/receipts.html.erb +0 -54
- data/lib/rock_books/reports/multidoc_transaction_report.rb +0 -66
- data/lib/rock_books/reports/reporter.rb +0 -118
- data/lib/rock_books/reports/transaction_report.rb +0 -103
- data/lib/rock_books/reports/tx_by_account.rb +0 -82
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account cc.proc -- Credit Card Processing Fees (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account ck.hsbc -- HSBC Checking (Asset)
|
4
|
+
Total: 13000.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
9
|
+
-5000.00 own.equity Owner's Equity
|
10
|
+
Initial Deposit from Shareholder
|
11
|
+
|
12
|
+
|
13
|
+
2018-01-05 ck.hsbc.disb -2000.00 ck.hsbc HSBC Checking
|
14
|
+
2000.00 cc.hsbc.visa Visa Credit Card
|
15
|
+
|
16
|
+
2018-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
17
|
+
-10000.00 sls.cons Sales - Consulting
|
18
|
+
Invoice #437, Dec. 2017 work, ABC, Inc.
|
19
|
+
|
20
|
+
|
21
|
+
Totals
|
22
|
+
------
|
23
|
+
|
24
|
+
2000.00 cc.hsbc.visa Visa Credit Card
|
25
|
+
13000.00 ck.hsbc HSBC Checking
|
26
|
+
-5000.00 own.equity Owner's Equity
|
27
|
+
-10000.00 sls.cons Sales - Consulting
|
28
|
+
------------
|
29
|
+
0.00
|
@@ -0,0 +1,20 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account conf.fees -- Conference Fees (Expense)
|
4
|
+
Total: 500.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-01-06 hsbc_visa -500.00 cc.hsbc.visa Visa Credit Card
|
9
|
+
500.00 conf.fees Conference Fees
|
10
|
+
Phoenix conference registration fee
|
11
|
+
Receipt: 01/2018-01-06-phoenix-conference-registration.pdf
|
12
|
+
|
13
|
+
|
14
|
+
Totals
|
15
|
+
------
|
16
|
+
|
17
|
+
-500.00 cc.hsbc.visa Visa Credit Card
|
18
|
+
500.00 conf.fees Conference Fees
|
19
|
+
------------
|
20
|
+
0.00
|
@@ -0,0 +1,26 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account cowork.fees -- Coworking Fees (Expense)
|
4
|
+
Total: 200.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-01-02 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
9
|
+
100.00 cowork.fees Coworking Fees
|
10
|
+
New Work City coworking fee for the month of January
|
11
|
+
Receipt: 01/2018-01-02-nwc.pdf
|
12
|
+
|
13
|
+
|
14
|
+
2018-02-01 hsbc_visa -100.00 cc.hsbc.visa Visa Credit Card
|
15
|
+
100.00 cowork.fees Coworking Fees
|
16
|
+
New Work City coworking fee for the month of February
|
17
|
+
Receipt: 02/2018-02-01-nwc.pdf
|
18
|
+
|
19
|
+
|
20
|
+
Totals
|
21
|
+
------
|
22
|
+
|
23
|
+
-200.00 cc.hsbc.visa Visa Credit Card
|
24
|
+
200.00 cowork.fees Coworking Fees
|
25
|
+
------------
|
26
|
+
0.00
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account govt.fees -- Government Fees (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account inet.fees -- Internet Service, Domain, and Hosting Fees (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account int.exp -- Interest Expense (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account loan.to.sh -- Loan Payable to Shareholder (Liability)
|
4
|
+
Total: -912.70
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-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
|
+
2018-01-20 general 495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
14
|
+
-495.00 loan.to.sh Loan Payable to Shareholder
|
15
|
+
Per diem allowance for Phoenix conference (see worksheet)
|
16
|
+
|
17
|
+
|
18
|
+
2018-01-31 general 117.70 tr.mileage Travel - Mileage Allowance
|
19
|
+
-117.70 loan.to.sh Loan Payable to Shareholder
|
20
|
+
Mileage reimbursement for business travel of January 2018 (see worksheet)
|
21
|
+
|
22
|
+
|
23
|
+
Totals
|
24
|
+
------
|
25
|
+
|
26
|
+
-912.70 loan.to.sh Loan Payable to Shareholder
|
27
|
+
300.00 tr.airfare Travel - Air Fares
|
28
|
+
117.70 tr.mileage Travel - Mileage Allowance
|
29
|
+
495.00 tr.perdiem.mi Travel - Per Diem (Meals and Incidentals)
|
30
|
+
------------
|
31
|
+
0.00
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account meals.ent -- Meals & Entertainment (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account misc.exp -- Miscellaneous Expenses (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account mktng.exp -- Marketing Expenses (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account own.equity -- Owner's Equity (Equity)
|
4
|
+
Total: -5000.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-01-01 ck.hsbc.disb 5000.00 ck.hsbc HSBC Checking
|
9
|
+
-5000.00 own.equity Owner's Equity
|
10
|
+
Initial Deposit from Shareholder
|
11
|
+
|
12
|
+
|
13
|
+
Totals
|
14
|
+
------
|
15
|
+
|
16
|
+
5000.00 ck.hsbc HSBC Checking
|
17
|
+
-5000.00 own.equity Owner's Equity
|
18
|
+
------------
|
19
|
+
0.00
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account prof.fees -- Professional Fees (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account repair.maint -- Repair & Maintenance (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account ret.earn -- Retained Earnings (Equity)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account ship.exp -- Shipping and Mailing Expenses (Expense)
|
4
|
+
Total: 0.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
There were no transactions for this account.
|
9
|
+
|
10
|
+
|
11
|
+
|
@@ -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
|
+
2018-01-07 ck.hsbc.disb 10000.00 ck.hsbc HSBC Checking
|
9
|
+
-10000.00 sls.cons Sales - Consulting
|
10
|
+
Invoice #437, Dec. 2017 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,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,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.airfare -- Travel - Air Fares (Expense)
|
4
|
+
Total: 300.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-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,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,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,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,20 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.lodging -- Travel - Lodging (Expense)
|
4
|
+
Total: 400.00
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-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/2018-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,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,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,19 @@
|
|
1
|
+
--------------------------------------------------------------------------------
|
2
|
+
XYZ Consulting, Inc.
|
3
|
+
Transactions for Account tr.mileage -- Travel - Mileage Allowance (Expense)
|
4
|
+
Total: 117.70
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
|
7
|
+
|
8
|
+
2018-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 2018 (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,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
|
+
|