on 2009 Aug 19 9:17 PM
How to add AR down payment invoice with OINV for open invoice open amount in Query Generator? How to add column total on the column header (Ctrl + F?)
How to change the Preview to landscape when query data pop-up?
I tried to export to Excel but did not save to correct path that I setup in the general setting path tab, only can save as txt file but PDF turned out fine, why? I used SAP Business One, ExclDocs. Word to WordDocs\English, Picture to Bitmap, Attachment to attachment.
Will create AP Invoice to offset AR Down Payment Invoice and PO Receipt.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lily Chien,
Please post one question per one thread.
If you need the A/R Invoice + Down Payments Invoice Detail. Try this Query,
SELECT Distinct(T0.DocNum), T0.DocDate, T0.CardCode, T0.DocTotal, T0.DpmAmnt, T0.DocStatus
FROM OINV T0
INNER JOIN ODPI T1 ON T0.DpmAmnt = T1.DpmAmnt
Regards,
Madhan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have too many questions in one thread. Please follow forum rule: i.e. one question per one thread.
Answer to your question by your subject: AR down payment invoices are belong to particular category of invoices that would be treated as deposit. In another word, it is not fully booked yet. You have to create formal invoice to confirm it. Therefore it may not be possible to be included in the Aging report.
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
103 | |
6 | |
6 | |
6 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.