/invoice-processing

Handling and processing of invoices using Python and MySQL

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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