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