Sage 100

 View Only
  • 1.  4.4.06 client has requested a custom a monthly PO

    Posted 03-05-2012 09:13
      |   view attached
    4.4.06 client has requested a custom a monthly PO Receipt report with item number, description, received quantity, received cost and a ""standard cost"" (please see attached excel sample). Items use FIFO, Average or Serial for the valuation method. They are defining ""standard cost"" as: cost per item determined at the beginning of the fiscal year- Typically this is the cost established by the last purchase of an item during the previous fiscal year, though it can also be a cost established through other means which is intended to be the purchased cost during the current fiscal year. Any suggestions on how to obtain the ""standard cost"" would be greatly appreciated.

    Attachment(s)

    xls
    RECEIPTS_YTD_11912.xls   47 KB 1 version


  • 2.  RE: 4.4.06 client has requested a custom a monthly PO

    Posted 03-05-2012 10:22
    What about the standard cost field in the item master? Or you could set up a UDF to pull the value to the PO and then to the receipt history table when it is updated.......


  • 3.  RE: 4.4.06 client has requested a custom a monthly PO

    Posted 03-05-2012 11:10
    What about a subreport using the IM_PeriodPostingHistory? Hard-code it for the first period of the year and use BegBalDollarAmt/BegBalQty?


  • 4.  RE: 4.4.06 client has requested a custom a monthly PO

    Posted 03-06-2012 14:35
    Thank you for the help. I went with the sub-report and it seems to be working great.


  • 5.  RE: 4.4.06 client has requested a custom a monthly PO

    Posted 03-06-2012 14:43
    YESSSSS!