mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2025-10-15 03:36:39 +02:00
TRAF2000: CSV to TeamSystem TRAF2000 python converter
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
43
README.md
43
README.md
@@ -1,43 +1,12 @@
|
||||
# fattureSanRossore
|
||||
|
||||
[](LICENSE.md) [](#) [](#) [](https://github.com/Noettore/fattureSanRossore/commit/master)
|
||||
[](LICENSE.md) [](#) [](https://github.com/Noettore/fattureSanRossore/commit/master)
|
||||
|
||||
## Getting Started
|
||||
## The Project
|
||||
|
||||
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](https://github.com/extrame/xls)
|
||||
- [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu/pkg/api)
|
||||
- [github.com/sqweek/dialog](https://github.com/sqweek/dialog)
|
||||
- [mvdan.cc/xurls](https://mvdan.cc/xurls/v2)
|
||||
Here you can find two distinct utilities:
|
||||
- [`fattureDownloader`](fattureDownloader), a Go script which lets you download invoices in pdf starting from an .xls file;
|
||||
- [`traf2000Converter`](traf2000Converter), a Python script which converts a .csv file to a TRAF2000 text file for being imported in TeamSystem's accounting software.
|
||||
|
||||
## Author
|
||||
|
||||
@@ -45,4 +14,4 @@ Follow the instruction in the [manual](manual/Manuale.md) (only in italian)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
||||
This project is licensed under the MIT License - see the [LICENSE.md](/LICENSE.md) file for details
|
Reference in New Issue
Block a user