Skip to content

soham-1/Django-Invoice-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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/

Built with ♥ and ☕ by Omkar Pathak

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)

PayPal Donate via PayPal!
₹ (INR) Donate via Instamojo

About

A minimal Invoice Generator using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 9.1%
  • HTML 7.4%
  • Python 5.3%