Jul 5, 2011 #1 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Hi, I'm using Accpac 5.5. Is there a report I can run which shows me the PO receipts that have not been invoiced yet?
Hi, I'm using Accpac 5.5. Is there a report I can run which shows me the PO receipts that have not been invoiced yet?
Jul 5, 2011 #2 ettienne Programmer Joined Oct 29, 2005 Messages 3,389 Location US You need to create your own report. Upvote 0 Downvote
Jul 5, 2011 Thread starter #3 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Thank you. Upvote 0 Downvote
Jul 5, 2011 Thread starter #4 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Ok, I've done a report which lists all receipts from PORCPH1 WHERE "PORCPH1"."ISINVOICED"=0 AND "PORCPH1"."ISCOMPLETE"=0. I'm getting some really old receipts from 2009 showing in my report so I reckon they must have been invoiced through AP rather then PO. Is there a better way of doing that report? Or can I maybe just change these 2 fields to "1" manually in the database? Upvote 0 Downvote
Ok, I've done a report which lists all receipts from PORCPH1 WHERE "PORCPH1"."ISINVOICED"=0 AND "PORCPH1"."ISCOMPLETE"=0. I'm getting some really old receipts from 2009 showing in my report so I reckon they must have been invoiced through AP rather then PO. Is there a better way of doing that report? Or can I maybe just change these 2 fields to "1" manually in the database?
Jul 6, 2011 #5 ettienne Programmer Joined Oct 29, 2005 Messages 3,389 Location US Better still is invoice those receipts in PO, run IC day end and then delete the invoices from the AP invoice batch that is generated. Upvote 0 Downvote
Better still is invoice those receipts in PO, run IC day end and then delete the invoices from the AP invoice batch that is generated.
Jul 6, 2011 Thread starter #6 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Thanks, I'll give that a try. Upvote 0 Downvote