Files
fattureCCSR/README.md
Ettore Dreucci 03f3df70e2 New README
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2020-04-23 23:18:25 +02:00

50 lines
1.6 KiB
Markdown

# fattureSanRossore
Utility in Go per effettuare il bulk-download delle fatture emesse conto terzi e listate in un file xls generato dal portale dalle Casa di Cura San Rossore.
![GitHub](https://img.shields.io/github/license/Noettore/fattureSanRossore) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Noettore/fattureSanRossore) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Noettore/fattureSanRossore) ![GitHub last commit](https://img.shields.io/github/last-commit/Noettore/fattureSanRossore)
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [Go](https://golang.org/) v1.14 or greater
- [LibreOffice](https://www.libreoffice.org)
### Installing
To download and install follow this steps:
1. Clone this repo (or download it):
`$ git clone https://github.com/Noettore/fattureSanRossore`
2. Download dependencies, build and install:
```
$ cd path/to/fattureSanRossore
$ go install
```
### Run
To run you can simply execute the built binary.
Follow the instruction in the [manual](manual/Manuale.md) (only in italian)
## Dependencies
- [github.com/extrame/xls](github.com/extrame/xls)
- [github.com/pdfcpu/pdfcpu](github.com/pdfcpu/pdfcpu/pkg/api)
- [github.com/sqweek/dialog](github.com/sqweek/dialog)
- [mvdan.cc/xurls](mvdan.cc/xurls/v2)
## Author
- [**Ettore Dreucci**](https://ettore.dreucci.it)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details