Options

Item inventory by location calc

kenjeskenjes Member Posts: 76
Hi

I need a simple list page like this :

"Location Code", "Location Name", "Inventory"
"", "", 455
"Blue", "Blue", 155
"Red", "Red", 44
"Yellow", "Yellow", 11

Someone that can send me in the right direction --- Thanks

Cheers

Kenenth

Comments

  • Options
    kinekine Member Posts: 12,562
    Inventory of what? Everything? It means all apples, pears, plums counted together?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    kenjeskenjes Member Posts: 76
    Item : "1001"
    :)
  • Options
    kinekine Member Posts: 12,562
    Because you need to add the line for empty location, you will need to use some buffer for it. Do you really need a page or it could be a report? Because report will be easier...

    If it must be a page (I expect it is some home work...) you can base it over temp table you will fill up on open (using calcsums from item ledger entries for all locations and empty location...).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    kenjeskenjes Member Posts: 76
    If we say that I don't need blank location :) ??

    ( no report )
  • Options
    kenjeskenjes Member Posts: 76
    Hi Kine

    Thanks for your feedback - I have solved it by using Page 5701 "Stockkeeping Unit List" :):)

    Cheers
    Kenneth
  • Options
    kinekine Member Posts: 12,562
    Than adding flowfield for the inventory (sum from Item Ledger Entries) with one flowfilter (Item No. Filter) on the Location table should be enough for you...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.