Commodity

From UG

(Difference between revisions)
Jump to: navigation, search
(Kg Lb Dropdown)
Line 9: Line 9:
For example they can refer to [[Commodity#Pkgs On Plts]]
For example they can refer to [[Commodity#Pkgs On Plts]]
-
== Multiple Units of Measurement for Gross Weight Feature ==
+
== Kg Lb Units Feature ==
 +
 
 +
* Add drop down {Kg, Lb}, 
 +
* default (new CTs) to:
 +
** if  MOT=Truck-Domestic then "Lb"
 +
** else "Kg"
 +
* Rename "Ttl G kg" into "Ttl GW" (there are 2 places: table header and TOTAL section)
 +
* Put dropdown into Table header next to "Ttl GW"
 +
 
 +
* System will remember to what value this was set and next time CT is opened it will preserve the same setting
 +
 
 +
* On dropdown change from Kg to Lb system will re-calculate values
 +
 
 +
* 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)
== Table A ==
== Table A ==
Line 95: Line 110:
==== SA ====
==== SA ====
-
Solution:
+
Solution: see [[#Kg Lb Units Feature]]
-
 
+
-
* Add drop down {Kg, Lb}, 
+
-
* default (new CTs) to:
+
-
** if  MOT=Truck-Domestic then "Lb"
+
-
** else "Kg"
+
-
* Rename "Ttl G kg" into "Ttl GW" (there are 2 places: table header and TOTAL section)
+
-
* Put dropdown into Table header next to "Ttl GW"
+
-
 
+
-
* System will remember to what value this was set and next time CT is opened it will preserve the same setting
+
-
 
+
-
* On dropdown change from Kg to Lb system will re-calculate values
+
-
 
+
-
* 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)
+

Revision as of 19:15, 13 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

Kg Lb Units Feature

  • Add drop down {Kg, Lb},
  • default (new CTs) to:
    • if MOT=Truck-Domestic then "Lb"
    • else "Kg"
  • Rename "Ttl G kg" into "Ttl GW" (there are 2 places: table header and TOTAL section)
  • Put dropdown into Table header next to "Ttl GW"
  • System will remember to what value this was set and next time CT is opened it will preserve the same setting
  • On dropdown change from Kg to Lb system will re-calculate values
  • 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)

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

File:Commodity Table.JPG

History

m2042

BA

  • Need ability to enter Weight in LB

SA

Solution: see #Kg Lb Units Feature

Personal tools