Purchase Invoices

From UG

(Difference between revisions)
Jump to: navigation, search
(Completeness and Errors)
(Completeness and Errors)
Line 71: Line 71:
* [2] PI cannot be saved if:
* [2] PI cannot be saved if:
** charge is M-charge and user enters CT that has no Master  
** charge is M-charge and user enters CT that has no Master  
-
  In this case system would produce ''error bar'':
+
** TOC Grand Total is not equal to Purchase Invoice Amount
-
  "There is no Master containing CT with this number".
+
** CC code field is empty
-
  On save it would display : "Table Of Charges CT #/M # field can not be empty".
+
-
 
+
-
** "Table Of Charges Grand Total is not equal to Purchase Invoice Amount". Error ''pop-up window'' would be displayed.
+
-
** at least one CC code field is empty. System displays '''status line error''' "Table Of Charges Grand Total can not be calculated, please verify that all fields are not empty"
+
* [3] PI can be saved but will remain on "incomplete black list" if:
* [3] PI can be saved but will remain on "incomplete black list" if:

Revision as of 17:38, 29 June 2009

Contents

Intro

  • 1] System provides facilities for entering, editing, reporting on incoming (purchase) invoices (PI).
  • 2] Related sub-components are:
    • PI profile
    • Incomplete PI Report
    • Search PI Report

PI Profile

User Interface Overview

See example below: http://mantis.jaguarfreight.com/svn/ct2/SS/acc/PI/v4/PI_form2.JPG

It consists of the following sections:

  • navigation/actions (Save, New, Back, etc)
  • sec A – General Fields (for example Total Amount)
  • sec B – Table Of Charges (TOC)(this is a multiline table that presents breakdown of charges by charge code and by CT)
  • sec C – Table of Masters Distribution (TOMD) (this is an instant report that illustrates how charges mapped to a particular master would be distributed proportionally among CTs for example based on number of CTs inside of that Master )

General Fields

  • Vendor - single select, values = [Admin.AddrBook.VendorsTab];
    • all categories V1, v2, … combined;
    • default = blank
  • Receiving Office
  • Invoice#
  • Date – date/time – datebox and timebox, read-only
    • default – current date and time (when new inv created)
    • when opened for edit, date/time would be updated to current
  • Currency
  • Amount
  • Exchange Rate to USD (based on Date/time above)
  • Note


Charge Base

  • [1] Charge Base (CB) is a physical quality of the CT/Master and is a basis for calculating charges. For example, CB for Air shipment is normally Chargeable Weight and CBV for Truck shipments is Gross Weight.
  • [2] Charge base Value is a specific value for that Charge Base, for example: 5 cbm
  • [3] There are 4 types of CB:
    • chargeable_weight (unit of measurement is kg or lb)
    • gross_weight (unit of measurement is kg or lb)
    • volume/cbm (unit of measurement is cbm or cft)
    • CT_count (unit of measurement is Number Of CTs)

Table Of Charges (TOC)

1) TOC is used to assign portions of total PI amount to specific CT or Master.

2) If there is at least one line in TOC then Total for TOC must be equal to PI total. If not then system will refuse to save invoice.

3) Typical use case for given line in TOC:

  • user selects Charge Code
  • system pre-fills Description (defined in CC Admin), Currency, M/I (defined in CC Admin)
  • if it is M then:
    • system expects Master number to distribute charges
    • system offers 2 textboxes for entering M itself and CT for entering any CT that is a part of M that we are looking for
    • user enters amount
    • this amount is mapped into M and split accordingly to CBV rules
  • if it is CT then 100% of amount would be mapped against that CT

Completeness and Errors

  • [1] There are a number of cases when there are not enough information for PI to be saved or to mark PI as completed
  • [2] PI cannot be saved if:
    • charge is M-charge and user enters CT that has no Master
    • TOC Grand Total is not equal to Purchase Invoice Amount
    • CC code field is empty
  • [3] PI can be saved but will remain on "incomplete black list" if:
    • CBV = 0 for at least one master or CT in TOC

Future PI parameters change

  • [1] General PI fields and TOC fields are parameters. Some of them can change in the future - after PI has been successfully saved with "complete" status. For example CT can be removed from Master or CT's volume can be changed to 0. In this case PI status will become "incomplete".
  • [2] Here is full list of such cases and how system react to them:

Questions and Answers

RFC and Future

History

Personal tools