khuzema786 / accounting-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. To clean build all services in docker container
just clean-all
just start

git clone https://github.com/khuzema786/accounting-system psql --host localhost --username root --dbname accounting --port 5432

http://localhost:9201/ user-name@domain-name.com strong-password


Accounts
Credit -> 
Master Account Balance - Voucher Account Amount

Debit -> 
Master Account Balance + Voucher Account Amount

Item
Purchase -> 
Master Item Balance + Voucher Item Amount
Master Item LPP = Voucher Item Rate

Sales -> 
Master Item Balance - Voucher Item Amount
Master Item LSP = Voucher Item Rate

About


Languages

Language:JavaScript 78.3%Language:HTML 10.2%Language:CSS 5.5%Language:Dockerfile 4.8%Language:Just 1.2%