Accounting is a React App which is connected to a MongoDB Database running on Cloud, The design is made using React bootstrap library, while the backend is made by NodeJS.
The App allows to produce the balance statement by entering data which is prechecked by javascript the App can detect wrong data entry depending on the Accounting Rules like if you entered the same Account in credit and debit OR trying to decrement an account with a value more than its balance ... Some of the checks are done on the client side and other are done on the backend side. The App calculates the Balance Statement, Income Statement according to the accounting rules.
The App let you :
- Data entry to the Trail balance (Daily statements)
- View the Trail Balance
- View the Balance Statement
- View the Income Statement
- Reset the Database