[QODBC-Desktop] Refunds with QODBC
Posted by brad waddell on 12 March 2009 05:21 PM
|
|
Refunds with QODBCApplying a refund check to an existing credit memoApply Refund Check in QuickBooks You cannot use QODBC to create refund checks applied to credit memos. To do this, open the Create Credit Memos/Refunds dialog box using the QuickBooks UI and find the credit memo for that customer. In the dialog box icon bar, click on the dollar bill with a hand above it and choose "Give Refund."
Instructions For existing Credit Memos, we can use the Credit Memo TxnID and apply it in the AppliedToTxnSetCreditCreditTxnID column in the ReceivePaymentLine insert for payments, but not for refunds. The CreditMemoLinkedTxn table is updated automatically by QuickBooks and cannot be used by QODBC to create linked refund transactions at this stage.
Overpayments and Refunds SupportQODBC v9.00.00.259 (or later) now supports OverPayments and Refunds. See below as an example: Create an Invoice for a Customer Receive the check that includes overpayment to just the invoice Print a refund check (It can be an ARRefundCreditCard, you need the TxnID from it) Now attach the overpayment to the original payment that was overpaid To see what it looks like | |
|
I discovered it was not possible to write a check from an other current asset account.
I found I can insert refunds directly into the table:
ARRefundCreditCardRefundAppliedTo
in a single step and pull from the other current asset account without issue.