Generating Invoice by adding product, price and quantity using Treeview and storing data in database

preview_player
Показать описание
00:00 Demo and functionality of invoice generation script
02:43 Installation of script with SQL dump to create database tables
04:45 Understanding layout and components
05:40 Database connection
06:40 Managing top image in Tkinter window
12:08 my_add() adding product data to Treeview
13:50 my_upd() updates the sub total, tax and Total for all the products
15:46 my_select() Selecting product row for deletion
16:01 my_delete() Deleting the selected row from the Treeview
16:29 my_reset() Remove all rows of Treeview, Reset all the values to 0 or blank
17:19 insert_data() Creating Invoice number and adding data to database table



Download source from here

Integration of Product Table

#TkinterInvoice #GeneratingInvoice #billNumber #addingProduct #Invoice #ProductDataMySQL #plus2net #python
Рекомендации по теме
Комментарии
Автор

Thank you very much for your information sir. I will ask you something. When I select an element from the "Product" list, I want the value of that element to appear in the "Entry" of the "Price" section. So I want to assign a value to a product in "Product" and I want it to appear in "Price". How should it be coded?

bilgehanbakirhan