albixhafa / balance-sheet

Accounting application built with Django Framework, Django-import-export, Bootstrap.

Home Page:https://albixhafa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT : BALANCE SHEET INTEGRITY is a platform built with Django Framework.

  • Seamlessly integrate accounting information with 3rd party backup/documentation for easy reconciliation.
  • Create visibility and transparency in the monthly closing process to have the confidence to know that your financials are accurate and reliable.
  • Easily identify the deficiencies on the trial balance to quickly address and rectify.
  • Effortlessly extend your accounting books with full support to CPA or other staff for easy taxes and audits.

INSTALLATION GUIDE

Download balance-sheet project and run the following commands inside "balance-sheet-main" directory :

1. Install Dependecies

sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install python3-venv

2. Run Application

$ source env/bin/activate
$ cd bs
$ python3 manage.py runserver

main page : 127.0.0.1:8000/rec
admin : 127.0.0.1:8000/admin

u: bsiuser
p: Testing1234!






About

Accounting application built with Django Framework, Django-import-export, Bootstrap.

https://albixhafa.com

License:MIT License


Languages

Language:JavaScript 48.1%Language:CSS 31.9%Language:Python 11.0%Language:HTML 9.0%