Constraints On Dates (feature)
From UG
(→Summary) |
|||
Line 7: | Line 7: | ||
== Business Need == | == Business Need == | ||
- | We have a number of constraints / validation rules that we need to enforce. | + | We have a number of constraints / validation rules that we need to enforce for dates. |
== Requirements == | == Requirements == | ||
Line 23: | Line 23: | ||
=== User Interface and Functionality === | === User Interface and Functionality === | ||
+ | |||
+ | Overview of dates and their properties: | ||
+ | |||
+ | --- AIR | ||
+ | |||
+ | [I] [COLLECTION EVENT] Pick-up date: (Est / Act) | ||
+ | |||
+ | [M] [DEPARTURE EVENT ] Airport of Departure: (Est / Act) | ||
+ | |||
+ | [M] [----------------] Trans-shipment Airport: (Est / Act) | ||
+ | |||
+ | [M] [ARRIVAL EVENT ] Airport of Discharge: (Est / Act) | ||
+ | |||
+ | [I] [----------------] Customs Status Date: | ||
+ | |||
+ | [I] [----------------] FDA Status Date: | ||
+ | |||
+ | [I] [DELIVERY EVENT ] Delivery Date: (Est / Act) | ||
+ | |||
==== Actual Date can not be a future date ==== | ==== Actual Date can not be a future date ==== |
Revision as of 20:32, 11 January 2010
Contents |
Parent Mantis
Business Need
We have a number of constraints / validation rules that we need to enforce for dates.
Requirements
All detailed requirements have been translated into specifications - see below.
Technical Specification
Summary
List of constraints on dates:
- # Order Constraint based on shipment's path
- # Order Constraint based on pre-conditions
- # Actual Date can not be a future date Constraint
User Interface and Functionality
Overview of dates and their properties:
--- AIR
[I] [COLLECTION EVENT] Pick-up date: (Est / Act)
[M] [DEPARTURE EVENT ] Airport of Departure: (Est / Act)
[M] [----------------] Trans-shipment Airport: (Est / Act)
[M] [ARRIVAL EVENT ] Airport of Discharge: (Est / Act)
[I] [----------------] Customs Status Date:
[I] [----------------] FDA Status Date:
[I] [DELIVERY EVENT ] Delivery Date: (Est / Act)
Actual Date can not be a future date
List of actual dates in the system:
UNDEF:
- Gentab.Actual export pickup
Truck-Dom:
- Gentab.Actual export pickup
- Gentab.Actual Delivery
Truck-Air:
- Gentab.Actual export pickup
- Gentab.Actual Delivery
Truck-Ocn:
- Conttab.Containers.ContainerX.Actual collection
- Conttab.Containers.ContainerX.Actual Delivery
AIR:
Gentab:
- Actual export pickup
Exptab:
- Airport of Departure. ATD
- Trans-shipment Airport.ATD
- Airport Of Destination. ATD
ImpTab:
- Actual Delivery Date
LCL:
Gentab:
- Actual export pickup
Exptab:
- Origin Terminal ATD
- Port Of Loading ATD
- Port Of Trans-shipment ATA
- Port Of Discharge ATA
- Destination Terminal ATA
ImpTab:
- Actual Delivery Date
FCL:
Conttab.Containers:
- ContainerX.Actual collection
- ContainerX.Actual Delivery
Exptab:
- Origin Terminal ATD
- Port Of Loading ATD
- Port Of Trans-shipment ATA
- Port Of Discharge ATA
- Destination Terminal ATA