Virender
4th January 2012, 09:44
Hi friends,
Wish you all a very Happy New Year.
SERVER : ERP LN 6.1 FP7
OS : Windows 2008
I have come across a requirement where our client needs one of their material in another unit. We tried to use conversion unit feature but as there is no fixed definition between two inventory units, we couldn't.
Now, we decided to customize but trying to do it without touching standard functionality.
We need to implement it at warehouse level ie inbound, outbound, inventory transfer, adjustments.
For the convenience of the user, we want the field to be available along with with quantity field on all the forms, e.g.
Received qty (Inventory unit) - 10 kg - standard unit
Received qty (second unit) - 1 Roll - custom unit
Please suggest the ideas\approach through which I can address this issue.
My approach-
------------
As per my understanding I have made custom tables to store each transaction and summary of the warehouse wise item inventory.
transaction table : order number, order type, date, line, warehouse, item, qty1, qty2
summary table : warehouse, item, qty1, qty2
On the quantity field (inventory unit qty) on form, I changed it to zoom field to open a session to enter quantity (second inventory - qty2).
Here I want to validate:
It should only show the current receipt record not other records.
Thanks
Virendra
Wish you all a very Happy New Year.
SERVER : ERP LN 6.1 FP7
OS : Windows 2008
I have come across a requirement where our client needs one of their material in another unit. We tried to use conversion unit feature but as there is no fixed definition between two inventory units, we couldn't.
Now, we decided to customize but trying to do it without touching standard functionality.
We need to implement it at warehouse level ie inbound, outbound, inventory transfer, adjustments.
For the convenience of the user, we want the field to be available along with with quantity field on all the forms, e.g.
Received qty (Inventory unit) - 10 kg - standard unit
Received qty (second unit) - 1 Roll - custom unit
Please suggest the ideas\approach through which I can address this issue.
My approach-
------------
As per my understanding I have made custom tables to store each transaction and summary of the warehouse wise item inventory.
transaction table : order number, order type, date, line, warehouse, item, qty1, qty2
summary table : warehouse, item, qty1, qty2
On the quantity field (inventory unit qty) on form, I changed it to zoom field to open a session to enter quantity (second inventory - qty2).
Here I want to validate:
It should only show the current receipt record not other records.
Thanks
Virendra