Skip to content

A secure GST Tax management system where different business owners can view and pay their pending taxes and Accountants can issue taxes to different businesses

Notifications You must be signed in to change notification settings

Atri10/GST-TAX_System-Flask-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Introduction

A secure GST Tax management system where different business owners can view and pay their pending taxes and Accountants can issue taxes to different businesses. There are 3 roles.

1- Admin
2- Accountant
3- Tax Payer (Business Owner)

A Tax Payer can view and pay their own taxes only if due date is not passed.

An Accountatn can view all businesses and issue a tax receipt to them.

Admin can view all the information and control users.

How to Run

1- Clone the repo
2- Open terminal inside gst-flask-app folder
3- Run Following commands

docker image build -t gst-flask-app .

docker run -p 2000:5000 -d gst-flask-app

Testing

Test cases are in How-to-USE PDF inside gst-flask-app

About

A secure GST Tax management system where different business owners can view and pay their pending taxes and Accountants can issue taxes to different businesses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published