Skip to content

mhdalik/Accountanting_management_django

Repository files navigation

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