Skip to content

chintu4/bill-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billing Management System

A desktop application built with PySide6 for managing customer bills and records. Demo Video : https://youtu.be/58-dLTLhrdI

Setup Instructions

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up MySQL database:
  • Install MySQL if not already installed
  • Create a database named 'billing_system'
  • Update database credentials in database.py if needed
  1. Run the application:
python main.py

Features

  • Customer management (Add, View, Search)
  • Bill generation and management
  • Bill history tracking
  • Customer details storage
  • Data persistence using MySQL database

About

Pyside6 Desktop POINT OF SALES application check for demo https://youtu.be/58-dLTLhrdI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages