Est Tab

From UG

(Difference between revisions)
Jump to: navigation, search
(Automate entering container related charges into TOC)
(SOW 1 Add Populate ETOC from selected CT)
 
(67 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.
-
==== Core need ====
+
=== General controls ===
-
Gore need is to create new way of submitting estimated sales and cost.
+
* user have to save changes using "Save" button
 +
* user can add and delete lines using '''Add''' and '''Remove''' buttons
-
Motivation behind it: data collected will be used in various reports: CPU KPIs, Total Cost, etc.
+
=== Table of Estimated Charge Codes ===
-
Urgency: we need it ASAP because for non-closed CTs we must pull costs from here (into KPIs).
+
==== Sales section ====
-
==== This is a refactoring ====
+
Columns related to Estimated Sales.
-
We need to re-work what we have in two places.
+
* '''CC#'''
 +
** combobox with list of all [[Charge Code Admin |charge codes]] defined in the system
 +
** selected by user
 +
** required
-
* remove/rework existing code on Est Tab (on CT Editor)
+
* '''Unit'''
-
* incorporate estimation form features on Imp tab into a new module
+
** dropdown
-
* remove existing functionality on Imp Tab
+
** see [[Sales Invoice#Unit]]
-
==== User Interface ====
+
* '''DC''' - option to turn on/off the distribution by containers (for OCEAN CTs only)
 +
** checkbox
 +
** when checked Quantity/Rate/Amount will accomodate container entry
-
* we see it as a one form that consists of one table with three sections:\
+
* '''Bill To Party'''
-
** General
+
-
** Sale Charges
+
-
** Costs
+
-
* '''General''' section has:
+
* '''Sale Quantity'''
-
** CC number (entered by user)
+
** required
-
** Description (pulled automatically)
+
** pre-filled by system as defined in CC Admin > Quantity Field default to
-
* '''Sales Charges''' and '''Costs''' sections have same columns except 1st column:
+
* '''Sale Rate'''
-
+
** required
-
** Bill To (in Sell Charges table) vs Vendor (in Costs table)
+
** entered by user
-
** Qty
+
-
** Rate
+
-
** Amount
+
-
** currency
+
-
==== Validation ====
+
* '''Sale Amount'''
 +
** required
 +
** not editable
 +
** calculated by system: Sale Quantity X Sale Rate
-
* Each line should have info for:
+
* '''Curr'''
-
** General + Sales Charges OR
+
** required
-
** General + Costs OR
+
** entered by user
-
** General + Sales Charges + Costs
+
-
==== UI Mock Up ====
+
* '''M/I'''
-
Not requested.
+
-
<!-- [[File:Estimation module.JPG | 700px]] -->
+
-
==== Misc ====
+
* '''CBV'''
-
* this is for all MOTs
+
* '''CT#'''
-
* ideal location is Est Tab
+
-
* possible future developments (ph 2,3):
+
-
** Estimated P/L tab
+
-
** Estimated numbers added to P/L Report
+
-
** D/B report  for Arrived but not Estimated
+
-
==== Automate entering container related charges into TOC ====
+
* '''VAT'''
-
New version of TOC should have automation for entering container related charges.
+
==== Cost section ====
-
System should pre-fill TOC with container related information:
+
Columns related to Estimated Cost.
-
* for every "FCL related charge code" (hardcoded to 13**) that user enters system would add automatically as many lines as there are size/type combinations for assigned containers currently in a shipment.
+
-
* field '''Q''' would show how many containers of particular size/type exists
+
-
* as usual '''R''' would be entered by operator
+
-
* '''Description''' field should contain in this case not only CC Description as usual but also comment what containers/how many/rate this line is referring to
+
-
'''Exg rate:''' use standard logic
+
* '''Vendor'''
 +
** required
 +
** entered by user
 +
** combobox
-
'''P/L column:''' add this column. Show values per container.
+
* '''Cost Quantity'''
 +
** required
 +
** pre-filled by system as defined in CC Admin > Quantity Field default to
-
===== Container changes =====
+
* '''Cost Rate'''
 +
** required
 +
** entered by user
-
System should update Est tab after/if containers table has changed.
+
* '''Cost Amount'''
 +
** required
 +
** not editable
 +
** calculated by system: Cost Quantity X Cost Rate
-
Use already entered R and Q to re-calculate.
+
* '''Curr'''
 +
** required
 +
** entered by user
-
Provide user who deletes, adds containers to shipment (, re-assigns commodities) a warning that these operations might affect Cost per container KPI.
+
* '''M/I'''
-
=== SOW 2 TMS charges should populate Est tab automatically ===
+
* '''CBV'''
-
'''mant''': 4062
+
* '''CT#'''
-
'''spec:''' below
+
* '''Office'''
-
Every time we get XML with charges from Desc TMS we store them in DB. At the same time we should display them on Est Tab.
+
* '''Description'''
-
* what cc code it will populate:
+
=== Use cases ===
-
** Freight: 1505
+
-
** Other: 1506
+
-
* do we distribute charges across CTs in the load?
+
==== Main case ====
-
** yes, Based on CBV type = Gross Weight
+
-
* charges that come from TMS are editable in CT2 internal by operator
+
Create several lines. Click save
-
* Bill To: post Bill To that is set in E0 that is linked to TMS in the system
+
==== Updates to relevant fields on other tabs ====
-
* Description = associated with CC
+
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.
-
* Qty = 1
+
==== Multi editing ====
-
* Rate = value from TMS
+
To change value for the same attribute (for example: Cost Curr) on multiple lines user can:
-
* Currency = main currency in the system (USD)
+
* select desired lines
 +
* change value on one line
-
=== SOW 3 Automate entering container related charges into TOC ===
+
System will update this attribute for lines selected.
-
'''mantis''': 4145
+
==== Validation ====
-
'''spec''':
+
* Each line should have info for:  
 +
** General + Sales Charges OR
 +
** General + Costs OR
 +
** General + Sales Charges + Costs
-
This was merged into SOW 1.
+
===== Misc =====
-
=== SOW 4 Changes to Arrival Notices pdfs ===
+
* this is for all MOTs
-
'''mantis''':  4150
+
== SOWs ==
-
 
+
-
'''spec''':
+
-
 
+
-
Estimated Sales Charges should propagate from Est Tab into "Table Of Charges" section on these pdfs:
+
-
 
+
-
* [[Arrival Notice Air]]
+
-
* [[Arrival Notice Ocean]]
+
-
 
+
-
We already have similar functionality but TOC is copied from Imp Tab which is to be replaced by TOC on Est tab.
+
-
 
+
-
There is one change in functionality - pdf template should:
+
-
 
+
-
* show what Bill To party each line is linked to
+
-
* provide a choice to add/remove TOC lines associated with specific Bill To parties
+
-
 
+
-
=== SOW 5 Sales Invoice v2 ===
+
-
 
+
-
'''mantis''':  4149
+
-
 
+
-
'''spec''':
+
-
 
+
-
Changes to [[Sales Invoice]] component logic:
+
-
 
+
-
* [[#Entering container related charges]] (see below)
+
-
* [[#Copy TOC from Est Tab]] (see below)
+
-
==== Entering container related charges ====
+
=== SOW 1 Add Populate ETOC from selected CT ===
-
Add the following logic to TOC on Sales Invoice: [[#SOW 3 Automate entering container related charges into TOC]].
+
mantis: '''0004375'''
-
==== Copy TOC from Est Tab ====
+
spec: see below
-
Idea is to re-use Sales Charges entered on Est Tab while creating sales invoices.
+
'''Requirements''':
 +
* Ability to fill in ETOC quickly for CT#1 if it is similar to ETOC of existing known CT#2
 +
* Sales part only
-
Now there is identical functionality but for copying from TOC on Imp Tab. This TOC is to be removed. So instead we should copy from Est Tab.
+
'''Details''' (per Marc):
-
When user clicks "Copy TOC from Est tab" TOC lines '''that are linked to selected on Sales Invoice Bill To Party''' will be copied into TOC on Sales Invoice.
+
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.
-
If there are some records already on Sales TOC then system will prompt the user: "
+
* Populate Sale section only
-
Delete existing Charge Codes ?" providing a choice to overwrite or append.
+
* 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