ungureanudaniel / vouchers-management-program

This software is a voucher management tool, where you can issue vouchers to your clients and manage the existing voucher database. I used sqlite3 as a database to store the information for each voucher for the sake of faster settings but mysql or postgresql can easily be also connected and will probably be implemented at some point. The software is including a modifications table where you can see each update or deletion of a voucher, input amounts and spent amount for each voucher, balance sheet for each voucher, similar to a history ledger. The software has a GUI done with Tkinter. Enjoy! Hope it helps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This software is a voucher management tool, where you can issue vouchers to your clients and manage the existing voucher database. I used sqlite3 as a database to store the information for each voucher for the sake of faster settings but mysql or postgresql can easily be also connected and will probably be implemented at some point. The software is including a modifications table where you can see each update or deletion of a voucher, input amounts and spent amount for each voucher, balance sheet for each voucher, similar to a history ledger. The software has a GUI done with Tkinter. Enjoy! Hope it helps!


Languages

Language:Python 100.0%