Feature #361
closedMore functionalities for article serial numbers
100%
Description
A serial number can be assigned to an item. Here, however, the same serial number is used for all included items. There should be a separator here with which a corresponding number / string can be assigned to each individually.
E.g. 11112, 11113, 11114
When the item is removed (spent time-> material), when selecting the item, it should be possible to assign exactly the item with the corresponding serial number to the issue, so that the item used can also be precisely identified later ...
Files
Updated by amutha a over 3 years ago
What if the number of items is large, like 100 items, how do you enter all the serial numbers?
Updated by Carsten Stanusch over 3 years ago
Maybe it should be optional, like it is actual.
If no String is entered the serial is automaticly 0
Updated by Dhanasingh Krishnapandian over 3 years ago
enter serial numbers in two parts
fixed | running
have a link 'assigned serial numbers' which will show a pop up of assigned serial numbers
in the material log screen, concat serial number to the item name
have a text area to enter comma separated serial numbers,
store this in wk_material_entry_sn
Show the used serial numbers in the spent material screen
Updated by Arun T over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Completed
Updated by Carsten Stanusch over 3 years ago
As I can see from the language file, will the system only understand numeric serials?
I have items here that have the format "19223.1231.13-1" and "EAG-2012-AA/8", for example
Updated by amutha a over 3 years ago
- File serial number.png serial number.png added
- File Serial number running.png Serial number running.png added
- File serial number (2).png serial number (2).png added
If the static is 19223.1231.13- and the running number is 1, it should increment automatically.
likewise, if the static is "EAG-2012-AA/" and the running is 8, it should automatically increment.
Updated by Carsten Stanusch over 3 years ago
Ok, that's a nice feature.
If we assign the serial numbers ourselves, this approach is perfect for us.
For goods that have already received a serial number from the manufacturer, we enter this, unfortunately it will not work there.