Generating Statement of Account Letters
At the end of the year, some companies send a letter to all customers and vendors that reports the actual balance for that customer or vendor account. The letter can either include transaction details or just print the current total balance. A response letter can be included so that the customers and vendors can respond by one of these methods:
- Sign and return the response letter if the information matches their accounting, or
- Correct the response letter and return it if the information does not match their accounting
The customer or vendor balance is determined using these calculations:
Type | Amount formula |
---|---|
Voucher or Adjustment | -1 * inv_amt |
A/P Payments | amt_paid + amt_disc |
Invoice or Debit | amount + misc_charges + sales_tax + sales_tax_2 + freight |
A/R: Payment or Credit Memo | (amount + misc_charges + sales_tax + sales_tax_2 + freight) * -1 |
To generate the letter with the appropriate values:
Related topics