[ADD] static reconciliation tables
This commit is contained in:
@@ -159,7 +159,52 @@ The system can then use reconciliation to automatically mark invoices as paid
|
||||
|
||||
.. h:div:: force-right
|
||||
|
||||
.. todo:: show reconciliation process, use Odoo interface?
|
||||
Journal entries wrt client Joe
|
||||
|
||||
.. rst-class:: table-condensed d-c-table
|
||||
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
| |Debit |Credit |
|
||||
+=========================+=========================+=========================+
|
||||
|Accounts Receivable |121 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Sale | |121 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Cash |75 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Accounts Receivable | |75 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Cash |75 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Accounts Receivable | |75 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Accounts Receivable |63 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Sale | |63 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|
||||
Reconciliation on *Account Receivable* showing operations with Joe
|
||||
|
||||
.. rst-class:: table-condensed d-c-table
|
||||
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Accounts Receivable: Joe |Debit |Credit |
|
||||
+=========================+=========================+=========================+
|
||||
|Invoice 42 |121 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Payment 55 | |75 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Payment 63 (partial) | |46 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
| |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Invoice 47 |63 | |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Payment 63 | |29 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|Open Balance | |34 |
|
||||
+-------------------------+-------------------------+-------------------------+
|
||||
|
||||
|
||||
Bank Reconciliation
|
||||
-------------------
|
||||
@@ -182,9 +227,11 @@ reconciled normally.
|
||||
|
||||
* encode a check being sent:
|
||||
|
||||
.. rst-class:: table-condensed d-c-table
|
||||
|
||||
+--------------------+-----+------+
|
||||
| |Debit|Credit|
|
||||
+--------------------+-----+------+
|
||||
+====================+=====+======+
|
||||
|Accounts Payable |121 | |
|
||||
+--------------------+-----+------+
|
||||
|Emitted Checks | |121 |
|
||||
@@ -192,9 +239,11 @@ reconciled normally.
|
||||
|
||||
* get the bank statement and encode it:
|
||||
|
||||
.. rst-class:: table-condensed d-c-table
|
||||
|
||||
+-----------------+-----+------+
|
||||
| |Debit|Credit|
|
||||
+-----------------+-----+------+
|
||||
+=================+=====+======+
|
||||
|Emitted Checks |121 | |
|
||||
+-----------------+-----+------+
|
||||
|Bank | | 121 |
|
||||
|
||||
Reference in New Issue
Block a user