In my Doc-Type for Serial Numbers, I’ve added a custom-field for AssetTag. Any of the serialized devices here have custom-generated AssetTags (but small things like nuts/bolts/etc, that are not serialized, do not get Asset Tags). My process for receiving equipment in ERPNext (especially if a new part):
Enter New Item
Create a Stock Update
During Stock Update - Enter Subform to enter Serial Numbers and details
Open Serials Numbers - Find each new serial number and enter Asset Tag Details.
It’s not bad, but it’s honestly a lot of opening and closing of forms.
Is there any way I can streamline this process? Even if, for example, I could enter the pair of Serial Number and Asset Tag at the same time, from just the stock-update screen/form that’d be great.
The way I’m currently adding serial numbers is just scanned in, comma separated, on that field in the Stock Update form.
Thanks in advance.