Add in Truck after Ship To and pull the truck Number (SC003)
Add Driver after Truck and pull the first and last name of the driver who completed the order
Pull PO Number from order if it exists
Pull BOL Number from order, if it is provided as an associated BOL from the web app
Delivery start should be when the user started editing the order. For example if I open the app at 10 AM and edit part of the order and then I stop editing by going back into the main screen, another screen or exit out of the order then the start date time should reset. If I come back into the app again at 1015 and complete the order at 1020 AM, then the start and end time should be 1015 - 1020 AM. Demurrage start time shoudl be the same as delivery start time, demurrage end time should be start time +1 hour
Current gross for each of the compartments, should be specific to the compartment. For FTL we are now showing 7500 for current gross in every compartment. We should be showing the current gross in that compartment in the summary. No changes to the fueling events section.
Requested Quantity for each compartment should show the requested from that specfici compartment. For example first compartment has 1500 so it should show requested quantity = 1500/7500. 7500 should be coming from the requested product gross and net. 1500 should becoming from the compartment specific gross and net. If compartment information is not provided then we need to show requested quantity = 0/the requested product gross
Add in Truck after Ship To and pull the truck Number (SC003) - (Done)
Add Driver after Truck and pull the first and last name of the driver who completed the order- (Done)
Pull PO Number from order if it exists - (PO Number not coming form API)
Pull BOL Number from order, if it is provided as an associated BOL from the web app -(BOL Number not coming form API)
Delivery start should be when the user started editing the order. For example if I open the app at 10 AM and edit part of the order and then I stop editing by going back into the main screen, another screen or exit out of the order then the start date time should reset. If I come back into the app again at 1015 and complete the order at 1020 AM, then the start and end time should be 1015 - 1020 AM. Demurrage start time shoudl be the same as delivery start time, demurrage end time should be start time +1 hour (While order delivery Demurrage dates are not saving in backend once its save it will be enable in summary page)
Current gross for each of the compartments, should be specific to the compartment. For FTL we are now showing 7500 for current gross in every compartment. We should be showing the current gross in that compartment in the summary. No changes to the fueling events section. (Done)
Requested Quantity for each compartment should show the requested from that specfici compartment. For example first compartment has 1500 so it should show requested quantity = 1500/7500. 7500 should be coming from the requested product gross and net. 1500 should becoming from the compartment specific gross and net. If compartment information is not provided then we need to show requested quantity = 0/the requested product gross (Done)