Open LakshmiCHAI opened 9 years ago
Dependent on 127. When 127 is fixed, 136 should be fixed as well.
projected order quantity is now populated on the app, but not correctly, i am not sure where its pulling the figures from as they do not match what is on the server
figures on the app still do not match the the figures on the server
following the explanation by Job that all "suggested order quantity" is calculated locally on the app and not synced to the server. Routine order: Suggested quantity = MaximumThreshold - SOH
Emergency Order before 15th of the month: Suggested quantity = (MaximumThreshold - SOH)
Emergency Quantity = NumberOfDaysToEndOfMonth/TotalDaysInMonth * MaximumThreshold
Severity: High