6 ms·
Hi, for this case I think you can use Grist, it might be the fastest way. There you create data tables and set up logic for calculated columns using python. Aft
by stan-donarise 4y ago
Hi, for this case I think you can use Grist, it might be the fastest way.
There you create data tables and set up logic for calculated columns using python.
After that you can use https://support.getgrist.com/widget-custom/#html-viewer https://support.getgrist.com/widget-custom/#html-viewer to generate receipts
I like Grist and have made a few tools for it that might come in handy for you:
Docxtemplater widget: https://community.getgrist.com/t/generate-docx-from-template-custom-widget/1336/7 https://community.getgrist.com/t/generate-docx-from-template....
Electron version for offline work on windows: https://github.com/stan-donarise/grist-core-electron https://github.com/stan-donarise/grist-core-electron
But if you'd rather use this project to improve your programming skills, I suggest using something more challenging.