https://github.com/giosil/merge-invoices
Utility class to merge more invoices in a single file html.
https://github.com/giosil/merge-invoices
fattura-elettronica fattura-pa fatturazione-elettronica fatture-elettroniche invoice invoices java xml xml-transformation
Last synced: 3 months ago
JSON representation
Utility class to merge more invoices in a single file html.
- Host: GitHub
- URL: https://github.com/giosil/merge-invoices
- Owner: giosil
- License: apache-2.0
- Created: 2021-01-29T10:19:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T10:47:53.000Z (over 4 years ago)
- Last Synced: 2025-06-04T01:45:19.272Z (4 months ago)
- Topics: fattura-elettronica, fattura-pa, fatturazione-elettronica, fatture-elettroniche, invoice, invoices, java, xml, xml-transformation
- Language: XSLT
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merge Invoices
Utility class to merge more invoices in a single file html.
## Example
```java
MergeInvoices.merge("./samples");
```## Build
- `git clone https://github.com/giosil/merge-invoices.git`
- `mvn clean install`## Contributors
* [Giorgio Silvestris](https://github.com/giosil)