wms-be/pkg/utils
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
..
email-template Initial commit 2025-09-10 14:38:44 +07:00
aes.go Initial commit 2025-09-10 14:38:44 +07:00
conv.go feat: add inventory receipt module with CRUD operations 2025-11-14 13:14:32 +07:00
email.go Initial commit 2025-09-10 14:38:44 +07:00
file.go Initial commit 2025-09-10 14:38:44 +07:00
response.go feat: Add response utilities with pagination support and enhance response structures 2025-10-28 13:52:36 +07:00
validator.go Add utility functions for password hashing and data validation 2025-10-15 21:14:40 +07:00