Tkinter Project to add update delete and manage stock of products by using MySQL or SQLite database

preview_player
Показать описание
Source code of the project can be downloaded from here as zip file. All details about how to install and use the code is available here. Feel free to ask questions or add more features or modify the script for your learning.

User can add , update and delete product stored in a product table. Every product will have one unique id ( p_id ) which can be used to compare
By using SQL dump file all products can be added to MySQL or SQLite database. Products can be edited on selection. If stock is zero then buying and updating stock will be disabled. After sale of the product stock will be deleted Confirmation message is shown before deleting any products.
Data updating from MySQL or SQLite database.

#addproduct #EditProduct #deleteProduct #inventory #ManagingInventory #plus2net #Tkinter #manageProduct
Рекомендации по теме
Комментарии
Автор

Thanks for this video, it's awsome. How can I do to change the category and the supplier with two tables Sqlite3?
Thanks in advance

victorjauregui
Автор

we want to know how to code a delete function not just seeing the GUI. May I see the delete function

leonardkabasa
Автор

The idea is to use Combobox for this selection

victorjauregui