Dolibarr ERP & CRM » Tasks and Feature requests » task #1738 Add fields to product batchLatest modifications
Answer now
Snapshot Details |
Submitted on: | 2014-12-03 18:02 | | Submitted by: | Francis Appels (fappels) |
Last Modified On: | 2015-01-14 20:32 | |
Summary: | Add fields to product batch |
Description: | A received colli can contain more information, as a guideline we can take the EAN-128 code spec (http://www.barcodeisland.com/uccean128.phtml#AI00). There should be at least a 'barcode' field to store the Colli barcode and a 'note' field to store some extra information about the received batch/colli. |
Priority: | 5 - Medium | | Open to Any Developer: | No |
Subproject: | Module Products-Services | | Assigned to (multiple): | None |
Planned for version: | | | Status |
Start Date: | - | | End Date: | - |
Completion (0-100%): | 0 | | Status: | Open |
Comments- Francis Appels 2015-01-16 12:06
- Another extra parameter could be product_barcode.
If we make this a fixed parameter, we can let it override barcode of product, so when you receive a batch and read product barcode wich is different from product barcode the product_barcode field of product batch will be used.
The barcode search box and POS systems will also have to look in product batch. - Andriolo Hubert 2015-01-14 20:32
- What can the batch have for useful extra-parameters ?
If I think about it :
-a "colli" tracking number (the supplier's shipment reference)
-its own barcode like, as described in your doc, for example the GS1 128 barcode with expiry date and batch
-its location in stock (could be more than a simple field, could be 3 or more fields like : Row / Shelve / Bin
Nothing more comes to my mind, so, would it be useful to create a dedicated screen for batches and extrafields ?
Off course it could be more user-friendly to let the user define its own "extrafields" if he needs more on this dedicated screen.
But for the moment, I think I haven't seen a module with a dedicated screen that can handle the display of many editable extrafields (except maybe on product card ?)
This functionnality may be over-sized for my own use... but maybe I didn't get the concept ;) - Francis Appels 2015-01-14 19:36
- Dispatching products can have a lot of parameters.
So I propose to add extrafields to productbatch and work like this:
In Product Stock Tab: show list of batches with link on batch code.
When clicked, new card is shown with all parameters of batch including created extrafields.
The card will also contain the correctstock and tranfer buttons like the stock card.
In Supplier Dispatch Tab: also add 'batch code with link' to dispatched list.
When clicked also show editable batch card
Add 'return to stock button' or 'return to dispatch button' depending on Source. |
|
If we make this a fixed parameter, we can let it override barcode of product, so when you receive a batch and read product barcode wich is different from product barcode the product_barcode field of product batch will be used.
The barcode search box and POS systems will also have to look in product batch.