Skip to content

AbhishekSrivastava-23/invoice-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INVOICE PROCESSING

This project handles and processes invoices using Python and SQL connectivity.

The user can:

  • Make new invoices, by specifying details, and
  • Edit existing invoices, whether complete invoice or a part of it.

The invoices will be visible in proper tabular format.

HOW TO USE

Make sure that you have MySQL-Python Connector installed.

  1. Download the ZIP file, and extract its all content.
  2. Run the commands of the file "Initial Database and Table" in MySQL Command Line Client, so that the empty database for INVOICES and invoices_list table are created.
  3. Locate the .py file and run it.

EXAMPLES

DISPLAYING ALL CUSTOMERS

all customers

DISPLAYING ALL INVOICES

all invoices

About

Handling and processing of invoices using Python and MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages