Skip to content

This is a web-application designed with django . In this app we can create customer invoice , save it in database or we can delete invoice . This app will give you proper structured invoice to you , with pdf download functionality

License

Notifications You must be signed in to change notification settings

shantanu1905/Django_Invoice_Generator_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_Invoice_Generator_App

A minimal Invoice Generator app 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

Screenshot

alt text

How to use

  • Download the zip

  • Extract the contents

  • Install all dependencies by executing the following command:

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

    $python3 manage.py migrate
    $python3 manage.py runserver
    

Built with ♥ and ☕ by Shantanu Nimkar

About

This is a web-application designed with django . In this app we can create customer invoice , save it in database or we can delete invoice . This app will give you proper structured invoice to you , with pdf download functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published