Projects:Freight Management/Functional Specification
Contents |
Freight management
Overview
The purpose of this project is to implement freight management. This project will calculate the carriers that fit the requirements or conditions defined in the sales order. In addition to this it will also calculate the freight cost and inserting it in the sales order increasing the grand total amount of the document. But before doing that master data related with carriers will need to be configured
Scope
- Ability to define the carriers
- Ability to define different price lists for the same carrier. Price lists based on weight, bundles, delivery period
- Ability to define details of every price lists such as country/destination country, region/destination country, range of weight, bundles
- Ability to create price lists based on existing ones applying a coefficient
- Ability to define Delivery Period
- Ability calculate the carriers that fit sales order conditions based on the total weight of the order
- Ability to calculate the freight cost of the sales order and to include it or not as a line in the document
- The carrier calculated in the order will be populated in the subsequent goods shipment documents
Functional Requirements
Business process definition
Carrier window
- Header tab
- Enter the name of the carrier. This value is the one that will be shown in all windows
- Select a business partner. In case further actions need to be performed such as purchase invoices
- Select a product. Necessary in case the freight cost needs to be entered as an order line
- Freight tab
- Select the Freight Category. There will be another window to define the category
- Select Delivery Period. There will be another window to define the periods, for example 24H, 2-5 days, 6-10 days
- Enter Valid From
- Select the currency
- Tax included
- Button to create Freights based on another one with multiplier or fixed amount (i.e sum 1.5 euros)
- Definition tab
- Define the range: Min. Quantity, Max. Quantity
- Define de Country and Destination Country
- The same for the regions
- Freight Amount: A fixed amount for the range defined
- Unit Price: Means the freight amount is no longer a fixed amount but a price. Then the amount will be the result of multiplying this price with the quantity of handling units
Mockups
Freight Category window
In this window you define the rules to calculate the freight cost. Mainly four fields are the important ones:
- Freight UOM: This is closed list. Four possible values:
- Product Unit
- Weight
- UOM Weight: It will be displayed when selecting Weight. This is not a closed list and will show the uoms that are defined as weight. This can be possible using the Packing Module
- Round total and round line: Possible values:
- Not round
- Round
- Round up: For example weight 1,2 kg then in terms of calculation 2kg
- Whole number: For example weight 1,3 kg then in terms of calculation 1kg
Mockups
Sales Order window
- Select the Business Partner and products
- Select the Delivery Period. This is optional
- Select Delivery Charges. This is a closed list and mandatory:
- Cost based on Ordered quantities. Weight: It will insert an order line with the cost
- Cost based on Ordered quantities. Product Unit. It will insert an order line with the cost
- Cost based on Shipped quantities. Bundles (out of scope)
- Cost based on Shipped quantities. Weight (out of scope)
- Fixed cost. It will insert an order line with the cost. This product and amount will be taken from:
- Delivery plan table if there is any record
- Organization window
- Free
- No cost. Local pickup
- No cost. Carriage due
- Select a Freight. This is optional and will be a filter when selecting the correct freight cost range. Once the carrier is selected it will be filled as well
- In order to select the correct carrier there will be a button showing all candidates based on some of the above options
- Ability to calculate the carrier automatically or select it among others
- After selecting the carrier it will insert or not the delivery charge
- Weight is calculated on the fly.
- There will be a button to change the total weight. There will be a preference to show or not the button
- If one of the products has no weight defined it will show an error and the product won't be inserted in case Cost based on Ordered quantities. Weight is selected in the header
- Book the order
Mockups P/E Select carrier
Goods shipment
- The creation of the goods shipment will inherit the carrier selected on the sales order