Est Tab

From UG

(Difference between revisions)
Jump to: navigation, search
(SOW 1 Re-design estimation module)
(SOW 1 Add Populate ETOC from selected CT)
 
(99 intermediate revisions not shown)
Line 1: Line 1:
-
[[Category:2013]]
+
[[Category:Acc]]
== Info ==
== Info ==
-
*  0004050: [DR/KPI] Estimation of Sales and Cost
+
== Business Need ==
-
== SOWs ==
+
* To enter estimated charges (on sales side)
 +
* Ops instructed to enter by Arrival date
-
=== SOW 1 Re-design estimation module ===
+
== Component Description ==
-
'''mantis''': 4050
+
To enter charges user have to navigate to Est Tab.
-
'''spec''': below
+
User can add, remove, edit information in a table like format.
 +
=== General controls ===
 +
* user have to save changes using "Save" button
 +
* user can add and delete lines using '''Add''' and '''Remove''' buttons
 +
=== Table of Estimated Charge Codes ===
 +
==== Sales section ====
 +
Columns related to Estimated Sales.
 +
* '''CC#'''
 +
** combobox with list of all [[Charge Code Admin |charge codes]] defined in the system
 +
** selected by user
 +
** required
-
==== Core need ====
+
* '''Unit'''
 +
** dropdown
 +
