diff --git a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportAdapter.java b/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportAdapter.java index 628bda5..d848fe5 100644 --- a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportAdapter.java +++ b/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportAdapter.java @@ -92,6 +92,10 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { // ermittle die Hauptwährungen ItemCollection configItemCollection = configService.loadConfiguration("AGL_CONFIGURATION"); List currencyList = configItemCollection.getItemValue("currency.out"); + if (currencyList == null || currencyList.size() < 2) { + throw new PluginException(OPListExportAdapter.class.getSimpleName(), ERROR_CONFIG, + "missing Currency configuration - please check parameters"); + } String currency1 = currencyList.get(0); String currency2 = currencyList.get(1); @@ -151,8 +155,8 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { String currency2) throws PluginException, QueryException { - double saldoUSD = 0; - double saldoEUR = 0; + double saldo1 = 0; + double saldo2 = 0; // load dummy rechnungen String spaceID = document.getItemValueString("space.ref"); @@ -239,12 +243,12 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { // EUR row.getCell(6).setCellValue(total); row.getCell(7).setCellValue(currency); - saldoEUR = InvoiceUtil.round(saldoEUR + total); + saldo1 = InvoiceUtil.round(saldo1 + total); } else { // USD row.getCell(8).setCellValue(total); row.getCell(9).setCellValue(currency); - saldoUSD = InvoiceUtil.round(saldoUSD + total); + saldo2 = InvoiceUtil.round(saldo2 + total); } row.getCell(10).setCellValue(invoice.getItemValueString("$workflowstatus")); @@ -261,8 +265,8 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { // finally update the total formula... XSSFCell cTotal1 = getCellByRef(doc, sheet, "TOTAL1"); XSSFCell cTotal2 = getCellByRef(doc, sheet, "TOTAL2"); - cTotal1.setCellValue(saldoEUR); - cTotal2.setCellValue(saldoUSD); + cTotal1.setCellValue(saldo1); + cTotal2.setCellValue(saldo2); // Set währung XSSFCell cTotalCurrency1 = getCellByRef(doc, sheet, "TOTAL_CURRENCY1"); XSSFCell cTotalCurrency2 = getCellByRef(doc, sheet, "TOTAL_CURRENCY2"); @@ -277,8 +281,8 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { FileData fileDataNew = new FileData(fileData.getName(), newContent, fileData.getContentType(), null); // update the fileData document.addFileData(fileDataNew); - document.setItemValue("space.saldo.eur", saldoEUR); - document.setItemValue("space.saldo.usd", saldoUSD); + document.setItemValue("space.saldo.currency1", saldo1); + document.setItemValue("space.saldo.currency2", saldo2); logger.finest("......new document added"); } catch (IOException e) { @@ -373,7 +377,7 @@ public class OPListExportAdapter extends POIFindReplaceAdapter { try { List invoices = documentService.find( - "$modelversion:rechnungsausgang-de-1.0 AND type:workitem AND $uniqueidref:" + spaceID, 9999, 0, + "$modelversion:rechnungsausgang-* AND type:workitem AND $uniqueidref:" + spaceID, 9999, 0, "invoice.number", false); for (ItemCollection invoice : invoices) { diff --git a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportScheduler.java b/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportScheduler.java index c865cc1..2d1ac2e 100644 --- a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportScheduler.java +++ b/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/OPListExportScheduler.java @@ -142,7 +142,7 @@ public class OPListExportScheduler implements Scheduler { List invoices = new ArrayList(); try { invoices = documentService.find( - "$modelversion:rechnungsausgang-de-1.0 AND type:workitem AND $uniqueidref:" + space.getUniqueID(), + "$modelversion:rechnungsausgang-* AND type:workitem AND $uniqueidref:" + space.getUniqueID(), 999, 0); } catch (QueryException e) { logger.warning("Failed to compute invoice list: " + e.getMessage()); diff --git a/templates/.~lock.op-liste_template.xlsx# b/templates/.~lock.op-liste_template.xlsx# deleted file mode 100644 index 40b26ea..0000000 --- a/templates/.~lock.op-liste_template.xlsx# +++ /dev/null @@ -1 +0,0 @@ -,rsoika,ralpus-framework,10.07.2024 16:16,file:///home/rsoika/.config/libreoffice/4; \ No newline at end of file diff --git a/templates/op-liste_kw_template-dwc.xlsx b/templates/op-liste_kw_template-dwc.xlsx new file mode 100644 index 0000000..7f0e927 Binary files /dev/null and b/templates/op-liste_kw_template-dwc.xlsx differ diff --git a/templates/op-liste_template-dwc.xlsx b/templates/op-liste_template-dwc.xlsx new file mode 100644 index 0000000..e456ce2 Binary files /dev/null and b/templates/op-liste_template-dwc.xlsx differ diff --git a/workflow/datev-import-dwc-1.0.0.bpmn b/workflow/datev-import-dwc-1.0.0.bpmn deleted file mode 100644 index 2da66e7..0000000 --- a/workflow/datev-import-dwc-1.0.0.bpmn +++ /dev/null @@ -1,858 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - application.urlindex.jsf?workitem=$uniqueid - -]]> - - - application.urlindex.jsf?workitem=$uniqueid - -]]> - - - - - - - - - - - - - - StartEvent_1 - Task_1 - IntermediateCatchEvent_2 - IntermediateCatchEvent_6 - EndEvent_3 - IntermediateCatchEvent_18 - Task_2 - ExclusiveGateway_1 - Task_7 - Task_6 - IntermediateCatchEvent_5 - ExclusiveGateway_2 - ExclusiveGateway_3 - IntermediateCatchEvent_7 - IntermediateCatchEvent_3 - - textAnnotation_fL0dZg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - false - - - - - - $editor]]> - SequenceFlow_13 - SequenceFlow_15 - - - - - - SequenceFlow_6 - - - - - - $created]]> - - - true - - - - - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_2 - SequenceFlow_10 - - - - - - SequenceFlow_10 - SequenceFlow_17 - - - - - - - - - - - - - - - - - - - - - - - - - - SequenceFlow_8 - SequenceFlow_14 - - - DataOutput_2 - - - DataOutput_2 - - - - - - - $created]]> - - - - - - - - - - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_6 - SequenceFlow_8 - - - - - $created]]> - - - true - - - - - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_16 - SequenceFlow_17 - - - - - - SequenceFlow_15 - SequenceFlow_23 - SequenceFlow_16 - - - - - - - - - $created]]> - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_12 - SequenceFlow_22 - SequenceFlow_28 - SequenceFlow_13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - false - - - - SequenceFlow_28 - SequenceFlow_2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_12 - - - - - - - - - - - - SequenceFlow_14 - SequenceFlow_18 - SequenceFlow_19 - SequenceFlow_23 - - - - - - - - - - - - rechnungsausgang-dwc-1.0 -5001 -980 - -zollanmeldung-dwc-1.0 -1000 -980]]> - - - - - - - - - - - - - - - - - SequenceFlow_18 - SequenceFlow_20 - - - DataOutput_6 - - - DataOutput_6 - - - - - - - - - - - - - - - - - - - - - - - - - - - SequenceFlow_19 - SequenceFlow_21 - - - - workitem['datev.formatname'][0]=="Buchungsstapel" - - - - workitem['datev.formatname'][0]=="Kontenbeschriftungen" - - - - SequenceFlow_20 - SequenceFlow_21 - SequenceFlow_22 - - - - - - - - - - - - - - - - The DATEV Import holds a DATEV Import file and triggeres a import process depending on the document type. - - - - - - - rechnungseingang-dwc-1.0 -5001 -980]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/workflow/datev-import-1.0.0.bpmn b/workflow/deprecated/datev-import-1.0.0.bpmn similarity index 100% rename from workflow/datev-import-1.0.0.bpmn rename to workflow/deprecated/datev-import-1.0.0.bpmn diff --git a/workflow/gutschriftabgleich-dwc-1.0.0.bpmn b/workflow/gutschriftabgleich-dwc-1.0.0.bpmn deleted file mode 100644 index 8552dfe..0000000 --- a/workflow/gutschriftabgleich-dwc-1.0.0.bpmn +++ /dev/null @@ -1,2744 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Task_2 - ExclusiveGateway_1 - StartEvent_1 - IntermediateCatchEvent_3 - IntermediateCatchEvent_13 - IntermediateCatchEvent_6 - IntermediateCatchEvent_5000-20 - IntermediateCatchEvent_19 - IntermediateThrowEvent_3 - EventBasedGateway_1 - IntermediateCatchEvent_24 - IntermediateCatchEvent_7 - EndEvent_3 - Task_8 - IntermediateCatchEvent_12 - - DataObject_2 - - - ExclusiveGateway_6 - IntermediateCatchEvent_5005-20 - Task_5005 - IntermediateCatchEvent_5005-10 - Task_5 - EndEvent_2 - IntermediateCatchEvent_5005-30 - EventBasedGateway_2 - IntermediateCatchEvent_23 - IntermediateCatchEvent_21 - Task_3 - IntermediateCatchEvent_4 - IntermediateCatchEvent_2 - IntermediateCatchEvent_25 - Task_4 - EndEvent_1 - IntermediateCatchEvent_5 - - - - IntermediateCatchEvent_9 - IntermediateThrowEvent_5 - IntermediateCatchEvent_10 - Task_1 - IntermediateCatchEvent_11 - IntermediateCatchEvent_1 - IntermediateCatchEvent_8 - - DataObject_3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - - - - SequenceFlow_46 - SequenceFlow_27 - - - SequenceFlow_0 - SequenceFlow_15 - SequenceFlow_21 - SequenceFlow_33 - - - - - - - SequenceFlow_0 - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_38 - SequenceFlow_34 - SequenceFlow_14 - SequenceFlow_4 - SequenceFlow_37 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_8 - SequenceFlow_51 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_38 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_10 - SequenceFlow_41 - - - SequenceFlow_37 - SequenceFlow_8 - SequenceFlow_10 - SequenceFlow_54 - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_33 - SequenceFlow_20 - SequenceFlow_22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - - SequenceFlow_20 - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_52 - SequenceFlow_23 - SequenceFlow_25 - SequenceFlow_47 - - - SequenceFlow_47 - - - - - - - - - - SequenceFlow_51 - SequenceFlow_25 - - - - SequenceFlow_15 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_21 - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_26 - SequenceFlow_41 - SequenceFlow_11 - SequenceFlow_27 - SequenceFlow_28 - SequenceFlow_36 - SequenceFlow_1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_26 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_28 - SequenceFlow_34 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_36 - SequenceFlow_35 - - - SequenceFlow_35 - - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_59 - SequenceFlow_7 - SequenceFlow_40 - - - SequenceFlow_40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - SequenceFlow_11 - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - - - - - - - SequenceFlow_54 - SequenceFlow_6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_17 - SequenceFlow_60 - SequenceFlow_9 - - - SequenceFlow_9 - - - - - - - SequenceFlow_17 - - - - - - - - SequenceFlow_22 - SequenceFlow_46 - SequenceFlow_49 - SequenceFlow_19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich löschen? -cancel]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_49 - SequenceFlow_48 - - - SequenceFlow_48 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_52 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_60 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_59 - - - - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich archivieren?]]> - - - - - - - - - - - - false - - - - - - - - SequenceFlow_2 - SequenceFlow_7 - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_3 - SequenceFlow_6 - SequenceFlow_2 - SequenceFlow_12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_12 - SequenceFlow_14 - - - - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - - - - false - - - - SequenceFlow_19 - SequenceFlow_23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -$editor -space.name]]> - - - - - - - - - $owner]]> - - - true - - - - - - - - - - - - SequenceFlow_1 - SequenceFlow_4 - - - - - - - - - - - - - - - Liegt eine Logistik Leistung vor, wird ein Fachbereich ausgewählt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/workflow/gutschriftabgleich-pl-1.0.0.bpmn b/workflow/gutschriftabgleich-pl-1.0.0.bpmn deleted file mode 100644 index 000bf20..0000000 --- a/workflow/gutschriftabgleich-pl-1.0.0.bpmn +++ /dev/null @@ -1,2741 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Task_2 - ExclusiveGateway_1 - StartEvent_1 - IntermediateCatchEvent_3 - IntermediateCatchEvent_13 - IntermediateCatchEvent_6 - IntermediateCatchEvent_5000-20 - IntermediateCatchEvent_19 - IntermediateThrowEvent_3 - EventBasedGateway_1 - IntermediateCatchEvent_24 - IntermediateCatchEvent_7 - EndEvent_3 - Task_8 - IntermediateCatchEvent_12 - - - - ExclusiveGateway_6 - IntermediateCatchEvent_5005-20 - Task_5005 - IntermediateCatchEvent_5005-10 - Task_5 - EndEvent_2 - IntermediateCatchEvent_5005-30 - EventBasedGateway_2 - IntermediateCatchEvent_23 - IntermediateCatchEvent_21 - Task_3 - IntermediateCatchEvent_4 - IntermediateCatchEvent_2 - IntermediateCatchEvent_25 - Task_4 - EndEvent_1 - IntermediateCatchEvent_5 - - - - IntermediateCatchEvent_9 - IntermediateThrowEvent_5 - IntermediateCatchEvent_10 - Task_1 - IntermediateCatchEvent_11 - IntermediateCatchEvent_1 - IntermediateCatchEvent_8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - - - - SequenceFlow_46 - SequenceFlow_27 - - - SequenceFlow_0 - SequenceFlow_15 - SequenceFlow_21 - SequenceFlow_33 - - - - - - - SequenceFlow_0 - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_38 - SequenceFlow_34 - SequenceFlow_14 - SequenceFlow_4 - SequenceFlow_37 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_8 - SequenceFlow_51 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_38 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_10 - SequenceFlow_41 - - - SequenceFlow_37 - SequenceFlow_8 - SequenceFlow_10 - SequenceFlow_54 - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_33 - SequenceFlow_20 - SequenceFlow_22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - - SequenceFlow_20 - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_52 - SequenceFlow_23 - SequenceFlow_25 - SequenceFlow_47 - - - SequenceFlow_47 - - - - - - - - - - SequenceFlow_51 - SequenceFlow_25 - - - - SequenceFlow_15 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_21 - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_26 - SequenceFlow_41 - SequenceFlow_11 - SequenceFlow_27 - SequenceFlow_28 - SequenceFlow_36 - SequenceFlow_1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_26 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_28 - SequenceFlow_34 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_36 - SequenceFlow_35 - - - SequenceFlow_35 - - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_59 - SequenceFlow_7 - SequenceFlow_40 - - - SequenceFlow_40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - SequenceFlow_11 - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - - - - - - - SequenceFlow_54 - SequenceFlow_6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_17 - SequenceFlow_60 - SequenceFlow_9 - - - SequenceFlow_9 - - - - - - - SequenceFlow_17 - - - - - - - - SequenceFlow_22 - SequenceFlow_46 - SequenceFlow_49 - SequenceFlow_19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich löschen? -cancel]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_49 - SequenceFlow_48 - - - SequenceFlow_48 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_52 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_60 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_59 - - - - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich archivieren?]]> - - - - - - - - - - - - false - - - - - - - - SequenceFlow_2 - SequenceFlow_7 - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_3 - SequenceFlow_6 - SequenceFlow_2 - SequenceFlow_12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_12 - SequenceFlow_14 - - - - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - - - - false - - - - SequenceFlow_19 - SequenceFlow_23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -$editor -space.name]]> - - - - - - - - - $owner]]> - - - true - - - - - - - - - - - - SequenceFlow_1 - SequenceFlow_4 - - - - - - - - - - - - - - - Liegt eine Logistik Leistung vor, wird ein Fachbereich ausgewählt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/workflow/gutschriftabgleich-pl-1.0.1.bpmn b/workflow/gutschriftabgleich-pl-1.0.1.bpmn deleted file mode 100644 index 0228099..0000000 --- a/workflow/gutschriftabgleich-pl-1.0.1.bpmn +++ /dev/null @@ -1,2743 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Task_2 - ExclusiveGateway_1 - StartEvent_1 - IntermediateCatchEvent_3 - IntermediateCatchEvent_13 - IntermediateCatchEvent_6 - IntermediateCatchEvent_5000-20 - IntermediateCatchEvent_19 - IntermediateThrowEvent_3 - EventBasedGateway_1 - IntermediateCatchEvent_24 - IntermediateCatchEvent_7 - EndEvent_3 - Task_8 - IntermediateCatchEvent_12 - - DataObject_2 - - - ExclusiveGateway_6 - IntermediateCatchEvent_5005-20 - Task_5005 - IntermediateCatchEvent_5005-10 - Task_5 - EndEvent_2 - IntermediateCatchEvent_5005-30 - EventBasedGateway_2 - IntermediateCatchEvent_23 - IntermediateCatchEvent_21 - Task_3 - IntermediateCatchEvent_4 - IntermediateCatchEvent_2 - IntermediateCatchEvent_25 - Task_4 - EndEvent_1 - IntermediateCatchEvent_5 - - - - IntermediateCatchEvent_9 - IntermediateThrowEvent_5 - IntermediateCatchEvent_10 - Task_1 - IntermediateCatchEvent_11 - IntermediateCatchEvent_1 - IntermediateCatchEvent_8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - - - - SequenceFlow_46 - SequenceFlow_27 - - - SequenceFlow_0 - SequenceFlow_15 - SequenceFlow_21 - SequenceFlow_33 - - - - - - - SequenceFlow_0 - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_38 - SequenceFlow_34 - SequenceFlow_14 - SequenceFlow_4 - SequenceFlow_37 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_8 - SequenceFlow_51 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_38 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_10 - SequenceFlow_41 - - - SequenceFlow_37 - SequenceFlow_8 - SequenceFlow_10 - SequenceFlow_54 - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_33 - SequenceFlow_20 - SequenceFlow_22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - - SequenceFlow_20 - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_52 - SequenceFlow_23 - SequenceFlow_25 - SequenceFlow_47 - - - SequenceFlow_47 - - - - - - - - - - SequenceFlow_51 - SequenceFlow_25 - - - - SequenceFlow_15 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_21 - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_26 - SequenceFlow_41 - SequenceFlow_11 - SequenceFlow_27 - SequenceFlow_28 - SequenceFlow_36 - SequenceFlow_1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_26 - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_28 - SequenceFlow_34 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_36 - SequenceFlow_35 - - - SequenceFlow_35 - - - - - - - - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_59 - SequenceFlow_7 - SequenceFlow_40 - - - SequenceFlow_40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - space.name]]> - - - false - - - - SequenceFlow_11 - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - - - - - - - SequenceFlow_54 - SequenceFlow_6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_17 - SequenceFlow_60 - SequenceFlow_9 - - - SequenceFlow_9 - - - - - - - SequenceFlow_17 - - - - - - - - SequenceFlow_22 - SequenceFlow_46 - SequenceFlow_49 - SequenceFlow_19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich löschen? -cancel]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_49 - SequenceFlow_48 - - - SequenceFlow_48 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_52 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_60 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false]]> - - - - - - - - - - - - false - - - - SequenceFlow_59 - - - - - - - - - - - - - - cdtr.name invoice.number]]> - - - - - - - - - cdtr.name -Rechnungsnummer: invoice.number -Betrag: invoice.total invoice.currency - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -false -Wollen Sie den Vorgang wirklich archivieren?]]> - - - - - - - - - - - - false - - - - - - - - SequenceFlow_2 - SequenceFlow_7 - - - - - - - - - txtlastcomment]]> - - - - - - - - - numsequencenumber: cdtr.name invoice.number (invoice.currency invoice.total) space.name]]> - - - true - - - - - - - - - - - - - - - - $workflowgroup - $workflowstatus]]> - SequenceFlow_3 - SequenceFlow_6 - SequenceFlow_2 - SequenceFlow_12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - false - - - - SequenceFlow_3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home -space.name -false]]> - - - - - - - - - - - - false - - - - - - - SequenceFlow_12 - SequenceFlow_14 - - - - - - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - home]]> - - - - - - - - - - - - false - - - - SequenceFlow_19 - SequenceFlow_23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - _subject]]> - - - - - - - - - _amount (Brutto € _amount_brutto) -_description]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -$editor -space.name]]> - - - - - - - - - $owner]]> - - - true - - - - - - - - - - - - SequenceFlow_1 - SequenceFlow_4 - - - - - - - - - - - - - - - Liegt eine Logistik Leistung vor, wird ein Fachbereich ausgewählt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/workflow/opliste-en-1.0.0.bpmn b/workflow/opliste-en-1.0.0.bpmn new file mode 100644 index 0000000..f735393 --- /dev/null +++ b/workflow/opliste-en-1.0.0.bpmn @@ -0,0 +1,1084 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + +<itemvalue>$workflowstatus</itemvalue> + +]]> + + + +]]> + + + + + + + + + + + + + + + + + StartEvent_1 + Task_1 + IntermediateCatchEvent_3 + IntermediateCatchEvent_1 + Task_4 + EndEvent_3 + Task_2 + IntermediateCatchEvent_2 + IntermediateCatchEvent_8 + Task_3 + IntermediateCatchEvent_4 + IntermediateCatchEvent_5 + + TextAnnotation_1 + DataObject_1 + DataObject_2 + TextAnnotation_2 + + + + SequenceFlow_4 + + + + + + sequencenumber space.name - $created]]> + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_1 + SequenceFlow_9 + SequenceFlow_17 + + + SequenceFlow_19 + + + + + + sequencenumber space.name - $created]]> + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_4 + SequenceFlow_3 + SequenceFlow_2 + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + sequencenumber space.name - $created]]> + + + + + + + + + Html-Header +

Hallo,

+

+Bitte prüfen Sie die angefügte OP-Liste. Diese enthält sämtlich noch offenen Rechnungen zum Zeitpunkt des Exports für diesen Fachbereich. +

+

+Nach Prüfung schließen Sie bitte den Vorgang über die Schaltfläche "Erledigt" ab. +

+application.urlpages/workitems/workitem.jsf?id=$uniqueid + +Html-Footer]]>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + home +Mahnwesen +OP-Liste Template +op-liste_template-dwc.xlsx +op-liste_space.name_$lasteventdate.xlsx +true + + C6 + sequencenumber + text + + + D6 + Überfällig / 2. Mahnstufe + text + + + C8 + space.name + text + + + + I6 + $lasteventdate + date + +]]> + + + + + + + + + false + + + + + + + + +
+ + SequenceFlow_5 + SequenceFlow_9 + + DataOutput_2 + + +
+ + + + sequencenumber space.name - $created]]> + + + true + + + + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_18 + SequenceFlow_19 + + + + + + + + home]]> + + + SequenceFlow_17 + SequenceFlow_8 + SequenceFlow_18 + + + + + + + + + + + + + + + + + + SequenceFlow_1 + + + + + + + + + + + + + + + + + + + SequenceFlow_3 + SequenceFlow_5 + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + Dunning +OP-Liste Template +op-liste_template-dwc.xlsx +op-liste_space.name_$lasteventdate.xlsx + + + C6 + sequencenumber + text + + + D6 + Gesamtübersicht + text + + + C8 + space.name + text + + + + I6 + $lasteventdate + date + +]]> + + + + + + SequenceFlow_2 + SequenceFlow_6 + + + + + + + + + + + + + sequencenumber space.name - $created]]> + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_6 + SequenceFlow_10 + SequenceFlow_8 + + + + + + + + + + + + + + SequenceFlow_10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + event_yvRYxA + task_A5VcTw + event_a0OyNw + task_xZ1VEg + event_XWmcVw + task_R0QI0w + event_rkG39w + textAnnotation_5ZBmxg + event_0DGK7A + + + + + sequenceFlow_71XoqA + + + + + $created ]]> + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_2 + sequenceFlow_71XoqA + sequenceFlow_QzU0Xg + + + + + + + + + + + + + + + + + + Dunning +OP-Liste KW Template +op-liste_kw_template-dwc.xlsx +op-liste_space.name_$lasteventdate.xlsx + + + + I6 + $lasteventdate + date + + +I7 +]]> + + + + + sequenceFlow_QzU0Xg + sequenceFlow_64kfIA + + + + + $created ]]> + + + true + + + + + + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + SequenceFlow_10 + sequenceFlow_64kfIA + sequenceFlow_W9rmgA + sequenceFlow_hH7RWQ + + + + + + + + + + + + + + + + + home]]> + + + SequenceFlow_8 + + sequenceFlow_W9rmgA + sequenceFlow_5c0Y8A + + + + + $created ]]> + + + true + + + + + + + + + + + + + + + + + + $workflowgroup - $workflowstatus]]> + sequenceFlow_5c0Y8A + sequenceFlow_00R0Qw + + + + sequenceFlow_00R0Qw + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mahnwesen +OP-Liste KW Template +op-liste_kw_template.xlsx +op-liste_space.name_$lasteventdate.xlsx + + + + I6 + $lasteventdate + date + + +I7 +]]> + + + + + + + + sequenceFlow_hH7RWQ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +