wms-be/pkg
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
..
constants feat: Integrate maintenance group module with logging setup and dependency registration 2025-10-25 01:37:21 +07:00
dto feat(product): Enhance product entities and DTOs with client and category relationships 2025-10-31 10:48:04 +07:00
helpers Initial commit 2025-09-10 14:38:44 +07:00
utils feat: add inventory receipt module with CRUD operations 2025-11-14 13:14:32 +07:00