Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 652 Bytes

File metadata and controls

13 lines (10 loc) · 652 Bytes

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. Create a new databse in mysql (if you are using xampp) or "Initial Database and Table" in MySQL Command Line Client(If you are using mysql on your laptop), so that the empty database for INVOICES and invoices_list table are created.
  2. Locate the .py file and run it.