TEST: Difference between revisions

From Calidus HUB
No edit summary
No edit summary
Line 1: Line 1:
<div class="noprint">
Marshalls MLP PDA Styling changes
{{#vardefine:Client|JGB}}
{{#vardefine:ClientName|JB Global}}
{{#vardefine:System|''CALIDUS'' ePOD}}
{{#vardefine:Doc_Title|JB Global POD Note Changes}}
{{#vardefine:Version|0.1}}
{{#vardefine:Date|21st December 2018}}
{{#vardefine:Reference|354567}}
{{#vardefine:Year|2018}}
</div>
{{Doc_Title
|Client={{#var:ClientName}}
|System={{#var:System}}
|Title={{#var:Doc_Title}}
|Reference=REQ {{#var:Reference}}
|Version={{#var:Version}}
|Date={{#var:Date}}
|Year={{#var:Year}}
}}


<!-- TOC -->
== Requirements ==
<div class="noprint">
= Introduction  =
<!-- The introduction will detail the initial requirements supplied by the client -->
This document is the {{#var:Doc_Title}}.


Changes are to the MLP device styling only.


== Objective  ==
* No pagination on styling of products list.
The primary purpose of this document is to document the requirements gathered from {{#var:ClientName}} regarding changes required to the POD note.


* Switch Long Description and Description on products list


This document has been written in a manner such that it can be approved by non-technical representatives of {{#var:ClientName}} whilst also being of sufficient detail to allow the Functional or Technical Specification phase for this area to begin.
* Product Quantity entry to split Packs and Loose to separate lines for actual quantity, plus UOM on second line. Planned quantity to remain the same layout.


For example:


== Scope and Limitations ==
    Actual:    CCCCC /
This document is based on the documentation provided by {{#var:ClientName}}, as well as information gleaned from site visits and workshops with {{#var:ClientName}}.
                UUUUU  UOM
    Planned:   CCCCC / UUUUU


<!-- ANY scope or limitations, bulleted. -->
== Solution Overview ==
* The changes will be made in the latest version of the {{#var:System}} system, operating the Android version of the C-ePOD Client application.
The product list defaults to 10 items per page. The style for MLP devices ('MAR-LAND') will be modified so that this has no pages.


<!-- ANY other systems? e.g. does this link to TTM, WMS, 414, 770, etc? -->
{{ #vardefine: SCR | 0 }}
<!-- NEW PAGE -->


= Client Requirements =
I have attached the new POD to this email. Please generate an estimate for the changes required and let me know when you can make them. Just to note, any config changes will need to be applied to all ePod sites, as we'd need these changes to be applied system wide.


Points confirmed:
* Print images on a following page as with the current delivery note.
* ePOD has no telephone number 3 so will be blank.
* Print the name and signature side by side to allow more vertical room for the signature.
* If the delivery has more than 14 lines then the report will throw a page after the 14th line (the footer area will be blank). The next page will include the header again, the rest of the lines and the footer. The third page will then be the disclaimer.
* Using multiple fonts for the T&Cs is not necessary if this requires the text to be hard-coded. It is more important that the T&Cs can be edited in future.
[[File:JBG POD page 1.jpg|border|600px]]


[[File:JBG POD page 2.jpg|border|600px]]


<!-- NEW PAGE -->
 
{{Doc_Appendix
 
|Appendix=A
== Functional Description ==
|Estimate=N
=== PDA Style ===
|Glossary=EPOD
The style for MLP devices ('MAR-LAND') will be modified to achieve the changes required.
|Ref1=&nbsp;
 
|RefV1=&nbsp;
Pagination will be removed from the products list.
|RefDate1=&nbsp;
 
|REQ=0
 
|EST=0
{{DevNotes|This will be achieved by adding the following to the 'MAR-LAND' PDA Style:
|FS=0
  "ColDel_lvProductList": {
|TS=0
    "intPageSize": 0
|DEV=0
  },
|ST=0
}}
|IMP=0
 
|Client={{#var:Client}}
 
|Year={{#var:Year}}
Long Description will be used instead of Description on the Products list.
|FSEST=N
 
|Rev1=Barry Preece
 
|Rev1Title=OBS Project Manager
{{DevNotes|This will be achieved by changing the 'MAR-LAND' PDA Style for the product list from:
}}</div>
  "ProdList_Items": [
    "lblProductID",
    "lblPackSize",
    "lblProductUnitType",
    "lblProductPlannedQty",
    "lblProductDesc"
  ],
to this:
  "ProdList_Items": [
    "lblProductID",
    "lblPackSize",
    "lblProductUnitType",
    "lblProductPlannedQty",
    "lblLongDesc"
  ],
  "ProdList_lblLongDesc": {
    "width": "98%",
    "left": "1%",
    "color": "#000000",
    "font": {
      "fontSize": "16 * Ti.App.resMod"
    }
  }, 
}}

Revision as of 14:45, 17 January 2019

Marshalls MLP PDA Styling changes

Requirements

Changes are to the MLP device styling only.

  • No pagination on styling of products list.
  • Switch Long Description and Description on products list
  • Product Quantity entry to split Packs and Loose to separate lines for actual quantity, plus UOM on second line. Planned quantity to remain the same layout.

For example:

   Actual:     CCCCC /
               UUUUU   UOM
   Planned:    CCCCC / UUUUU

Solution Overview

The product list defaults to 10 items per page. The style for MLP devices ('MAR-LAND') will be modified so that this has no pages.




Functional Description

PDA Style

The style for MLP devices ('MAR-LAND') will be modified to achieve the changes required.

Pagination will be removed from the products list.


Developer Notes: This will be achieved by adding the following to the 'MAR-LAND' PDA Style:
 "ColDel_lvProductList": {
   "intPageSize": 0
 },


Long Description will be used instead of Description on the Products list.


Developer Notes: This will be achieved by changing the 'MAR-LAND' PDA Style for the product list from:
 "ProdList_Items": [
   "lblProductID",
   "lblPackSize",
   "lblProductUnitType",
   "lblProductPlannedQty",
   "lblProductDesc"
 ],

to this:

 "ProdList_Items": [
   "lblProductID",
   "lblPackSize",
   "lblProductUnitType",
   "lblProductPlannedQty",
   "lblLongDesc"
 ],
 "ProdList_lblLongDesc": {
   "width": "98%",
   "left": "1%",
   "color": "#000000",
   "font": {
     "fontSize": "16 * Ti.App.resMod"
   }
 },