update
This commit is contained in:
parent
203f239eef
commit
94819cab10
12 changed files with 555 additions and 472 deletions
|
|
@ -3,9 +3,15 @@
|
|||
### 1.2.16 (Development)
|
||||
|
||||
- Upgrade Imixs-Archive auf 2.4.2 - verbesserter IMAP Import
|
||||
- Upgarde Imixs-Adapters 2.3.3-SNAPSHOT
|
||||
- Umstellung auf neue Imixs-Archive Backup Technik
|
||||
|
||||
- Neuer manueller SEPA Lauf mit version rechnungseingang-de-1.2.35, rechnungseingang_sachrechnung-de-1.0.21, rechungseingang-sachrechnung-pl-1.0.1
|
||||
- Neuer manueller SEPA Lauf mit version:
|
||||
- rechnungseingang-de-1.2.35,
|
||||
- rechnungseingang_sachrechnung-de-1.0.21,
|
||||
- rechungseingang-sachrechnung-pl-1.0.1
|
||||
- sepa-export-manual-3.0.0
|
||||
- sepa-export-manual-pl-3.0.1
|
||||
|
||||
|
||||
**Achtung**: Kubernetes Deploymets müssen angepasst werden (siehe AGL Polen)
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<h:link outcome="/pages/workitems/workitem">
|
||||
#{invoice.item['cdtr.name.cargosoft']}
|
||||
#{invoice.item['cdtr.name']}
|
||||
<f:param name="id" value="#{invoice.item['$uniqueid']}" />
|
||||
</h:link>
|
||||
</td>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -26,7 +26,7 @@
|
|||
<org.imixs.marty.version>4.2.3</org.imixs.marty.version>
|
||||
<!-- 4.5.3 -->
|
||||
<org.imixs.office.version>4.6.2-SNAPSHOT</org.imixs.office.version>
|
||||
<org.imixs.adapters.version>2.3.2</org.imixs.adapters.version>
|
||||
<org.imixs.adapters.version>2.3.3-SNAPSHOT</org.imixs.adapters.version>
|
||||
<!-- 2.2.14 -->
|
||||
<org.imixs.archive.version>2.4.2-SNAPSHOT</org.imixs.archive.version>
|
||||
<org.imixs.melman.version>1.0.22</org.imixs.melman.version>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<CstmrCdtTrfInitn>
|
||||
<GrpHdr>
|
||||
<MsgId>a8a5a0fa48bd49d4987dbda597c66055</MsgId>
|
||||
<CreDtTm>2024-02-19T13:36:17</CreDtTm>
|
||||
<CreDtTm>2024-02-23T10:02:34</CreDtTm>
|
||||
<NbOfTxs>2</NbOfTxs>
|
||||
<CtrlSum>136.87</CtrlSum>
|
||||
<InitgPty>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<Cd>SEPA</Cd>
|
||||
</SvcLvl>
|
||||
</PmtTpInf>
|
||||
<ReqdExctnDt>2024-02-19</ReqdExctnDt>
|
||||
<ReqdExctnDt>2024-02-23</ReqdExctnDt>
|
||||
<Dbtr>
|
||||
<Nm>Muster AG</Nm>
|
||||
</Dbtr>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<CstmrCdtTrfInitn>
|
||||
<GrpHdr>
|
||||
<MsgId>a8a5a0fa48bd49d4987dbda597c66055</MsgId>
|
||||
<CreDtTm>2024-02-19T13:58:23</CreDtTm>
|
||||
<CreDtTm>2024-02-23T10:02:34</CreDtTm>
|
||||
<NbOfTxs>2</NbOfTxs>
|
||||
<CtrlSum>136.87</CtrlSum>
|
||||
<InitgPty>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<Cd>SEPA</Cd>
|
||||
</SvcLvl>
|
||||
</PmtTpInf>
|
||||
<ReqdExctnDt>2024-02-19</ReqdExctnDt>
|
||||
<ReqdExctnDt>2024-02-23</ReqdExctnDt>
|
||||
<Dbtr>
|
||||
<Nm>Muster AG</Nm>
|
||||
</Dbtr>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</DbtrAcct>
|
||||
<DbtrAgt>
|
||||
<FinInstnId>
|
||||
<BIC>OOBADEFFXXX</BIC>
|
||||
<BICFI>OOBADEFFXXX</BICFI>
|
||||
</FinInstnId>
|
||||
</DbtrAgt>
|
||||
<ChrgBr>SHAR</ChrgBr>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
</Amt>
|
||||
<CdtrAgt>
|
||||
<FinInstnId>
|
||||
<BIC>XXXADEMM</BIC>
|
||||
<BICFI>XXXADEMM</BICFI>
|
||||
</FinInstnId>
|
||||
</CdtrAgt>
|
||||
<Cdtr>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
</Amt>
|
||||
<CdtrAgt>
|
||||
<FinInstnId>
|
||||
<BIC>XXXADEMM</BIC>
|
||||
<BICFI>XXXADEMM</BICFI>
|
||||
</FinInstnId>
|
||||
</CdtrAgt>
|
||||
<Cdtr>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -40,12 +40,15 @@
|
|||
<imixs:value><![CDATA[org.imixs.marty.profile.MailPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.TaxonomyPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
<open-bpmn:auto-align/>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_2" name="org.imixs.archive.documents.OCRDocumentAdapter"/>
|
||||
<bpmn2:signal id="Signal_3" name="com.alexanderlogistics.CargosoftExportAdapter"/>
|
||||
<bpmn2:signal id="Signal_4" name="com.alexanderlogistics.CargosoftSplitAdapter"/>
|
||||
<bpmn2:signal id="Signal_5" name="org.imixs.ml.workflow.MLAdapter"/>
|
||||
<bpmn2:signal id="Signal_1" name="com.alexanderlogistics.ZahlungsavisAppendAdapter"/>
|
||||
<bpmn2:signal id="signal_6" name="org.imixs.workflow.sepa.adapter.SEPARefAddAdapter"/>
|
||||
<bpmn2:signal id="signal_7" name="org.imixs.workflow.sepa.adapter.SEPARefRemoveAdapter"/>
|
||||
<bpmn2:collaboration id="Collaboration_1">
|
||||
<bpmn2:participant id="Participant_1" name="Rechnungseingang" processRef="Process_1">
|
||||
<bpmn2:documentation id="documentation_oAvkHw"/>
|
||||
|
|
@ -172,7 +175,6 @@
|
|||
<bpmn2:flowNodeRef>Task_15</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_48</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>Task_11</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_8</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_4</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_14</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_57</bpmn2:flowNodeRef>
|
||||
|
|
@ -1371,7 +1373,9 @@ Bei Fragen wenden Sie sich bitte an info@imixs.com
|
|||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<sepa-export name="modelversion">sepa-export-manual-3.0</sepa-export>
|
||||
<sepa-export name="task">1000</sepa-export>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export> ]]></imixs:value>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export>
|
||||
<sepa-export name="maxcount">70</sepa-export>
|
||||
<sepa-export name="maxcount-event">20</sepa-export>]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="keypublicresult" type="xs:string">
|
||||
<imixs:value><![CDATA[0]]></imixs:value>
|
||||
|
|
@ -1940,7 +1944,6 @@ result.isValid=true;
|
|||
</bpmn2:extensionElements>
|
||||
<bpmn2:documentation id="Documentation_7"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
|
||||
<bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_45</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_41</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>sequenceFlow_swRy5A</bpmn2:outgoing>
|
||||
|
|
@ -2053,7 +2056,6 @@ result.isValid=true;
|
|||
<bpmn2:incoming>SequenceFlow_42</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
|
||||
</bpmn2:task>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_18" imixs:activityid="20" name="Bezahlt">
|
||||
<bpmn2:extensionElements>
|
||||
|
|
@ -2133,32 +2135,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:sequenceFlow id="SequenceFlow_44" sourceRef="IntermediateCatchEvent_18" targetRef="Task_5">
|
||||
<bpmn2:documentation id="documentation_TvlNyg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_8" imixs:activityid="50" name="SEPA Export wiederholen">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="rtfresultlog" type="CDATA">
|
||||
<imixs:value><![CDATA[SEPA Export wiederholt.]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<validation name="confirm">Wollen Sie den SEPA Export wirklich wiederholen?</validation>
|
||||
<sepa-export name="modelversion">sepa-export-manual-3.0</sepa-export>
|
||||
<sepa-export name="task">1000</sepa-export>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export> ]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="keypublicresult" type="xs:string">
|
||||
<imixs:value><![CDATA[1]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_45</bpmn2:outgoing>
|
||||
<bpmn2:documentation id="documentation_OKpxFQ"/>
|
||||
<bpmn2:signalEventDefinition id="signalEventDefinition_GfANzg" signalRef="Signal_2"/>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_27" sourceRef="Task_7" targetRef="IntermediateCatchEvent_8">
|
||||
<bpmn2:documentation id="documentation_6eYAuw"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_45" sourceRef="IntermediateCatchEvent_8" targetRef="Task_6">
|
||||
<bpmn2:documentation id="documentation_0eVejA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_20" imixs:activityid="150" name="[Fälligkeit]">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="keylogtimeformat" type="xs:string">
|
||||
|
|
@ -2965,7 +2941,8 @@ result.isValid=true;
|
|||
<bpmn2:documentation id="documentation_Y76kfg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_68" name="credit" sourceRef="ExclusiveGateway_3" targetRef="Task_19">
|
||||
<bpmn2:conditionExpression id="FormalExpression_3" xsi:type="bpmn2:tFormalExpression">workitem['payment.type'][0]=="credit"</bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_3" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="credit"</bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_3Qelug"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:task id="Task_10" imixs:processid="5090" name="Abgeschlossen Gutschriftabgleich">
|
||||
|
|
@ -3060,7 +3037,8 @@ result.isValid=true;
|
|||
<bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
|
||||
</bpmn2:task>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_4" name="Ausland" sourceRef="ExclusiveGateway_5" targetRef="Task_11">
|
||||
<bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression">workitem['payment.type'][0]=="no_sepa" </bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="no_sepa" </bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_gTmzAA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_5" sourceRef="Task_11" targetRef="IntermediateCatchEvent_18">
|
||||
|
|
@ -5336,7 +5314,8 @@ result.isValid=true;
|
|||
<bpmn2:documentation id="documentation_14oHxA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_107" sourceRef="ExclusiveGateway_7" targetRef="ExclusiveGateway_8">
|
||||
<bpmn2:conditionExpression id="FormalExpression_2" xsi:type="bpmn2:tFormalExpression">workitem['sb.assist'] && ( workitem['sb.assist'][0]!="-" && workitem['sb.assist'][0]!="")</bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_2" xsi:type="bpmn2:tFormalExpression">workitem['sb.assist']
|
||||
&& ( workitem['sb.assist'][0]!="-" && workitem['sb.assist'][0]!="")</bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_jt6K5w"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_7" name="VERTEILEN">
|
||||
|
|
@ -6373,7 +6352,8 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_I12ZXw"/>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_135" sourceRef="ExclusiveGateway_9" targetRef="IntermediateCatchEvent_64">
|
||||
<bpmn2:conditionExpression id="FormalExpression_7" xsi:type="bpmn2:tFormalExpression">workitem['sb.team'] && ( workitem['sb.team'][0]!="-" && workitem['sb.team'][0]!="")</bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_7" xsi:type="bpmn2:tFormalExpression">workitem['sb.team']
|
||||
&& ( workitem['sb.team'][0]!="-" && workitem['sb.team'][0]!="")</bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_D0gk8Q"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_136" sourceRef="IntermediateCatchEvent_64" targetRef="ExclusiveGateway_10">
|
||||
|
|
@ -6433,8 +6413,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
</bpmn2:association>
|
||||
<bpmn2:textAnnotation id="TextAnnotation_2">
|
||||
<bpmn2:text>Es handelt sich um einen SEPA Lauf. Die Rechnung muss explizit freigegeben werden.
|
||||
|
||||
Ändern von IBAN und Fälligkeit ist hier möglich</bpmn2:text>
|
||||
Ändern von IBAN und Fälligkeit ist hier möglich</bpmn2:text>
|
||||
<bpmn2:documentation id="documentation_Vxq1Rw"/>
|
||||
</bpmn2:textAnnotation>
|
||||
<bpmn2:association id="Association_3" sourceRef="TextAnnotation_2" targetRef="Task_5000">
|
||||
|
|
@ -6443,7 +6422,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:textAnnotation id="TextAnnotation_1">
|
||||
<bpmn2:text>Datenübergabe an Cargosoft.
|
||||
|
||||
Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export'</bpmn2:text>
|
||||
Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export'</bpmn2:text>
|
||||
<bpmn2:documentation id="documentation_sMel1A"/>
|
||||
</bpmn2:textAnnotation>
|
||||
<bpmn2:association id="Association_1" sourceRef="TextAnnotation_1" targetRef="IntermediateCatchEvent_5005-20">
|
||||
|
|
@ -6513,8 +6492,6 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export'</
|
|||
<bpmn2:process id="process_2" name="Default Process" processType="Public">
|
||||
<bpmn2:documentation id="documentation_vn3mZw"/>
|
||||
</bpmn2:process>
|
||||
<bpmn2:signal id="signal_6" name="org.imixs.workflow.sepa.adapter.SEPARefAddAdapter"/>
|
||||
<bpmn2:signal id="signal_7" name="org.imixs.workflow.sepa.adapter.SEPARefRemoveAdapter"/>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane bpmnElement="Collaboration_1" id="BPMNPlane_Process_1">
|
||||
<bpmndi:BPMNShape bpmnElement="Participant_1" id="BPMNShape_Participant_1" isHorizontal="true">
|
||||
|
|
@ -6799,12 +6776,6 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export'</
|
|||
<dc:Bounds height="20.0" width="100.0" x="2540.5" y="1923.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_8" id="BPMNShape_IntermediateCatchEvent_14">
|
||||
<dc:Bounds height="36.0" width="36.0" x="2318.0" y="1960.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_55" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="20.0" width="100.0" x="2286.5" y="1996.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="TextAnnotation_1" id="BPMNShape_TextAnnotation_4">
|
||||
<dc:Bounds height="69.0" width="334.0" x="947.0" y="1114.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_107">
|
||||
|
|
@ -7580,19 +7551,6 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export'</
|
|||
<di:waypoint x="2590.0" y="1816.0"/>
|
||||
<di:waypoint x="2525.0" y="1816.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_27" id="BPMNEdge_SequenceFlow_28" sourceElement="BPMNShape_Task_7" targetElement="BPMNShape_IntermediateCatchEvent_14">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_56"/>
|
||||
<di:waypoint x="2451.0" y="1930.0"/>
|
||||
<di:waypoint x="2451.0" y="1978.0"/>
|
||||
<di:waypoint x="2354.0" y="1978.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_45" id="BPMNEdge_SequenceFlow_46" sourceElement="BPMNShape_IntermediateCatchEvent_14" targetElement="BPMNShape_Task_6">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_103"/>
|
||||
<di:waypoint x="2318.0" y="1978.0"/>
|
||||
<di:waypoint x="2285.0" y="1978.0"/>
|
||||
<di:waypoint x="2285.0" y="1913.0"/>
|
||||
<di:waypoint x="2252.0" y="1913.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="Association_1" id="BPMNEdge_Association_1" sourceElement="BPMNShape_TextAnnotation_4" targetElement="BPMNShape_IntermediateCatchEvent_7">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
|
||||
<di:waypoint x="947.0" y="1148.0"/>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
<imixs:value><![CDATA[org.imixs.marty.profile.MailPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.TaxonomyPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
<open-bpmn:auto-align/>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_2" name="org.imixs.archive.documents.OCRDocumentAdapter"/>
|
||||
<bpmn2:signal id="Signal_3" name="com.alexanderlogistics.CargosoftExportAdapter"/>
|
||||
|
|
@ -1261,7 +1262,9 @@ Bei Fragen wenden Sie sich bitte an info@imixs.com
|
|||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<sepa-export name="modelversion">sepa-export-manual-pl-3.0</sepa-export>
|
||||
<sepa-export name="task">1000</sepa-export>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export> ]]></imixs:value>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export>
|
||||
<sepa-export name="maxcount">70</sepa-export>
|
||||
<sepa-export name="maxcount-event">20</sepa-export>]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="keypublicresult" type="xs:string">
|
||||
<imixs:value><![CDATA[0]]></imixs:value>
|
||||
|
|
|
|||
|
|
@ -39,10 +39,13 @@
|
|||
<imixs:value><![CDATA[org.imixs.marty.profile.MailPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.TaxonomyPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
<open-bpmn:auto-align/>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_1" name="org.imixs.ml.workflow.MLAdapter"/>
|
||||
<bpmn2:signal id="Signal_2" name="org.imixs.archive.documents.OCRDocumentAdapter"/>
|
||||
<bpmn2:signal id="Signal_3" name="com.alexanderlogistics.CargosoftExportAdapter"/>
|
||||
<bpmn2:signal id="signal_4" name="org.imixs.workflow.sepa.adapter.SEPARefAddAdapter"/>
|
||||
<bpmn2:signal id="signal_5" name="org.imixs.workflow.sepa.adapter.SEPARefRemoveAdapter"/>
|
||||
<bpmn2:collaboration id="Collaboration_1">
|
||||
<bpmn2:participant id="Participant_1" name="Sachrechnung" processRef="Process_1">
|
||||
<bpmn2:documentation id="documentation_jpqX6w"/>
|
||||
|
|
@ -98,7 +101,6 @@
|
|||
<bpmn2:flowNodeRef>IntermediateCatchEvent_23</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_28</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_18</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_30</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_14</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>Task_1</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_26</bpmn2:flowNodeRef>
|
||||
|
|
@ -2116,7 +2118,8 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_0CqYMA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_35" name="direct debit" sourceRef="ExclusiveGateway_2" targetRef="Task_10">
|
||||
<bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression">workitem['payment.type'][0]=="direct_debit" </bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="direct_debit" </bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_zBVCYg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_28" imixs:activityid="310" name="SEPA">
|
||||
|
|
@ -2127,6 +2130,13 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<imixs:item name="rtfresultlog" type="xs:string">
|
||||
<imixs:value><![CDATA[Rechnung zu SEPA Lauf hinzugefügt]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<sepa-export name="modelversion">sepa-export-manual-3.0</sepa-export>
|
||||
<sepa-export name="task">1000</sepa-export>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export>
|
||||
<sepa-export name="maxcount">70</sepa-export>
|
||||
<sepa-export name="maxcount-event">20</sepa-export>]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_50</bpmn2:outgoing>
|
||||
|
|
@ -2169,7 +2179,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
</bpmn2:extensionElements>
|
||||
<bpmn2:documentation id="Documentation_73"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
|
||||
<bpmn2:incoming>SequenceFlow_50</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_81</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_51</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>sequenceFlow_0Js6mQ</bpmn2:outgoing>
|
||||
|
|
@ -2242,19 +2251,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:sequenceFlow id="SequenceFlow_51" sourceRef="Task_14" targetRef="IntermediateCatchEvent_29">
|
||||
<bpmn2:documentation id="documentation_Pblb1w"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_30" imixs:activityid="50" name="SEPA Export wiederholen">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="rtfresultlog" type="CDATA">
|
||||
<imixs:value><![CDATA[SEPA Export wiederholt.]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="CDATA">
|
||||
<imixs:value><![CDATA[<validation name="confirm">Wollen Sie den SEPA Export wirklich wiederholen?</validation>]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>SequenceFlow_52</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
|
||||
<bpmn2:documentation id="documentation_Zoo3XA"/>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:task id="Task_15" imixs:processid="5600" name="Bezahlung">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="txteditorid" type="xs:string">
|
||||
|
|
@ -2294,7 +2290,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="Documentation_77"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
|
||||
<bpmn2:incoming>SequenceFlow_53</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_52</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>
|
||||
</bpmn2:task>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_31" imixs:activityid="10" name="Speichern">
|
||||
|
|
@ -2367,9 +2362,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="Documentation_78"><![CDATA[Zwischenspeichern]]></bpmn2:documentation>
|
||||
<bpmn2:outgoing>SequenceFlow_53</bpmn2:outgoing>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_52" sourceRef="Task_15" targetRef="IntermediateCatchEvent_30">
|
||||
<bpmn2:documentation id="documentation_amITzQ"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_53" sourceRef="IntermediateCatchEvent_31" targetRef="Task_15">
|
||||
<bpmn2:documentation id="documentation_QIF3cg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
|
|
@ -2423,7 +2415,8 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_Buf8HA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_10" name="Ausland" sourceRef="ExclusiveGateway_2" targetRef="Task_5">
|
||||
<bpmn2:conditionExpression id="FormalExpression_2" xsi:type="bpmn2:tFormalExpression">workitem['payment.type'][0]=="no_sepa" </bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_2" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="no_sepa" </bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_m8vXZg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_5" imixs:activityid="20" name="Bezahlt">
|
||||
|
|
@ -2504,9 +2497,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:sequenceFlow id="SequenceFlow_13" sourceRef="IntermediateCatchEvent_29" targetRef="Task_15">
|
||||
<bpmn2:documentation id="documentation_vmbBBg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_14" sourceRef="IntermediateCatchEvent_30" targetRef="Task_14">
|
||||
<bpmn2:documentation id="documentation_GFzleg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_16" sourceRef="IntermediateCatchEvent_5" targetRef="Task_10">
|
||||
<bpmn2:documentation id="documentation_dZxuZQ"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
|
|
@ -3757,7 +3747,8 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_hiru2Q"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_76" name="credit" sourceRef="ExclusiveGateway_4" targetRef="Task_12">
|
||||
<bpmn2:conditionExpression id="FormalExpression_3" xsi:type="bpmn2:tFormalExpression">workitem['payment.type'][0]=="credit"</bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="FormalExpression_3" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="credit"</bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_IBUJBQ"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_6" name="ERLEDIGT">
|
||||
|
|
@ -4321,6 +4312,9 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<imixs:item name="rtfresultlog" type="xs:string">
|
||||
<imixs:value><![CDATA[Rechnung aus SEPA Lauf entfernt]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export> ]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:outputSet id="outputSet_40PmvQ" name="Output Set 5"/>
|
||||
<bpmn2:documentation id="documentation_AzeCNg"/>
|
||||
|
|
@ -4338,8 +4332,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:process id="process_2" name="Default Process" processType="Public">
|
||||
<bpmn2:documentation id="documentation_0DBReQ"/>
|
||||
</bpmn2:process>
|
||||
<bpmn2:signal id="signal_4" name="org.imixs.workflow.sepa.adapter.SEPARefAddAdapter"/>
|
||||
<bpmn2:signal id="signal_5" name="org.imixs.workflow.sepa.adapter.SEPARefRemoveAdapter"/>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane bpmnElement="Collaboration_1" id="BPMNPlane_Process_1">
|
||||
<bpmndi:BPMNShape bpmnElement="Participant_1" id="BPMNShape_Participant_1" isHorizontal="true">
|
||||
|
|
@ -4636,12 +4628,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<dc:Bounds height="20.0" width="100.0" x="1417.0" y="1030.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_30" id="BPMNShape_IntermediateCatchEvent_36">
|
||||
<dc:Bounds height="36.0" width="36.0" x="1449.0" y="1061.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_69" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="20.0" width="100.0" x="1417.5" y="1097.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Task_15" id="BPMNShape_Task_16">
|
||||
<dc:Bounds height="50.0" width="110.0" x="1532.0" y="987.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_74" labelStyle="BPMNLabelStyle_1">
|
||||
|
|
@ -5118,12 +5104,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<di:waypoint x="1423.0" y="1012.0"/>
|
||||
<di:waypoint x="1449.0" y="1012.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_36">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_76"/>
|
||||
<di:waypoint x="1587.0" y="1037.0"/>
|
||||
<di:waypoint x="1587.0" y="1079.0"/>
|
||||
<di:waypoint x="1485.0" y="1079.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_Task_16">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_77"/>
|
||||
<di:waypoint x="1700.0" y="1012.0"/>
|
||||
|
|
@ -5168,12 +5148,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<di:waypoint x="1508.0" y="1012.0"/>
|
||||
<di:waypoint x="1532.0" y="1012.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_15">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_89"/>
|
||||
<di:waypoint x="1449.0" y="1079.0"/>
|
||||
<di:waypoint x="1342.0" y="1079.0"/>
|
||||
<di:waypoint x="1342.0" y="1037.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_IntermediateCatchEvent_3" targetElement="BPMNShape_Task_11">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
|
||||
<di:waypoint x="1586.0" y="896.0"/>
|
||||
|
|
@ -5440,7 +5414,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmndi:BPMNShape bpmnElement="event_lsWYIA" id="BPMNShape_Nq33mQ">
|
||||
<dc:Bounds height="36.0" width="36.0" x="1038.0" y="1010.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_todxUw">
|
||||
<dc:Bounds height="20.0" width="100.0" x="1005.5" y="1046.0000610351562"/>
|
||||
<dc:Bounds height="20.0" width="100.0" x="1005.5" y="1046.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_veHi1A" id="BPMNEdge_lbz4nA" sourceElement="BPMNShape_Task_15" targetElement="BPMNShape_Nq33mQ">
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
<imixs:value><![CDATA[org.imixs.marty.profile.MailPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.TaxonomyPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
<open-bpmn:auto-align/>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_1" name="org.imixs.ml.workflow.MLAdapter"/>
|
||||
<bpmn2:signal id="Signal_2" name="org.imixs.archive.documents.OCRDocumentAdapter"/>
|
||||
|
|
@ -98,7 +99,6 @@
|
|||
<bpmn2:flowNodeRef>IntermediateCatchEvent_23</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_28</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_18</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_30</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_14</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>Task_1</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>IntermediateCatchEvent_26</bpmn2:flowNodeRef>
|
||||
|
|
@ -2130,6 +2130,13 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<imixs:item name="rtfresultlog" type="xs:string">
|
||||
<imixs:value><![CDATA[Rechnung zu SEPA Lauf hinzugefügt]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<sepa-export name="modelversion">sepa-export-manual-pl-3.0</sepa-export>
|
||||
<sepa-export name="task">1000</sepa-export>
|
||||
<sepa-export name="key"><itemvalue>payment.type</itemvalue></sepa-export>
|
||||
<sepa-export name="maxcount">70</sepa-export>
|
||||
<sepa-export name="maxcount-event">20</sepa-export>]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_50</bpmn2:outgoing>
|
||||
|
|
@ -2172,7 +2179,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
</bpmn2:extensionElements>
|
||||
<bpmn2:documentation id="Documentation_73"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
|
||||
<bpmn2:incoming>SequenceFlow_50</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_81</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_51</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>sequenceFlow_z0r1uQ</bpmn2:outgoing>
|
||||
|
|
@ -2244,19 +2250,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:sequenceFlow id="SequenceFlow_51" sourceRef="Task_14" targetRef="IntermediateCatchEvent_29">
|
||||
<bpmn2:documentation id="documentation_YBktyw"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_30" imixs:activityid="50" name="Repeat SEPA Export">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="rtfresultlog" type="xs:string">
|
||||
<imixs:value><![CDATA[SEPA Export repeated.]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="CDATA">
|
||||
<imixs:value><![CDATA[<validation name="confirm">Wollen Sie den SEPA Export wirklich wiederholen?</validation>]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>SequenceFlow_52</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
|
||||
<bpmn2:documentation id="documentation_KdXIew"/>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:task id="Task_15" imixs:processid="5600" name="Payment">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="txteditorid" type="xs:string">
|
||||
|
|
@ -2296,7 +2289,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="Documentation_77"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
|
||||
<bpmn2:incoming>SequenceFlow_53</bpmn2:incoming>
|
||||
<bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_52</bpmn2:outgoing>
|
||||
<bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>
|
||||
</bpmn2:task>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_31" imixs:activityid="10" name="Save">
|
||||
|
|
@ -2369,9 +2361,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="Documentation_78"><![CDATA[Caching data]]></bpmn2:documentation>
|
||||
<bpmn2:outgoing>SequenceFlow_53</bpmn2:outgoing>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_52" sourceRef="Task_15" targetRef="IntermediateCatchEvent_30">
|
||||
<bpmn2:documentation id="documentation_2h1tfg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_53" sourceRef="IntermediateCatchEvent_31" targetRef="Task_15">
|
||||
<bpmn2:documentation id="documentation_pwflbg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
|
|
@ -2506,9 +2495,6 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:sequenceFlow id="SequenceFlow_13" sourceRef="IntermediateCatchEvent_29" targetRef="Task_15">
|
||||
<bpmn2:documentation id="documentation_pYzpLQ"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_14" sourceRef="IntermediateCatchEvent_30" targetRef="Task_14">
|
||||
<bpmn2:documentation id="documentation_xs5B6A"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_16" sourceRef="IntermediateCatchEvent_5" targetRef="Task_10">
|
||||
<bpmn2:documentation id="documentation_GKCm0g"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
|
|
@ -4623,15 +4609,9 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_29" id="BPMNShape_IntermediateCatchEvent_35">
|
||||
<dc:Bounds height="36.0" width="36.0" x="1449.0" y="994.0"/>
|
||||
<dc:Bounds height="36.0" width="36.0" x="1450.0" y="994.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_62" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="20.0" width="100.0" x="1417.0" y="1030.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_30" id="BPMNShape_IntermediateCatchEvent_36">
|
||||
<dc:Bounds height="36.0" width="36.0" x="1449.0" y="1068.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_69" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="20.0" width="100.0" x="1417.5" y="1104.0"/>
|
||||
<dc:Bounds height="20.0" width="100.0" x="1418.0" y="1030.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Task_15" id="BPMNShape_Task_16">
|
||||
|
|
@ -5103,13 +5083,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
|
||||
<di:waypoint x="1397.0" y="1012.0"/>
|
||||
<di:waypoint x="1423.0" y="1012.0"/>
|
||||
<di:waypoint x="1449.0" y="1012.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_36">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_76"/>
|
||||
<di:waypoint x="1587.0" y="1037.0"/>
|
||||
<di:waypoint x="1587.0" y="1079.0"/>
|
||||
<di:waypoint x="1483.583123951777" y="1079.0"/>
|
||||
<di:waypoint x="1450.0" y="1012.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_Task_16">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_77"/>
|
||||
|
|
@ -5153,16 +5127,10 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_35" targetElement="BPMNShape_Task_16">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_87"/>
|
||||
<di:waypoint x="1485.0" y="1012.0"/>
|
||||
<di:waypoint x="1486.0" y="1012.0"/>
|
||||
<di:waypoint x="1508.0" y="1012.0"/>
|
||||
<di:waypoint x="1532.0" y="1012.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_15">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_89"/>
|
||||
<di:waypoint x="1450.416876048223" y="1079.0"/>
|
||||
<di:waypoint x="1342.0" y="1079.0"/>
|
||||
<di:waypoint x="1342.0" y="1037.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_IntermediateCatchEvent_3" targetElement="BPMNShape_Task_11">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
|
||||
<di:waypoint x="1587.0" y="887.0"/>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -30,8 +30,10 @@
|
|||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.IntervalPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.SplitAndJoinPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
<open-bpmn:auto-align/>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_1" name="org.imixs.workflow.sepa.adapter.SEPAExportAdapter"/>
|
||||
<bpmn2:signal id="signal_3" name="org.imixs.workflow.sepa.adapter.SEPARefFinishAdapter"/>
|
||||
<bpmn2:message id="Message_6" name="SEPA-Body">
|
||||
<bpmn2:documentation id="Documentation_15"><![CDATA[The following SEPA run has been completed for processing:
|
||||
|
||||
|
|
@ -82,6 +84,8 @@
|
|||
<bpmn2:flowNodeRef>IntermediateCatchEvent_5</bpmn2:flowNodeRef>
|
||||
<bpmn2:documentation id="documentation_JYeSLA"/>
|
||||
<bpmn2:flowNodeRef>textAnnotation_Ku1gIw</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>TextAnnotation_2</bpmn2:flowNodeRef>
|
||||
<bpmn2:flowNodeRef>TextAnnotation_3</bpmn2:flowNodeRef>
|
||||
</bpmn2:lane>
|
||||
</bpmn2:laneSet>
|
||||
<bpmn2:task id="Task_2" imixs:processid="1900" name="Completed">
|
||||
|
|
@ -278,6 +282,11 @@
|
|||
</imixs:item>
|
||||
<imixs:item name="txtactivityresult" type="xs:string">
|
||||
<imixs:value><![CDATA[<item name="action">home</item>
|
||||
<sepa name="invoice_update">
|
||||
<modelversion>(^rechnungseingang)</modelversion>
|
||||
<task>5500</task>
|
||||
<event>300</event>
|
||||
</sepa>
|
||||
]]></imixs:value>
|
||||
</imixs:item>
|
||||
<imixs:item name="keyownershipmode" type="xs:string">
|
||||
|
|
@ -294,6 +303,7 @@
|
|||
<bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
|
||||
<bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
|
||||
<bpmn2:outputSet id="OutputSet_1" name="Output Set 1"/>
|
||||
<bpmn2:signalEventDefinition id="signalEventDefinition_hUNTBA" signalRef="signal_3"/>
|
||||
</bpmn2:intermediateCatchEvent>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="IntermediateCatchEvent_18" targetRef="Task_2">
|
||||
<bpmn2:documentation id="documentation_kJBTgw"/>
|
||||
|
|
@ -740,11 +750,12 @@ result.isValid=true;
|
|||
<bpmn2:documentation id="documentation_l9235w"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:textAnnotation id="TextAnnotation_2">
|
||||
<bpmn2:text>The SEPA Export holds a list of referncees to all invoices in the item '$workitemref'
|
||||
<bpmn2:text>The SEPA Export holds a list of referncees to all invoices in the item
|
||||
'$workitemref'
|
||||
|
||||
Instances are created grouped by the item 'dbtr.IBAN'
|
||||
Instances are created grouped by the item 'dbtr.IBAN'
|
||||
|
||||
The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
||||
The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
||||
<bpmn2:documentation id="documentation_ptZvFQ"/>
|
||||
</bpmn2:textAnnotation>
|
||||
<bpmn2:textAnnotation id="TextAnnotation_3">
|
||||
|
|
@ -765,22 +776,13 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Process Diagram">
|
||||
<bpmndi:BPMNPlane bpmnElement="Collaboration_1" id="BPMNPlane_1">
|
||||
<bpmndi:BPMNShape bpmnElement="Participant_1" id="BPMNShape_Participant_1" isHorizontal="true">
|
||||
<dc:Bounds height="401.0" width="1401.0" x="100.0" y="150.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_29" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="70.0" width="14.0" x="106.0" y="315.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
<dc:Bounds height="400.0" width="1400.0" x="100.0" y="150.0"/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Lane_1" id="BPMNShape_Lane_1" isHorizontal="true">
|
||||
<dc:Bounds height="401.0" width="1371.0" x="130.0" y="150.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_37" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="69.0" width="14.0" x="136.0" y="316.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
<dc:Bounds height="400.0" width="1370.0" x="130.0" y="150.0"/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Task_6" id="BPMNShape_Task_6">
|
||||
<dc:Bounds height="50.0" width="110.0" x="1207.0" y="428.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_31" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="14.0" width="46.0" x="1239.0" y="446.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Task_7" id="BPMNShape_Task_7">
|
||||
<dc:Bounds height="50.0" width="110.0" x="560.0" y="349.0"/>
|
||||
|
|
@ -792,9 +794,9 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_18" id="BPMNShape_IntermediateCatchEvent_18">
|
||||
<dc:Bounds height="36.0" width="36.0" x="1119.0" y="266.0"/>
|
||||
<dc:Bounds height="36.0" width="36.0" x="1119.0" y="267.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_23" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="20.0" width="100.0" x="1087.0" y="302.0"/>
|
||||
<dc:Bounds height="20.0" width="100.0" x="1087.0" y="303.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Message_6" id="BPMNShape_Message_3">
|
||||
|
|
@ -823,9 +825,6 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="Task_2" id="BPMNShape_Task_2">
|
||||
<dc:Bounds height="50.0" width="110.0" x="1207.0" y="259.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_5" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="14.0" width="84.0" x="1220.0" y="277.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_1" id="BPMNShape_ExclusiveGateway_1" isMarkerVisible="true">
|
||||
<dc:Bounds height="50.0" width="50.0" x="720.0" y="349.0"/>
|
||||
|
|
@ -835,9 +834,6 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="TextAnnotation_2" id="BPMNShape_TextAnnotation_2">
|
||||
<dc:Bounds height="111.0" width="301.0" x="180.0" y="170.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_57">
|
||||
<dc:Bounds height="105.0" width="289.0" x="186.0" y="170.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_6" id="BPMNShape_IntermediateCatchEvent_6">
|
||||
<dc:Bounds height="36.0" width="36.0" x="597.0" y="266.0"/>
|
||||
|
|
@ -874,9 +870,6 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="TextAnnotation_3" id="BPMNShape_TextAnnotation_3">
|
||||
<dc:Bounds height="50.0" width="104.0" x="710.0" y="220.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_9">
|
||||
<dc:Bounds height="44.0" width="92.0" x="716.0" y="220.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_4" id="BPMNShape_IntermediateCatchEvent_4">
|
||||
<dc:Bounds height="36.0" width="36.0" x="957.0" y="180.0"/>
|
||||
|
|
@ -911,7 +904,8 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_2" id="BPMNEdge_SequenceFlow_2" sourceElement="BPMNShape_IntermediateCatchEvent_18" targetElement="BPMNShape_Task_2">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_25"/>
|
||||
<di:waypoint x="1155.0" y="284.0"/>
|
||||
<di:waypoint x="1155.0" y="285.0"/>
|
||||
<di:waypoint x="1181.0" y="285.0"/>
|
||||
<di:waypoint x="1181.0" y="284.0"/>
|
||||
<di:waypoint x="1207.0" y="284.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
|
|
@ -973,7 +967,7 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
|
||||
<di:waypoint x="1030.0" y="284.0"/>
|
||||
<di:waypoint x="1074.0" y="284.0"/>
|
||||
<di:waypoint x="1119.0" y="284.0"/>
|
||||
<di:waypoint x="1119.0277992443885" y="284.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_5" id="BPMNEdge_SequenceFlow_5" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_IntermediateCatchEvent_7">
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_8"/>
|
||||
|
|
@ -1007,7 +1001,7 @@ The SEPA Export process runs on a scheduled basis (e.g. once a day)</bpmn2:text>
|
|||
<di:waypoint x="1190.0" y="198.0"/>
|
||||
<di:waypoint x="1172.5" y="198.0"/>
|
||||
<di:waypoint x="1172.5" y="284.0"/>
|
||||
<di:waypoint x="1155.0" y="284.0"/>
|
||||
<di:waypoint x="1154.9722007556115" y="284.0"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
<bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue