https://github.com/madpilot78/fe-stl
Stylesheet for Italian "fattura elettronica" XML file
https://github.com/madpilot78/fe-stl
fattura fattura-elettronica fatture-elettroniche stl stylesheet xml
Last synced: about 2 months ago
JSON representation
Stylesheet for Italian "fattura elettronica" XML file
- Host: GitHub
- URL: https://github.com/madpilot78/fe-stl
- Owner: madpilot78
- License: bsd-3-clause
- Created: 2023-02-20T21:10:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T15:18:48.000Z (about 1 year ago)
- Last Synced: 2025-01-15T06:17:28.163Z (3 months ago)
- Topics: fattura, fattura-elettronica, fatture-elettroniche, stl, stylesheet, xml
- Language: XSLT
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fatture elettroniche stylesheet
This project aims to provide an XML Stylesheet with an open license to
transform an Italian electronic invoice into a decent HTML file.I'm using the xsl file provided by Agenzia delle entrate as a starting point.
I'm publishing this in case someone finds it useful.
## Description/origin
I created this repository for my own needs, giving priority to the features I use.
Due to this the present version of the file does not have support for all
the sections that can be present in fattura elettronica.For example I'm ignoring the DDT, Vehicles, contracts etc. sections and the
payments section actually only supports the fields for basic bank money order
(bonifico) payments.## Technical Details
This project is using [Tailwindcss](https://tailwindcss.com) to generate the CSS file. The generated CSS is embedded in the template using [Grunt](https://gruntjs.com).
To generate the final stl file run:
```sh
npm install
npm run build
```### Customizing Logo
The generated HTML includes a logo.png image from the same directory it is in.
The image should be 96x96 pixel, other sizes will be scaled.
The file included in this repository is a simple placeholder I generated using [GIMP](https://www.gimp.org).