Sage 100

 View Only
Expand all | Collapse all

Has anyone found a creative way to purge backorder

Jim Woodhead

Jim Woodhead08-20-2012 18:07

Jim Woodhead

Jim Woodhead08-20-2012 18:17

Therese Logeais

Therese Logeais08-20-2012 18:18

Jim Woodhead

Jim Woodhead08-20-2012 18:57

  • 1.  Has anyone found a creative way to purge backorder

    Posted 08-20-2012 17:37
    Has anyone found a creative way to purge backordered/obsolete PO's on V44 or V45 instead of zeroing out the backorder amount and turning off the AP fnvoicing posting flag and then individually deleting....


  • 2.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 17:40
    Check out the PO purge utility in those two version. Works pretty well if you believe in the scorched earth policy.


  • 3.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:00
    It would seem that a script could help with that!


  • 4.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:05
    Well, you certainly can't import the completed flag and completion date as you could in v4.3 as the business rules won't allow it. I thought the script had to follow the business rules. If so, what would your script do differently?


  • 5.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:07
    I was thinking the same thing as Jeff?


  • 6.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:12
    Although in my case, this client doesn;t own VI so a script may be the route to go My client have 24 pages of PO's on the Purchases clearing report? @DanBurleson What are your thoughts?


  • 7.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:15
    Have you looked at the Purge Obsolete PO's on the PO Utilities menu? I typically recommend they review the open PO's and determine the latest date they would be comfortable purging through. (I know, it's not scripting, but that's what I do....)


  • 8.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:17
    Does that purge Backordered status PO's?


  • 9.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:18
    I believe it does, yes.


  • 10.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:19
    Looks Like I have so testing to do!! Thank you @ThereseLogeais and @JeffSchwenk


  • 11.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:24
    Btw, the date is based on the latest of the PO date or the last receipt date so if you end up with PO dates past the date to purge through, they have either a receipt of goods or a receipt of invoice past that date....


  • 12.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:26
    And then you have the fun job of reconciling the Purchases Clearing report to the Purchases Clearing GL account. One of my FAVORITE things!!!


  • 13.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 18:57
    Can you say PLUG!!


  • 14.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 19:40
      |   view attached
    I gave up trying to balance the purchases clearing report a LONG time ago. You HAVE to stay on top of it everyday and there are so many places it can go south. I wrote a long discourse on this back in the day when I was younger and thinner and could hold my liquor better. I'll see if I can track it down. - Wow That Copernic Desktop Search is a killer. Highly recommended. Can find anything on your computer in scant seconds. Attached is the document I was referring to. It was dated 1/6/2002 and may have been one of the first correspondence documents with Wayne........ Take a look. I don't think any of the issues have been resolved. Another issue that can hose it is if used is if you post an inventory transaction as a RECEIPT. A receipt transaction pulls the $$'s from the purchases clearing GL account....

    Attachment(s)

    doc
    POClearingIssues.doc   23 KB 1 version


  • 15.  RE: Has anyone found a creative way to purge backorder

    Posted 08-20-2012 20:34
    The process is a bit easier in v4.4 and later as you can modify the detail lines panel to display all three fields (Order, Received and invoiced) for each line in PO ROG and ROI. Then train the users to review all three fields for equality.


  • 16.  RE: Has anyone found a creative way to purge backorder

    Posted 08-21-2012 05:05
    Yep, all those PO issues still exist @JeffSchwenk . The biggest one I see is the return of goods issue - how do you track what you've returned (debit to P/C) vs. what you've been credited (hopefully credited to P/C)? Very manual process.


  • 17.  RE: Has anyone found a creative way to purge backorder

    Posted 08-21-2012 12:30
    Just got back from a customer's and one of the items on the agenda was how to clean up PO. Their open PO report is 334 pages and goes back to 2006. Good timing that we had this review yesterday Jim!


  • 18.  RE: Has anyone found a creative way to purge backorder

    Posted 08-22-2012 12:13
      |   view attached
    The PO clearing account reconcilation is a pain. I've written a crystal report that helps users see what the issues are and hopefully helps them keep on top of the issues. Getting them to understand a PO line is complete when the qty rec'd = qty inv'c and the bckorder qty = zero is the key here and ALL the lines on the PO must be complete. Once they stop looking at dollars and focus on qty they seem to get the hang of it. The most common error that I see is the user's journaling directly to the PO clearing account. This will mess you up for ever since it's generally a balance sheet account. I've attached my favorite PO recon report. It's Crystal XI for MAS ver. 4.5, It only lists backordered purchase orders. if you need another version, please let me know.

    Attachment(s)

    RPT
    PO_ReconCustom.RPT   48 KB 1 version


  • 19.  RE: Has anyone found a creative way to purge backorder

    Posted 08-22-2012 12:54
    Moira, Interesting report. Do you have any suppression logic to display only the bad boy lines?


  • 20.  RE: Has anyone found a creative way to purge backorder

    Posted 08-22-2012 13:15
    I think you could change the selection logic to be PO status =""B"" to just get backordered PO's which is really what you're looking for.


  • 21.  RE: Has anyone found a creative way to purge backorder

    Posted 08-22-2012 15:40
    @JeffSchwenk - I've {PO_PurchaseOrderHeader.OrderStatus} <> ""X"" and {PO_PurchaseOrderDetail.ItemType} = ""1"". And you know just looking at this version, I see that I don't have the usual PO Status = B, but have had it on other versions. Like @ThereseLogeais said, you can add the status to suppress non-backordered POs so change the {PO_PurchaseOrderHeader.OrderStatus} <> ""X"" to ""=B"". I suppose I've all the non-complete POs for this particualr client's version.