|
I'm no accountant, but in my system, every line item in the transaction
detail table is either a charge to the patient/customer, in which case
it has a positive currency value, or it is a credit to the pat/cust, in
which case it has a negative currency value, or it is a free item,
where it's amount is $ 0.00. A partial payment, whether cash, credit card, check or what have you, is just a negative currency value that partially offsets the account balance (which is nothing more than the arithmatic sum of this one column). To get the A/R balance, account balance, remaining due, whatever you want to call it, you just sum that column for the particular account. To get the total of sales for the day/week/mo/whatever, you just sum only the rows having positive amounts; to get the total money received, just sum those rows showing a payment. To create a bill/statement/invoice, just sum every row for that pat/cust. Everything is done "on the fly", and no other tables are needed. I also use the same view to print insurance claims (HCFA, etc), but in these cases, the full price amount (U&C, usual and customary) is submitted rather than the discounted amount. For cash based systems, partial payments are no different from full payments or overpayments. They are all income when received. For accrual systems, you just total the amounts charged when charged, and only use the payments as a way to calculate the year end adjustment for bad debts/discounts/etc. Actually, I do use another table that mirrors the transaction detail table for documenting printed statements. It is only needed to resurrect/reprint a previously printed statement/invoice/superbill. Again, I'm no accountant and I'd appreciate hearing of any flaws to my thinking here. Bill Ben Petersen wrote: Hi Bill, My question really relates more as to how partial/over payments against invoices are treated in the general ledger for cash based systems, rather than billing. (What do you do with the cash?) But Thanks!Ben Petersen On 19 Aug 2003, at 9:57, William Stacy wrote: |
- [RBASE-L] - Re: Question for you accounting pros William Stacy
- [RBASE-L] - Re: Question for you accounting pros Ben Petersen
- [RBASE-L] - Re: Question for you accounting pros Albert Berry
- [RBASE-L] - Re: Question for you accounting pros Ben Petersen
- [RBASE-L] - Re: Question for you accounting pros Albert Berry
- [RBASE-L] - Re: Question for you accounting pros Ben Petersen
- [RBASE-L] - Re: Question for you accounting pros William Stacy
- [RBASE-L] - Re: Question for you accounting pros Myron
- [RBASE-L] - Re: Question for you accounting pros Myron
- [RBASE-L] - Re: Question for you accounting pros Ben Petersen
- [RBASE-L] - Re: Question for you accounting pros Albert Berry
- [RBASE-L] - Re: Question for you accounting pros Myron

