From: Dave S. <bou...@ya...> - 2006-11-17 04:34:42
|
How am I supposed to deal with refund checks? If a customer overpays, or returns something then I have to give them money back. Our policy, to reduce credit card transaction processing fees, is to issue a check. The problem is that customers don't show up in the Payment screen, only the receipt screen. There was no check template associated with the receipt screen, so I added it. The problem is, to make the books balance you have to receive a negative amount. So I'm printing checks with negative signs in them. Obviously I'm doing things wrong - there's no way nobody is issuing refund checks and certainly nobody is giving out checks with negative payments. Right? Dave ____________________________________________________________________________________ Sponsored Link Mortgage rates near 39yr lows. $510k for $1,698/mo. Calculate new payment! www.LowerMyBills.com/lre |
From: Ed W <li...@wi...> - 2006-11-17 09:47:11
|
Hi > So I'm > printing checks with negative signs in them. > Obviously I'm doing things wrong - there's no way > nobody is issuing refund checks and certainly nobody > is giving out checks with negative payments. Right? > It occurs to me that refunds are negative amounts, yet you copied the template code where it was printing numbers with the opposite sign? A refund in this case is just a negative payment of course. I guess hack the template to negate the sign - the accounting treatment should probably be fine though...? Out of curiousity did you just change the code to add the template, or did you use the "plugin architecture" to extend the code? Ed W |
From: C. D. H. <Du...@Du...> - 2006-11-20 04:23:38
|
Ed W wrote: > Hi > > >> So I'm >> printing checks with negative signs in them. >> Obviously I'm doing things wrong - there's no way >> nobody is issuing refund checks and certainly nobody >> is giving out checks with negative payments. Right? >> >> > > > It occurs to me that refunds are negative amounts, yet you copied the > template code where it was printing numbers with the opposite sign? A > refund in this case is just a negative payment of course. > > I guess hack the template to negate the sign - the accounting treatment > should probably be fine though...? > > Out of curiousity did you just change the code to add the template, or > did you use the "plugin architecture" to extend the code? He may be missing the boat but isn't the ability to issue a refund something that is fundamentally missing from this application? Has no one here ever issued a refund check before? Why isn't there a refund template for such purposes? Dunc |
From: Steve R. <roy...@co...> - 2006-11-20 04:43:50
|
hi On a similar thread to refunds, I have the following two invoices the second ordered as part of the first service. But both of these show up in "AR Outstanding" report. Date Invoice Total Paid 05-07-2006 3775 88.00 100.00 25-07-2006 3784 170.50 158.50 258.50 258.50 So what is the proper way of doing this Steve |
From: Paul T. <pt...@wa...> - 2006-11-20 06:19:07
|
In Europe we pay by bank or cash instead of cheque. Works like a charm and reduces the number of lies allover (cheque is in the mail, yeah sure!) As a last resort you might consider that way. Silly Europe for sure, but if it works ;-) Also you might want to check and make sure that you have the accounts payable ans accounts receivable the right way round. >> use the "plugin architecture" to extend the code? >> > He may be missing the boat but isn't the ability to issue a refund > something that is fundamentally missing from this application? Has no > one here ever issued a refund check before? Why isn't there a refund > template for such purposes? > > Dunc > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |
From: Paul T. <pt...@wa...> - 2006-11-20 06:24:26
|
Paul Tammes schreef: > In Europe we pay by bank or cash instead of cheque. > Works like a charm and reduces the number of lies allover (cheque is > in the mail, yeah sure!) > As a last resort you might consider that way. Silly Europe for sure, > but if it works ;-) > > Also you might want to check and make sure that you have the accounts > payable ans accounts receivable the right way round. OOPS, did not see the credit card part beforehand.. That changes matters considerably: If I return an item, my credit card company refunds my money anyway. AND willl deduct it on YOUR next statement no doubt. Now if you start writing me credit notes as well, I win big time! You return me the money, VISA returns me the money, life is wonderfull! You just invented the free shopping mall principle? Hth Paul |