feat: Implement Category, Item, UOM, Vendor, and Warehouse services with CRUD operations #2

Merged
ImanThiyanga merged 2 commits from feat/phase-implemtation into production 2026-07-10 05:16:00 +00:00
Owner
  • Added CategoryService for managing categories with listing, tree structure, and creation functionalities.
  • Introduced ItemService for item management, including listing, detail retrieval, creation, updating, and status management.
  • Created UomService for handling unit of measure operations, including listing and creation.
  • Developed VendorService for vendor management, supporting listing, detail retrieval, creation, updating, and status management.
  • Implemented WarehouseService for warehouse and bin management, including listing warehouses, creating warehouses, and managing bins within warehouses.
  • Added interfaces for each service to define the contract for service implementations.
  • Generated Entity Framework Core model snapshot for database migrations.
- Added CategoryService for managing categories with listing, tree structure, and creation functionalities. - Introduced ItemService for item management, including listing, detail retrieval, creation, updating, and status management. - Created UomService for handling unit of measure operations, including listing and creation. - Developed VendorService for vendor management, supporting listing, detail retrieval, creation, updating, and status management. - Implemented WarehouseService for warehouse and bin management, including listing warehouses, creating warehouses, and managing bins within warehouses. - Added interfaces for each service to define the contract for service implementations. - Generated Entity Framework Core model snapshot for database migrations.
ImanThiyanga added 1 commit 2026-07-10 05:15:49 +00:00
- Added CategoryService for managing categories with listing, tree structure, and creation functionalities.
- Introduced ItemService for item management, including listing, detail retrieval, creation, updating, and status management.
- Created UomService for handling unit of measure operations, including listing and creation.
- Developed VendorService for vendor management, supporting listing, detail retrieval, creation, updating, and status management.
- Implemented WarehouseService for warehouse and bin management, including listing warehouses, creating warehouses, and managing bins within warehouses.
- Added interfaces for each service to define the contract for service implementations.
- Generated Entity Framework Core model snapshot for database migrations.
ImanThiyanga added 1 commit 2026-07-10 05:15:53 +00:00
ImanThiyanga merged commit 0aa05f10f2 into production 2026-07-10 05:16:00 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: New_REP_SYSTEM/ERP-core#2