Commit Graph

25 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman a2e92cf738 feat: add inventory return management with controller, service, and repository integration
Deploy Application / deploy (push) Successful in 24s Details
2025-11-18 15:37:34 +07:00
Habib Fatkhul Rohman 52dec2f37a feat: implement inventory issue management
- Added migration for inventory issue and issue line entities.
- Created InventoryIssueController with CRUD operations for inventory issues and lines.
- Developed DTOs for inventory issue requests and responses.
- Implemented query filters for inventory issues.
- Created repositories for inventory issue and issue line data access.
- Developed service layer for inventory issue business logic.
- Added routes for inventory issue management in the API.
- Updated existing repositories to include assignment retrieval for inventory receipts and requests.
- Registered new dependencies in the core provider for inventory issue functionality.
2025-11-18 10:56:03 +07:00
Habib Fatkhul Rohman 28f2a93f6a feat(inventory_request): Implement inventory request management with CRUD operations and line handling
Deploy Application / deploy (push) Successful in 25s Details
- Added InventoryRequestController for handling requests
- Created InventoryRequestService for business logic
- Developed InventoryRequestRepository and InventoryRequestLineRepository for data access
- Introduced DTOs for request and response structures
- Implemented filtering for inventory requests
- Registered routes for inventory requests in the router
- Updated core dependency injection to include new services and controllers
2025-11-17 11:59:39 +07:00
Habib Fatkhul Rohman be318fe760 feat(assignment): Implement assignment module with CRUD operations and integrate with inventory receipt
Deploy Application / deploy (push) Successful in 24s Details
2025-11-14 14:43:14 +07:00
Habib Fatkhul Rohman e90fa96dd6 feat: add inventory receipt module with CRUD operations
- Implemented InventoryReceiptController for handling inventory receipt requests.
- Created InventoryReceiptService for business logic related to inventory receipts.
- Added InventoryReceiptRepository and InventoryReceiptLineRepository for database interactions.
- Introduced DTOs for inventory receipt and line requests/responses.
- Implemented filtering for inventory receipts in the query layer.
- Added routes for inventory receipt operations in the API.
- Enhanced document number generation to include client initials.
- Updated database entities to support inventory receipts and lines.
- Added utility functions for date and time conversions.
2025-11-14 13:14:32 +07:00
Habib Fatkhul Rohman 8c5735d62e feat(aisle): Implement Aisle module with CRUD operations and routing 2025-11-10 16:04:28 +07:00
Habib Fatkhul Rohman a432c007bf feat(zona): Implement Zona module with CRUD operations and routing 2025-11-10 14:41:11 +07:00
Habib Fatkhul Rohman 44121a3f86 feat(warehouse): Implement warehouse module with CRUD operations and routing 2025-11-10 10:46:49 +07:00
Habib Fatkhul Rohman f2031c8496 feat(vendor): Register Vendor routes and dependencies in main and core files
Deploy Application / deploy (push) Successful in 21s Details
2025-11-05 14:55:25 +07:00
Habib Fatkhul Rohman 02dc2c71d8 feat(uom): Add UOM management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 22s Details
2025-10-30 14:20:20 +07:00
Habib Fatkhul Rohman bf6271c3dc feat(category): Implement category management with CRUD operations and routing 2025-10-30 13:15:43 +07:00
Habib Fatkhul Rohman 0a5eb4d766 feat(logging): Implement global recovery middleware with Logrus for enhanced error handling 2025-10-29 22:40:48 +07:00
Habib Fatkhul Rohman 1d687fe2d7 feat(product): Implement product management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 20s Details
2025-10-29 15:34:33 +07:00
Habib Fatkhul Rohman 62a188fcc6 feat(permissions): Implement permissions management with CRUD operations and routing 2025-10-28 21:26:58 +07:00
Habib Fatkhul Rohman dbdb608e9b fix: Disable trailing slash redirection and update CORS middleware usage 2025-10-28 15:23:45 +07:00
Habib Fatkhul Rohman 2db31dc017 feat: Add client module with CRUD operations, DTOs, repository, and service layers
Deploy Application / deploy (push) Successful in 23s Details
2025-10-28 10:09:31 +07:00
Habib Fatkhul Rohman 467431ca92 feat: Integrate maintenance group module with logging setup and dependency registration 2025-10-25 01:37:21 +07:00
Habib Fatkhul Rohman 1079c5dac8 feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +07:00
Habib Fatkhul Rohman 2546a094a3 feat: Revamp logs page with new HTML structure and styles
- Updated logs.html to include a modern design with Tailwind CSS.
- Added a login section for admin access to logs.
- Implemented JavaScript functions for login, log retrieval, and month selection.
- Enhanced user experience with loading indicators and error handling.

feat: Add ServeLogsPage method to LogsController

- Introduced ServeLogsPage method to serve the logs HTML page.
- Configured to respond with HTML when the Accept header is text/html.

refactor: Update logs routes to serve HTML page

- Modified routes to serve the logs HTML page without authentication.
- Adjusted protected routes for log retrieval to use API versioning.

docs: Add API documentation for user and role controllers

- Added Swagger documentation comments for user and role controller methods.
- Documented endpoints for user registration, login, and email verification.
2025-10-23 00:17:07 +07:00
Habib Fatkhul Rohman bd93da6264 refactor: Clean up imports and update route registrations in main.go 2025-10-21 15:08:35 +07:00
Habib Fatkhul Rohman 9fc51fdefa Refactor main.go to improve logging setup and remove unused imports 2025-10-15 21:13:11 +07:00
Habib Fatkhul Rohman 4119431e61 Add scheduler module to handle daily user verification updates 2025-09-22 16:03:54 +07:00
Habib Fatkhul Rohman f9f720c165 Implement product module with CRUD operations and integrate with multi-tenant architecture 2025-09-16 12:05:24 +07:00
Habib Fatkhul Rohman 86f51ce390 Implement Tenant module with controller, service, repository, DTOs, and routes 2025-09-11 11:59:59 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00