Hi All! I hope this is an easy question...
As we are experiencing massive amounts of items on backorders and items not being delivered, is there a report to run in Lawson that calculates the number of days of stock (per item) we have left on hand? Can Lawson tell me based on the daily usage of an item, I have X number of days of inventory on hand? Example... if I have 100 items on hand, can Lawson tell me the number of days on hand of each item?
Apprecaite all your help! Stay Safe and be well!
Den
That's unfortunate that you haven't been able to get Addins running. It's been a very useful tool for me.
I think there's been ERs for this in the past but Infor hasn't addressed it. Seems it would simple to add the calculation to IC145 (Stock Status Report). During this pandemic we needed a way to view days on hand for critical PPE. I used Crystal to create this report that calculates average daily use over the past 21 days and divides current allocatable quantity by the ADU to get the days on hand (Stock Out Days). Another field adds the days on hand to today's date to display the date we'll be out of stock based on the ADU.
Since LawsonGuru doesn't accept .rpt files I've attached the file as .txt. Just change the extension back to .rpt to open in Crystal.
Hi Mike , I have a similar requirement to get " Inventory on hand (e.g. Perpetual Inventory Listing (point in time report obtained to support the inventory balance at a point in time))" details through a SQL query.
Can you help me which tables we need to use to get Inventory on hand details?
The Item Loc ITEMLOC table has SOH stock on hand qty, along with ALLOC_QTY allocated quantity, ONORDER_QTY. You can link that with ITEMMAST Item master table for item desctiptions.
Hi Sreekanth, The tables you want are ITEMLOC (primarily) and ITEMMAST (to pull in descriptions and other data from item master). For those without table access (via Toad/ODBC/Addins), the IC233 and IC234 are standard reports for inventory valuation and the IC223 is great way to access ITEM AVAILABILITY data
Thanks Mike! I would like to see that document. Any help and tips would be apprecaited. I have sent you an email.
To add attachments, you have to Add Reply - not the quick reply in the thread - and then use the Attachments option under the Submit button.
Thanks Kat. Attachment made.