Trucking Billing Manifest (Change Requests)
From UG
(Difference between revisions)
(→Change Request) |
(→Change Request) |
||
Line 4: | Line 4: | ||
* Mantis [http://mantis.jaguarfreight.com/mantis/view.php?id=1844 1844] | * Mantis [http://mantis.jaguarfreight.com/mantis/view.php?id=1844 1844] | ||
+ | * Template section: Add Maximum Rate under Minimum Rate | ||
+ | ** '''Maximum Rate''' - text box, default is 0.00 | ||
+ | * Spreadsheet:Billing Section | ||
+ | ** Insert Maximum Rate under Minimum Rate | ||
+ | ** Formula for Freight Total will be: | ||
+ | *** IF(''gross weight''/100*Rate < X) THEN X | ||
+ | *** ELSE IF (''gross weight''/100*Rate > Y) THEN Y | ||
+ | *** ELSE ''Gross Weight''/100*Rate | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | * Bug: Reset Form Button | ||
+ | ** Reset Form button should clear the data and uncheck the CTs from the Shipments table. Right now it deletes all the CTs in the shipment table. This is a bug!!! It must only uncheck CTs, not DELETE CTs! |
Revision as of 23:09, 9 March 2010
Change Request
- Mantis 1844
- Template section: Add Maximum Rate under Minimum Rate
- Maximum Rate - text box, default is 0.00
- Spreadsheet:Billing Section
- Insert Maximum Rate under Minimum Rate
- Formula for Freight Total will be:
- IF(gross weight/100*Rate < X) THEN X
- ELSE IF (gross weight/100*Rate > Y) THEN Y
- ELSE Gross Weight/100*Rate
- Bug: Reset Form Button
- Reset Form button should clear the data and uncheck the CTs from the Shipments table. Right now it deletes all the CTs in the shipment table. This is a bug!!! It must only uncheck CTs, not DELETE CTs!