Product Serial Number #5761
Replies: 5 comments 3 replies
-
This is a good candidate for an extension! I don't think it needs to be part of core, though. |
Beta Was this translation helpful? Give feedback.
-
@fernandolcx if you need ERPnext working with solidus and playing nice, we are working on that and I might publish it as open source. |
Beta Was this translation helpful? Give feedback.
-
@jarednorman I think meta data would be a solution for this for example. |
Beta Was this translation helpful? Give feedback.
-
@seandawes @fernandolcx |
Beta Was this translation helpful? Give feedback.
-
@fthobe Why not just expand the data columns in the inventory units table to just have a serial column. And you populate this when receiving inventory either if it needs to be done manually or via an automated job. Really doesn't require a ton of work. The issue will lie in how you are receiving inventory as it will need to be singular and not +10 or something at a time. |
Beta Was this translation helpful? Give feedback.
-
The ideia is based on what we have in ERPNext (https://docs.erpnext.com/docs/user/manual/en/serial-no)
and Odoo (https://www.odoo.com/documentation/17.0/applications/inventory_and_mrp/inventory/product_management/product_tracking/serial_numbers.html)
This implements granular control of individual items in stock, distinguished by its Serial Number (SN) of some specific products,
which can be used to:
All transactions regarding to this product (stock transfer, purchase or selling) must have their item SN specified;
Beta Was this translation helpful? Give feedback.
All reactions