User wants to generate Lot pattern based on physical production date

Issue No: IC-3038
Created 11/21/2016 6:01:02 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 17.1
Description This issue relates to i21 Help Desk ticket. Click the link below to go to Help Desk ticket.   [ - User wants to generate Lot pattern based on physical production date|http://helpdesk.irely.com/iRelyi21live/i21/#/HD/Ticket/?ticket=] User's Lot and Parent Lot Number pattern contains Julian date and production shift. When user makes production entry in the system for the previous day, system needs to generate Lot pattern based on the actual production date instead of system date. We need to make the below changes in the system.   1. We have added optional additional parameters "intShiftId" and "dtmDate"in the procedure uspMFCreateUpdateParentLotNumber & uspMFGeneratePatternId. You need to pass value from the procedure uspICCreateUpdateLotNumber.   2. Add one optional addition property "intShiftId" in the user defined table type "ItemLotTableType".   3. Pass dtmManufacturedDate in the dtmDate input parameter and and intShiftId in the intShiftId input parameter.