Skip to content

Billsy - Version 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@udaychugh udaychugh released this 17 Sep 12:08
· 6 commits to release/v1 since this release
2073041

Release v1.0 - Billsy

Release Notes

We are excited to announce the first official release of our Simple Billing System - Version 1.0!

What's New

  • User-Friendly Billing: Create bills effortlessly with options to add product names, quantities, and discounts. The system now automatically calculates the total amount and adds GST, making billing a breeze.

  • User Management: Store your basic information securely in our database and manage your account hassle-free.

  • Authentication: Enjoy the convenience of user authentication with features like login and signup.

  • Testing Made Easy: To get started quickly, you can use our test credentials:

Getting Started

To experience the Simple Billing System, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/udaychugh/billsy.git
    cd billsy
  2. Install the required Python modules:

    pip install -r requirements.txt
  3. Start the Flask application:

    python app.py
  4. Open your web browser and navigate to:

    http://localhost:5000
    

We Want Your Feedback!

We value your input, and we're eager to hear your thoughts and suggestions on this release. Feel free to open an issue if you encounter any problems or have ideas for improvement.

Thank you for choosing our Simple Billing System. We hope it streamlines your billing process and makes life a little simpler.

Happy billing! 🚀