Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Release Branch 16.11, Trunk
-
None
-
None
Description
Pre-amble
Currently, unlike many other entities, the Agreement entity does not have the statusId field defined. Agreements, like the other entities, should have a status (values that help determine the phase of the lifespan beyond the start- and end date of the agreement), such as:
- Created
- In Progress
- Approved
- etc.
Flows
- Happy flows:
- Happy flow a) created ->b) submitted (for review) -> c) reviewed -> d) approved -> e) in effect -> f) concluded (ended)
- Same, with more flow: a) created ->b) submitted (for review) -> c) reviewed -> d) adjusted -> e) reviewed -> f) approved -> g) in effect -> h) concluded (ended)
- Unhappy flows:
- Unhappy flow: a) created ->b) submitted (for review) -> c) reviewed -> d) cancelled
- Same, whit more flow: a) created ->b) submitted (for review) -> c) reviewed -> d) adjusted -> e) reviewed -> f) cancelled
- Prematurely ended flows:
- Nipped in the bud flow a) created -> b) cancelled
- flows from approval (in effect or in execution) till the end-of-times
- a) approved -> b) in effect -> c) concluded (ended)
- a) approved -> b) in effect -> c) terminated (prematurely ended)
Party Roles
Following Party Roles are involved:
- Agreement Creator - the party (person) that creates, edit, updates and submits the agreement for review
- Agreement Reviewer - the party (person) that reviews the agreement on its merits and impact for the company/organisation
- Agreement Approver - the party (person) that, based on law, regulations and/or business policies approves (or rejects) the agreement
- Agreement Manager - the party (person) that manages the execution of terms of the agreement after the approval till the end-of-times
- Agreement Owner - the Party (party group with roleTypeId INTERNAL_ORGANIZATIO, and and registered in PartyAcctgPreference) that is legally bound by the agreement
Attachments
Issue Links
- is depended upon by
-
OFBIZ-11710 Have widgets to show status and change over time in Agreements
- Closed
- relates to
-
OFBIZ-11649 Improve Party Component data set(s)
- Closed
- links to