** see [[Sales Invoice#Unit]]
-
Gore need is to create new way of submitting estimated sales and cost.
+
* '''DC''' - option to turn on/off the distribution by containers (for OCEAN CTs only)
 +
** checkbox
 +
** when checked Quantity/Rate/Amount will accomodate container entry
-
Motivation behind it: data collected will be used in various reports: CPU KPIs, Total Cost, etc.
+
* '''Bill To Party'''
-
Urgency: we need it ASAP because for non-closed CTs we must pull costs from here (into KPIs).
+
* '''Sale Quantity'''
 +
** required
 +
** pre-filled by system as defined in CC Admin > Quantity Field default to
 +
* '''Sale Rate'''
 +
** required
 +
** entered by user
 +
* '''Sale Amount'''
 +
** required
 +
** not editable
 +
** calculated by system: Sale Quantity X Sale Rate
 +
* '''Curr'''
 +
** required
 +
** entered by user
 +
* '''M/I'''
 +
* '''CBV'''
 +
* '''CT#'''
 +
* '''VAT'''
 +
==== Cost section ====
 +
Columns related to Estimated Cost.
-
==== This is a refactoring ====
+
* '''Vendor'''
 +
** required
 +
** entered by user
 +
** combobox
-
We need to re-work what we have in two places.
+
* '''Cost Quantity'''
 +
** required
 +
** pre-filled by system as defined in CC Admin > Quantity Field default to
-
* remove/rework existing code on Est Tab (on CT Editor)
+
* '''Cost Rate'''
-
* incorporate estimation form features on Imp tab into a new module
+
** required
 +
** entered by user
 +
* '''Cost Amount'''
 +
** required
 +
** not editable
 +
** calculated by system: Cost Quantity X Cost Rate
 +
* '''Curr'''
 +
** required
 +
** entered by user
 +
* '''M/I'''
 +
* '''CBV'''
 +
* '''CT#'''
 +
* '''Office'''
 +
* '''Description'''
 +
=== Use cases ===
 +
==== Main case ====
 +
Create several lines. Click save
 +
==== Updates to relevant fields on other tabs ====
 +
Any values that are used on Est Tab and updated on other tabs of CT Editor (such as gross weight) should be updated on Est Tab and relevant amounts automatically re-calculated.
-
==== User Interface ====
+
==== Multi editing ====
-
* we see it as a one form that consists of two tables:
+
To change value for the same attribute (for example: Cost Curr) on multiple lines user can:
-
** Sale Charges
+
-
** Costs
+
-
* these 2 tables are unrelated
+
* select desired lines
 +
* change value on one line
-
* tables have same columns except 2nd column:
+
System will update this attribute for lines selected.
-
** CC
+
==== Validation ====
-
** Bill To (in Sell Charges table) vs Vendor (in Costs table)
+
-
** Description
+
-
** Qty
+
-
** Rate
+
-
** Amount
+
-
** currency
+
 +
* Each line should have info for:
 +
** General + Sales Charges OR
 +
** General + Costs OR
 +
** General + Sales Charges + Costs
 +
===== Misc =====
 +
* this is for all MOTs
 +
== SOWs ==
 +
=== SOW 1 Add Populate ETOC from selected CT ===
 +
mantis: '''0004375'''
 +
spec: see below
 +
'''Requirements''':
 +
* Ability to fill in ETOC quickly for CT#1 if it is similar to ETOC of existing known CT#2
 +
* Sales part only
-
==== UI Mock Up ====
+
'''Details''' (per Marc):
-
 
+
-
[[File:Estimation module.JPG | 700px]]
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
==== Questions ====
+
-
 
+
-
* WE NEED A LINK BETWEEN "E0 CLIENT" AND "BILL TO PARTIES" per Marc
+
-
** Marc pls explain this again, how it will work and why we need this? Is it related to this spec?
+
-
 
+
-
=== SOW 2 TMS charges should populate Est tab automatically ===
+
-
 
+
-
'''mant''': 4062
+
-
 
+
-
'''spec:''' below
+
-
 
+
-
Every time we get XML with charges from Desc TMS we store them in DB. Same time we should display them on Est Tab.
+
-
 
+
-
'''Questions''':
+
-
* what cc code it will populate? I assume one of 15XX codes
+
Add button "Select ETOC from CT#" + textbox
-
* do we distribute charges across CTs in the load? Based on what CBV type? Gross Weight?
+
Once user enters CT# and clicks button system should populate data from ETOC from CT#2. See details below.
-
* charges that come from TMS are not editable in CT2 internal by operator? Or editable? Can they add lines too?
+
-
* what to post into :
+
-
** Bill To
+
-
** Descr
+
-
** Qty
+
-
** Rate
+
-
** Currency
+
-
=== SOW 3 ===
+
* Populate Sale section only
 +
* Populate all columns except Q
 +
* Pre-fill Q as usual for current record
 +
* Populate only lines created by current user office
 +
* Only allow copy from same E0 and same MOT
 +
* In case of Containers: pull rates for cont size/type that match; if no mach then leave rate as 0.

Current revision as of 03:00, 21 November 2013


Contents

[edit] Info

[edit] Business Need

  • To enter estimated charges (on sales side)
  • Ops instructed to enter by Arrival date

[edit] Component Description

To enter charges user have to navigate to Est Tab.

User can add, remove, edit information in a table like format.

[edit] General controls

  • user have to save changes using "Save" button
  • user can add and delete lines using Add and Remove buttons

[edit] Table of Estimated Charge Codes

[edit] Sales section

Columns related to Estimated Sales.

  • CC#
    • combobox with list of all charge codes defined in the system
    • selected by user
    • required
  • DC - option to turn on/off the distribution by containers (for OCEAN CTs only)
    • checkbox
    • when checked Quantity/Rate/Amount will accomodate container entry
  • Bill To Party
  • Sale Quantity
    • required
    • pre-filled by system as defined in CC Admin > Quantity Field default to
  • Sale Rate
    • required
    • entered by user
  • Sale Amount
    • required
    • not editable
    • calculated by system: Sale Quantity X Sale Rate
  • Curr
    • required
    • entered by user
  • M/I
  • CBV
  • CT#
  • VAT

[edit] Cost section

Columns related to Estimated Cost.

  • Vendor
    • required
    • entered by user
    • combobox
  • Cost Quantity
    • required
    • pre-filled by system as defined in CC Admin > Quantity Field default to
  • Cost Rate
    • required
    • entered by user
  • Cost Amount
    • required
    • not editable
    • calculated by system: Cost Quantity X Cost Rate
  • Curr
    • required
    • entered by user
  • M/I
  • CBV
  • CT#
  • Office
  • Description

[edit] Use cases

[edit] Main case

Create several lines. Click save

[edit] Updates to relevant fields on other tabs

Any values that are used on Est Tab and updated on other tabs of CT Editor (such as gross weight) should be updated on Est Tab and relevant amounts automatically re-calculated.

[edit] Multi editing

To change value for the same attribute (for example: Cost Curr) on multiple lines user can:

  • select desired lines
  • change value on one line

System will update this attribute for lines selected.

[edit] Validation

  • Each line should have info for:
    • General + Sales Charges OR
    • General + Costs OR
    • General + Sales Charges + Costs
[edit] Misc
  • this is for all MOTs

[edit] SOWs

[edit] SOW 1 Add Populate ETOC from selected CT

mantis: 0004375

spec: see below

Requirements:

  • Ability to fill in ETOC quickly for CT#1 if it is similar to ETOC of existing known CT#2
  • Sales part only

Details (per Marc):

Add button "Select ETOC from CT#" + textbox Once user enters CT# and clicks button system should populate data from ETOC from CT#2. See details below.

  • Populate Sale section only
  • Populate all columns except Q
  • Pre-fill Q as usual for current record
  • Populate only lines created by current user office
  • Only allow copy from same E0 and same MOT
  • In case of Containers: pull rates for cont size/type that match; if no mach then leave rate as 0.
Personal tools