Delivery Order for Ocean CT

From UG

(Difference between revisions)
Jump to: navigation, search
(Commodity Table section)
(Commodity Table section)
Line 5: Line 5:
=== LCL ===
=== LCL ===
-
*L1  See example here: http://mantis.jaguarfreight.com/svn/ct2/SS/ops/pdfs/ocean_indiv_ct/DO/v6/comtableLCL.jpg Example shows display for CT group of 3 CTs
+
*L1  See example here: http://mantis.jaguarfreight.com/svn/ct2/SS/ops/pdfs/ocean_indiv_ct/DO/v6/comtableLCL.jpg Example shows display for CT group of 3 CTs.
*L2  In case of indiv CT only one block is displayed (block A on pic above)
*L2  In case of indiv CT only one block is displayed (block A on pic above)
*L3  Each CT takes 4 lines
*L3  Each CT takes 4 lines
-
*L3a  current CT is displayed first
+
*L3a  Current CT is displayed first
*L2  First column (Marks and No) always (in both indiv case and group case) displays only Container# from current CT on first line
*L2  First column (Marks and No) always (in both indiv case and group case) displays only Container# from current CT on first line
*L3  2nd column PCS displays Ttl pcs for given CT
*L3  2nd column PCS displays Ttl pcs for given CT
-
 
+
*L.  3rd column shows one ''GenTab15+CT#'' string and one ''Palets/cartons/loose'' string per block (per CT)
 +
*L.  4rd column shows Gross weight for given CT
 +
*L.  5th column shows Volume for given CT
*L4   
*L4   
Line 49: Line 51:
** print totals only on last page
** print totals only on last page
*C5 if there is a mix of packaging types we count them together and print "packages" as a generic word. Example: 2 drums + 3 cartons = 5 packages
*C5 if there is a mix of packaging types we count them together and print "packages" as a generic word. Example: 2 drums + 3 cartons = 5 packages
 +
*C6 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Lines_manipulation
 +
*C7 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Precision
 +
*C7 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Unit_conversion
 +
 +
=== QA ===
=== QA ===
[[Category:OpsPdfs]]
[[Category:OpsPdfs]]

Revision as of 04:59, 30 June 2009

Contents

Intro

Commodity Table section

LCL

  • L1 See example here: http://mantis.jaguarfreight.com/svn/ct2/SS/ops/pdfs/ocean_indiv_ct/DO/v6/comtableLCL.jpg Example shows display for CT group of 3 CTs.
  • L2 In case of indiv CT only one block is displayed (block A on pic above)
  • L3 Each CT takes 4 lines
  • L3a Current CT is displayed first
  • L2 First column (Marks and No) always (in both indiv case and group case) displays only Container# from current CT on first line
  • L3 2nd column PCS displays Ttl pcs for given CT
  • L. 3rd column shows one GenTab15+CT# string and one Palets/cartons/loose string per block (per CT)
  • L. 4rd column shows Gross weight for given CT
  • L. 5th column shows Volume for given CT
  • L4
  • L6
  • L7 in case of group generate for many CTs, this table can be very long. In this case 2nd, 3rd, etc pages would be printed to display all.

FCL

  • F1
  • F2
  • F3
  • F4
  • F5
  • F6

1) See Fig: comTable, FCL 2) this example is displays case when one or more CTs (case of group generate) have total of 2 containers, 3) as we can see system must create as many blocks as there are containers and for each container on 4 lines display additional data 4) 2 cases must be not forgotten: indivCT or GroupCT 5) HU, Weight, pallets, loose are calculated per container 6) description:

   * indivCT: !!TBD, for now do not display any description
   * grouppedCT: !!TBD, for now do not display any description


7) no need for volume column 8) no limit on how many lines (all containers must fit) , if needed display more pages on pdf

Common

  • C1 If GenTab15+CT# string does not fit into one line system should spread it across 2 lines. If it still does not fit display whatever fit, ignore the rest and display "++" at the end of the line indicating that string is longer than space available
  • C2 If Palets/cartons/loose string does not fit into one line system should spread it across 2 lines. If it still does not fit display whatever fit, ignore the rest and display "++" at the end of the line indicating that string is longer than space available
  • C3 Display on pdf must replicate display on template (template must realistically show how everything would look on pdf)
  • C4 In some cases this table can be very long. If so then:
    • split table among multiple tables.
    • at the bottom of the table on all pages except last print "see next page"
    • print totals only on last page
  • C5 if there is a mix of packaging types we count them together and print "packages" as a generic word. Example: 2 drums + 3 cartons = 5 packages
  • C6 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Lines_manipulation
  • C7 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Precision
  • C7 implement http://mantis.jaguarfreight.com/wiki/Common_specs_for_pdfs#Unit_conversion


QA

Personal tools