Please enable JavaScript.
Coggle requires JavaScript to display documents.
Finance Management Project - Coggle Diagram
- Finance Management Project
-
- Manage Users (Create, Update, Delete)
- Configure Global Categories
- View All Transactions & Reports
-
- Record Transactions (Income & Expense)
- Set Budgets & Track Expenses
- Limited Read-Only Access (Demo Mode)
-
-
-
-
- account_type (bank, cash, credit card, wallet)
-
-
- category_id (Primary Key)
- user_id (Nullable Foreign Key for custom categories)
-
- category_type (income, expense)
- transaction_id (Primary Key)
-
-
- category_id (Foreign Key)
-
- transaction_type (income, expense)
-
-
-
-
-
- category_id (Foreign Key)
-
-
-
-
-
- Role-Based Access Control (RBAC)
- Create, Edit, Delete Accounts
-
- Add, Edit, Delete Transactions
- Filter Transactions by Date & Category
-
-
-
- Monthly Spending Breakdown
-
-
- Cloud Deployment Options (Heroku, AWS, etc.)