emmanuelkatto23
New member
- Local time
- Tomorrow, 03:41
- Joined
- Jun 24, 2024
- Messages
- 7
Hi Team,
I am Emmanuel Katto, trying to figure out how to format lot numbers in a consistent way for different ingredients in my inventory system. Here's what I need:
The lot number should be in the following format:
SupplyID-Date-Ascending Number
Emmanuel Katto
I am Emmanuel Katto, trying to figure out how to format lot numbers in a consistent way for different ingredients in my inventory system. Here's what I need:
The lot number should be in the following format:
SupplyID-Date-Ascending Number
- SupplyID is the unique identifier for the ingredient (e.g., 001, 002, etc.)
- Date should be the date of creation in the format DDMMYY (e.g., 241012 for October 12, 2024)
- The Ascending Number should increment for each new lot for each ingredient, starting at 01 for the first lot of each ingredient on any given day.
Emmanuel Katto