Skip to content

deepakschauhan/taxinvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Inventory-Management

A minimal Inventory Management System using Django

Features

  • Easy to use
  • A simple GUI
  • Faster load speeds (thanks to Django 2.x!)
  • Reports for keeping track of payments
  • Download invoice PDF
  • What is see is waht you get

Working

Working

How to use

  • Download the zip

  • Extract the contents

  • Install all dependencies by executing the following command:

    $pip install -r inventory_management/requirements.txt
    
  • For running the application simply execute the following commands:

    $python3 manage.py migrate
    $python3 manage.py runserver
    
  • For creating a user execute:

    $python3 manage.py createsuperuser
    # Follow the instructions
    
  • You can now login to the system!

  • For first time use, visit http://127.0.0.1:8000/admin and under Works section select Challan Number. Then click on add challan number and add 1 in the textbox and click save. Now you can use the app by visiting http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published