Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 2.39 KB

README.md

File metadata and controls

89 lines (70 loc) · 2.39 KB

Accounting App with django

Live Demo

About

An simple accounting web app built with python

  • Signin & signup authentication.

  • For each Entity/bussiness can
  • Record all transactions of a multipl entity/bussiness etc.
  • View journal, balance sheet (all/within specific date range)
  • Print journal, balance sheet

Table of URLs

edit transaction/
add transaction/
journal/
balance sheet/
register/
login/
logout
index

📂 Database Structure

In this project there are mainly 3 database tables named Entities, Account_names and Journal

⛏️ Built With

Screenshots