rock_books 0.1.2 → 0.1.3

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