Every company needs to maintain a voucher management system for their daily expenses. We are trying to solve this problem using our project.
Any company who has quite a good number of expenses to maintain in their daily routine, will be helped by this software.
We can search based on many conditions. Some of them are as follows:
- The vouchers by the issuer user
- Total expense of a month by querying all the vouchers
- Total earning of a month by querying all the credit vouchers
- View voucher details through searching by Voucher Id
-
Users
- User_ID
- User_name
- Password
-
Vouchers
- Voucher_ID
- Expense_type_id
- User_ID
-
Expense Type
- Expense_type_name
- Expense_type_id
-
Voucher Details
- voucher_id
- Expense_sector_id
- issue_Date
- Description
- Voucher_ID
- Amount