Project

General

Profile

Task #19827

Updated by Redmine Admin 4 months ago

Ensure Shipment Cost screen continues to handle **Cost Charges only**, and remove Profit Margin logic from this screen. 

 #### **Functional Requirements** 

 1. ~~Remove:~~ Remove: 
    * **~~Profit **Profit Margin checkbox~~**~~ checkbox** from Add Charges popup~~ popup 
 2. Charges Template Integration in the **Shipment Cost** screen: 
    * Only the **Cost Amount** from the Charges Template should be retrieved and inserted into the Shipment Cost Charges grid. 
    * Sales Amount should not be pulled into the Shipment Cost Charges grid. 

 #### **Acceptance Criteria** 

 * Shipment Cost screen shows only Cost values 
 * ~~Profit Profit Margin checkbox no longer visible~~ visible 
 * Existing functionality remains unchanged 

 ##### Scenario 1 – Shipment Cost Pulls Cost Only 

 **Given** shipment cost is created using matching template criteria\ 
 **When** charges are retrieved\ 
 **Then** only Cost Amount is populated in Shipment Cost Charges. 

 #### **Technical Notes** 

 * Ensure no dependency on Sales Amount 
 * No DB changes required

Back