Commodity
From UG
(Difference between revisions)
(→Grand Total: Gross Kg) |
|||
Line 1: | Line 1: | ||
[[Category:Commodity Table]] | [[Category:Commodity Table]] | ||
- | == | + | == General Info == |
+ | |||
+ | * parent http://mantis.jaguarfreight.com/mantis/view.php?id=966 | ||
This wiki describes Commodity Table Business Object. Each field made a section so that other wikis (example pdfs wikis) can use this doc for mapping. | This wiki describes Commodity Table Business Object. Each field made a section so that other wikis (example pdfs wikis) can use this doc for mapping. | ||
Line 79: | Line 81: | ||
[[File:Commodity Table.JPG]] | [[File:Commodity Table.JPG]] | ||
+ | |||
+ | == History == | ||
+ | |||
+ | === mXXX === | ||
+ | |||
+ | ==== BA ==== | ||
+ | |||
+ | * Need ability to enter Weight in LB | ||
+ | |||
+ | ==== SA ==== | ||
+ | |||
+ | Solution: | ||
+ | |||
+ | * Add drop down {Kg, Lb}, | ||
+ | * label it "Gross Weight Unit of Measurement" | ||
+ | * default to: | ||
+ | ** if MOT=Truck-Domestic then "Lb" | ||
+ | ** else "Kg" | ||
+ | * Put it into Table header next to "Ttl GW" | ||
+ | * Rename "Ttl G kg" into "Ttl GW" (there are 2 places: table header and TOTAL section) | ||
+ | * On save system would look up what unit is used and: | ||
+ | ** if Kg is selected - save as usual | ||
+ | ** if Lb selected - recalc from pounds to Kg before save (because we store in DB in Kg) | ||
+ | * Also on save system must remember to what value this was set and next time CT is opened it will preserve the setting |
Revision as of 19:12, 12 May 2010
Contents |
General Info
This wiki describes Commodity Table Business Object. Each field made a section so that other wikis (example pdfs wikis) can use this doc for mapping.
For example they can refer to Commodity#Pkgs On Plts
Table A
PO
SKU
Qty
Description
Item Description
Plts
Ttl # of plts
Pkgs On Plts
Ttl pkgs on plts
Loose Pkgs
Loose pkgs
Gross Kg
Ttl G kg
HU
Ttl HU
Container Num
Container
Grand Total: Plts
Ttl # of plts
Grand Total: Pkgs On Plts
Ttl pkgs on plts
Grand Total: Loose Pkgs
Loose pkgs
Grand Total: Gross Kg
Ttl G kg
Grand Total: Gross Lb
Ttl G lb
Grand Total: HU
Ttl HU
Grand Total: cbm
Table B. Total (in cbm)
Table B
Figures
Figure 1
History
mXXX
BA
- Need ability to enter Weight in LB
SA
Solution:
- Add drop down {Kg, Lb},
- label it "Gross Weight Unit of Measurement"
- default to:
- if MOT=Truck-Domestic then "Lb"
- else "Kg"
- Put it into Table header next to "Ttl GW"
- Rename "Ttl G kg" into "Ttl GW" (there are 2 places: table header and TOTAL section)
- On save system would look up what unit is used and:
- if Kg is selected - save as usual
- if Lb selected - recalc from pounds to Kg before save (because we store in DB in Kg)
- Also on save system must remember to what value this was set and next time CT is opened it will preserve the setting