usa workflow
This commit is contained in:
parent
a152fdd461
commit
bf1d9fd37b
9 changed files with 35 additions and 0 deletions
|
|
@ -277,6 +277,12 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Imixs Data -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-groups</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- SEPA Adapter -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
|
|
|
|||
10
pom.xml
10
pom.xml
|
|
@ -32,6 +32,7 @@
|
|||
<org.imixs.archive.version>3.1.3-SNAPSHOT</org.imixs.archive.version>
|
||||
<org.imixs.adapters.version>3.0.3</org.imixs.adapters.version>
|
||||
<org.imixs.melman.version>2.1.1-SNAPSHOT</org.imixs.melman.version>
|
||||
<org.imixs.data.version>1.0.0-SNAPSHOT</org.imixs.data.version>
|
||||
<microprofile.version>6.0</microprofile.version>
|
||||
<net.sf.saxon.version>9.9.1-4</net.sf.saxon.version>
|
||||
<apache.pdfbox.version>2.0.26</apache.pdfbox.version>
|
||||
|
|
@ -285,6 +286,15 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Imixs Data -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-groups</artifactId>
|
||||
<version>${org.imixs.data.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Melman Version Management hinzufügen -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
|
|
|
|||
BIN
reports/qbo/BILLING REPORT IN EXCEL-Test_202508011547.xlsx
Normal file
BIN
reports/qbo/BILLING REPORT IN EXCEL-Test_202508011547.xlsx
Normal file
Binary file not shown.
16
reports/qbo/QBO-TEST.csv
Normal file
16
reports/qbo/QBO-TEST.csv
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
InvoiceNo;Customer;InvoiceDate;Item(Product/Service);ItemDescription;ItemQuantity;ItemRate;ItemAmount
|
||||
297;TEAM NINE S.A.L;21/02/2025;EX-DWC-2502-007;EX-DWC-2502-007;1;2263;2263
|
||||
295;TEAM NINE S.A.L;19/02/2025;EX-DWC-2502-006;EX-DWC-2502-006;1;1250;1250
|
||||
294;TEAM NINE S.A.L;19/02/2025;EX-DWC-2502-005;EX-DWC-2502-005;1;920;920
|
||||
376;Suzano International Trade GmbH;20/05/2025;IM-DWC-2505-010;IM-DWC-2505-010;1;-18560;-18560
|
||||
375;Suzano International Trade GmbH;20/05/2025;IM-DWC-2505-010;IM-DWC-2505-010;1;18560;18560
|
||||
372;Suzano International Trade GmbH;20/05/2025;IM-DWC-2505-010;IM-DWC-2505-010;1;18560;18560
|
||||
373;Suzano International Trade GmbH;20/05/2025;IM-DWC-2505-010;IM-DWC-2505-010;1;-18560;-18560
|
||||
309;Suzano International Trade GmbH;28/02/2025;EX-DWC-2502-008;EX-DWC-2502-008;1;1336,81;1336,81
|
||||
311;Suzano International Trade GmbH;28/02/2025;EX-DWC-2502-008;EX-DWC-2502-008;1;-1336,81;-1336,81
|
||||
369;Central National Sweden AB;19/05/2025;EX-DWC-2505-001;EX-DWC-2505-001;1;23200;23200
|
||||
402;Alexander Global Logistics Poland Sp.z.o;04/06/2025;IM-DWC-2505-006;IM-DWC-2505-006;1;389,8;389,8
|
||||
382;Central National Sweden AB;23/05/2025;EX-DWC-2505-003;EX-DWC-2505-003;1;35404,48;35404,48
|
||||
380;Central National Sweden AB;21/05/2025;EX-DWC-2505-002;EX-DWC-2505-002;1;35095,79;35095,79
|
||||
340;Central National Sweden AB;14/04/2025;EX-DWC-2504-004;EX-DWC-2504-004;1;36640;36640
|
||||
72;Alexander Global Logistics China Co. Ltd;10/06/2024;EX-DWC-2405-001;EX-DWC-2405-001;1;-2010;-2010
|
||||
|
3
reports/qbo/README.md
Normal file
3
reports/qbo/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# QBO - Taxman Software from USA
|
||||
|
||||
Wir exportieren hier eine CSV Datei
|
||||
Binary file not shown.
BIN
templates/dataviews/qbo_billing_report.xlsx
Normal file
BIN
templates/dataviews/qbo_billing_report.xlsx
Normal file
Binary file not shown.
Loading…
Reference in a new issue