Files
new_raffles/modules_statuses.json
Subash 165012ea56 feat: Add CostCalculator module with CRUD functionality and frontend integration
- Created new module for CostCalculator with necessary routes and controllers.
- Implemented views for creating, editing, and displaying costs.
- Added form partials for cost input with validation.
- Integrated living status options in the form.
- Developed frontend logic for cost calculation steps with dynamic UI updates.
- Included necessary assets (JS and SCSS) for styling and functionality.
- Updated constants for living status options.
- Enhanced existing client-side cost calculator page with new features.
2025-08-13 17:58:49 +05:45

22 lines
420 B
JSON

{
"CCMS": true,
"User": true,
"CourseFinder": true,
"Menu": true,
"Resume": true,
"Employee": true,
"Client": true,
"Attendance": true,
"Content": true,
"Leave": true,
"Meeting": true,
"PMS": true,
"Product": true,
"Reminder": true,
"Template": true,
"Admin": true,
"Drive": true,
"Sitemap": true,
"Document": true,
"CostCalculator": true
}