├── .gitignore ├── Addtional_features.py ├── Admin_menu.py ├── Documentation └── Sales and Inventory Management System.docx ├── README.md ├── ScreenShots ├── Add_Invoice.png ├── Add_Product.png ├── Add_Product_1.png ├── Change_User.png ├── Check_Products.png ├── Check_Profiles.png ├── Database_Schema.png ├── Edit_Product.png ├── Inventory.png ├── Invoice_Add_Product.png ├── Login.png ├── Make_Invoice.png ├── Quit.png ├── Register.png ├── Remove_Cart.png ├── Remove_Product.png ├── Sales.png └── Search_Product.png ├── User_menu.py ├── Userlogin.py ├── icons └── images.png ├── images ├── 61205.png ├── Contacts-512.png ├── Door_Out-512.png ├── Invoice2.png ├── accounts.jpg ├── accounts.png ├── change1.png ├── changeuser.png ├── door-icon-emergency-exit-sign-vector-20712466.jpg ├── download (1).png ├── download.png ├── inventory.png ├── invoice.png ├── items.png ├── logout2.png ├── logout3.jpg ├── logout4.png ├── my_profile.png ├── myprofile.png ├── myprofile3.png ├── profile.png ├── sales.png └── user_change-512.png ├── login.db ├── main.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/.gitignore -------------------------------------------------------------------------------- /Addtional_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/Addtional_features.py -------------------------------------------------------------------------------- /Admin_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/Admin_menu.py -------------------------------------------------------------------------------- /Documentation/Sales and Inventory Management System.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/Documentation/Sales and Inventory Management System.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShots/Add_Invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Add_Invoice.png -------------------------------------------------------------------------------- /ScreenShots/Add_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Add_Product.png -------------------------------------------------------------------------------- /ScreenShots/Add_Product_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Add_Product_1.png -------------------------------------------------------------------------------- /ScreenShots/Change_User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Change_User.png -------------------------------------------------------------------------------- /ScreenShots/Check_Products.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Check_Products.png -------------------------------------------------------------------------------- /ScreenShots/Check_Profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Check_Profiles.png -------------------------------------------------------------------------------- /ScreenShots/Database_Schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Database_Schema.png -------------------------------------------------------------------------------- /ScreenShots/Edit_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Edit_Product.png -------------------------------------------------------------------------------- /ScreenShots/Inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Inventory.png -------------------------------------------------------------------------------- /ScreenShots/Invoice_Add_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Invoice_Add_Product.png -------------------------------------------------------------------------------- /ScreenShots/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Login.png -------------------------------------------------------------------------------- /ScreenShots/Make_Invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Make_Invoice.png -------------------------------------------------------------------------------- /ScreenShots/Quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Quit.png -------------------------------------------------------------------------------- /ScreenShots/Register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Register.png -------------------------------------------------------------------------------- /ScreenShots/Remove_Cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Remove_Cart.png -------------------------------------------------------------------------------- /ScreenShots/Remove_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Remove_Product.png -------------------------------------------------------------------------------- /ScreenShots/Sales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Sales.png -------------------------------------------------------------------------------- /ScreenShots/Search_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/ScreenShots/Search_Product.png -------------------------------------------------------------------------------- /User_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/User_menu.py -------------------------------------------------------------------------------- /Userlogin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/Userlogin.py -------------------------------------------------------------------------------- /icons/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/icons/images.png -------------------------------------------------------------------------------- /images/61205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/61205.png -------------------------------------------------------------------------------- /images/Contacts-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/Contacts-512.png -------------------------------------------------------------------------------- /images/Door_Out-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/Door_Out-512.png -------------------------------------------------------------------------------- /images/Invoice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/Invoice2.png -------------------------------------------------------------------------------- /images/accounts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/accounts.jpg -------------------------------------------------------------------------------- /images/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/accounts.png -------------------------------------------------------------------------------- /images/change1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/change1.png -------------------------------------------------------------------------------- /images/changeuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/changeuser.png -------------------------------------------------------------------------------- /images/door-icon-emergency-exit-sign-vector-20712466.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/door-icon-emergency-exit-sign-vector-20712466.jpg -------------------------------------------------------------------------------- /images/download (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/download (1).png -------------------------------------------------------------------------------- /images/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/download.png -------------------------------------------------------------------------------- /images/inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/inventory.png -------------------------------------------------------------------------------- /images/invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/invoice.png -------------------------------------------------------------------------------- /images/items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/items.png -------------------------------------------------------------------------------- /images/logout2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/logout2.png -------------------------------------------------------------------------------- /images/logout3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/logout3.jpg -------------------------------------------------------------------------------- /images/logout4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/logout4.png -------------------------------------------------------------------------------- /images/my_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/my_profile.png -------------------------------------------------------------------------------- /images/myprofile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/myprofile.png -------------------------------------------------------------------------------- /images/myprofile3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/myprofile3.png -------------------------------------------------------------------------------- /images/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/profile.png -------------------------------------------------------------------------------- /images/sales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/sales.png -------------------------------------------------------------------------------- /images/user_change-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/images/user_change-512.png -------------------------------------------------------------------------------- /login.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/login.db -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pj28105/Sales-and-Inventory-Management-System/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow==9.1.0 --------------------------------------------------------------------------------