This topic contains 1 reply, has 0 voices, and was last updated by kvillar 8 years, 1 month ago.

  • Author
    Posts
  • #7680 Score: 0

    John Bright
    • Contributions: 0
    • Level 1

    Hello

    I am trying to create a report which shows all current stock on hand plus what is on order as well as showing any comments that are related to the relevant PO.

    I Have managed to create this report using the Open Purchase Order side of things, however it only list items that are actually on order.

    How do I create this as I need to report to customers my current stock on hand plus what is on order as well as an estimated arrival time.

    Thanks in advance

    John
    This is a cached copy. Click here to see the original post.

  • #7681 Score: 0

    kvillar
    • Contributions: 0
    • Level 1

    Hi John Bright,

    Please try the saved search below, take note that this is under the assumption that purchase orders are always received in full, this search will give you the earliest expected receipt date:

    1. Navigate to Lists > Search > Saved Searches > New > Item

    2. Under Results Columns, click Remove all and set the following:

    a. Name > Summary Type: Group

    b. On Hand > Summary Type: Maximum

    c. On Oder > Summary Type: Maximum

    d. Formula (Date) > Summary Type: Minimum > enter the formula: case when {transaction.type} = ‘Purchase Order’ and {transaction.status} = ‘Pending Receipt’ then {transaction.expectedreceiptdate} end

    3. Rename the Search Title and click Save & Run

You must be logged in to reply to this topic.