florentsarat / CRT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRT

1. Business Data Model

bdm

1.1. Package com.company.model

1.1.1. cardOrder

No description available

[list] Attributes
Name Type Description

persistenceId*

Long

itemRef

String

qtyToOrder

Integer

orderStatus

String

1.1.2. itemChangeRequestv2

No description available

[list] Attributes
Name Type Description

persistenceId*

Long

userId*

Long

customerRequesting

String

oldItemId

String

newItemId

String

targetDeliveryDate

LocalDate

priority

String

status

String

customerJustification

String

feasibilityResultPP

String

feasibilityResultProd

String

feasibilityRejectReasonPP

String

feasibilityRejectReasonProd

String

dryTestResult

String

customerValidation

String

goLiveDate

String

stockStatus

String

changeCost

String

items

String

qtyToOrder

Integer

Owner

String

caseID

Long

[search] Queries
getListForAll

Return type: List<itemChangeRequestv2>
No description available

Query parameters
Name Type Description

startIndex

int

maxResults

int

getAllPendingByUser

Return type: List<itemChangeRequestv2>
No description available

Query parameters
Name Type Description

userId

Long

startIndex

int

maxResults

int

1.1.3. purchaseOrder

No description available

[list] Attributes
Name Type Description

persistenceId*

Long

itemRef

String

qty

Integer

price

Float

orderStatus

String

2. Applications

2.1. CRT (1.0)

No description available

Profile

User

URL

../apps/CRT

Home page

Dashboard

2.1.1. Look and Feel

Layout

custompage_layoutBonita

Theme

custompage_bootstrapdefaulttheme

2.1.2. Pages

Navigation
Menu Application Page

My menu

CRTDashoard

3. Diagrams

3.1. ChangeRequest (1.0)

No description available

ChangeRequest 1.0

3.1.1. Card Item Change Request (1.0)

No description available

Card Item Change Request 1.0
[users] Actors
Name Description

Employee actor

This is an example of actor that is mapped to any ACME users

PreProd

Prod

CS [play circle o]

[file] Documents
Name Description

documentInWord

documentOutPDF

documentWordChanged

docToDownload

Lane Customer Service (CS)

No description available

Lane PreProd (PreProd)

No description available

Lane Prod (Prod)

No description available

StartEvent Start Change Request

No description available

[arrow right] Outgoing transition(s)
Task DefineRequest

No description available

Previous flow element(s): Start Change Request

[plug] Connectors out

Generate pdf from an office document: GenPDFTest
Insert data in a .docx/.odt template: Test
Create a folder: TestFolderCMIS
Upload a document: UploadMyPDF
Delete a folder: testDelete
Delete a document: deleteDoc
Delete a document version: testVerDel
Upload a new version: newVer

[arrow right] Outgoing transition(s)
Task Approve Request

No description available

Previous flow element(s): DefineRequest

[plug] Connectors in

Download a document: DownloadFileTest

[arrow right] Outgoing transition(s)
To End1 (default)
When:
itemChangeRequest.status == "refusedbyManager"
To Pre prod feasibility
When:
itemChangeRequest.status == "Pending Feasibility Analysis"
To Prod feasibility
When:
itemChangeRequest.status == "Pending Feasibility Analysis"
ServiceTask Prod feasibility

No description available

Previous flow element(s): Approve Request

[arrow right] Outgoing transition(s)
To Gateway2
When:
if (stockValue != "NULL")
	{
		if (Integer.parseInt(stockValue) > 0)
			{
			true
			}
		else
			{
				false
			}
	}
else
	{
		false
	}
To Call activity1
When:
stockValue == "0"
InclusiveGateway Gateway2

No description available

Previous flow element(s): Prod feasibility, Call activity1

[arrow right] Outgoing transition(s)
CallActivity Call activity1

No description available

Previous flow element(s): Prod feasibility

[plus square] Called process
[arrow right] Outgoing transition(s)

To Gateway2 (default)

Task Pre prod feasibility

No description available

Previous flow element(s): Approve Request

[plug] Connectors in

Email (SMTP): SendEmailToPP

[arrow right] Outgoing transition(s)
To Gateway1
When:
itemChangeRequest.feasibilityResultPP=="OK"
To StopProcess (default)
When:
itemChangeRequest.feasibilityResultPP=="NOK"
EndTerminatedEvent StopProcess

No description available

Previous flow element(s): Pre prod feasibility

ANDGateway Gateway1

No description available

Previous flow element(s): Pre prod feasibility, Gateway2

[arrow right] Outgoing transition(s)
ServiceTask ClosingStep

No description available

Previous flow element(s): Gateway1

[arrow right] Outgoing transition(s)

To End1

EndEvent End1

No description available

Previous flow element(s): Approve Request, ClosingStep

3.1.2. cardOrder (1.0)

No description available

cardOrder 1.0
[users] Actors
Name Description

Vault

StartEvent Start card order

No description available

[arrow right] Outgoing transition(s)
Task ValidateOrder

No description available

Previous flow element(s): Start card order

[arrow right] Outgoing transition(s)
To End3 (default)
When:
cardOrderFromRequest.stockStatus=="OrderRefused"
To Generate Order
When:
cardOrderFromRequest.stockStatus=="Order Validated"
ScriptTask Generate Order

No description available

Previous flow element(s): ValidateOrder

[plug] Connectors in

System script: ScriptTest

[arrow right] Outgoing transition(s)
IntermediateThrowMessageEvent Purchase

No description available

Previous flow element(s): Generate Order

[arrow right] Outgoing transition(s)
Activity DoSomething

No description available

Previous flow element(s): Purchase

[arrow right] Outgoing transition(s)
IntermediateCatchMessageEvent GetFeedbackFromPurchasing

No description available

Previous flow element(s): DoSomething

[arrow right] Outgoing transition(s)
ServiceTask FinalizeOrder

No description available

Previous flow element(s): GetFeedbackFromPurchasing

[arrow right] Outgoing transition(s)

To End3

EndEvent End3

No description available

Previous flow element(s): ValidateOrder, FinalizeOrder

3.1.3. purchasing (1.0)

No description available

purchasing  1.0
[[purchasing—​1.0.flowelement.purchase]]StartMessageEvent Purchase

No description available

[arrow right] Outgoing transition(s)
[[purchasing—​1.0.flowelement.initiate-values]]ServiceTask Initiate Values

No description available

Previous flow element(s): Purchase

[arrow right] Outgoing transition(s)

To Do

[[purchasing—​1.0.flowelement.do]]ServiceTask Do

No description available

Previous flow element(s): Initiate Values

[arrow right] Outgoing transition(s)

To End4

[[purchasing—​1.0.flowelement.end4]]EndMessageEvent End4

No description available

Previous flow element(s): Do

About


Languages

Language:JavaScript 56.7%Language:CSS 38.9%Language:HTML 4.4%