📑 Generate PDF exports of promo's timesheet
- Lingua principale
- JavaScript
- Stelle
- 6
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Asked by @LudovicPatho - they need to generate pdf exports of timesheets for the FOREM.
The new underlying structure of graph/mybecode makes the operation quite complex to perform _online_ (configuring lambda to generate pdf), while, with the cli, we can get the data (after the #24 refactor), generate local html pages, then export to pdf, using the hardware of the user.
### Command Process
> ⚠ only for _coaches_ and _EMO_
- Select promo
- Select date range (start and end)
- Generate html pages
- Export to pdf (two npm packages seems useful: [pdfmake](https://www.npmjs.com/package/pdfmake) & [pdfkit](https://www.npmjs.com/package/pdfkit))
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.