Knowledgebase
[QODBC-Desktop] How to see Pending Uninvoiced Sales in the Sales Order Table using QODBC
Posted by brad waddell on 12 March 2009 05:21 PM
|
|
An Example of Seeing Pending Uninvoiced Sales in the Sales Order TableQuery SalesOrder TableTo do this, you can query the SalesOrder table using a where IsFullyInvoiced = False clause like below: SELECT TxnNumber, CustomerRefFullName, TxnDate, Compare with Pending Sales Report sp_report PendingSales show Note: The report result below should match this:
| |
|
Comments (0)