Feature #8743
openWorking on dynamic multi tenant ecommerce system working feature implementation
Subtasks
Related issues
Updated by Teja Sriram Sangani about 22 hours ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Work Summary – Session Update
- Fixed duplicate function issue in `GlobalSearch.tsx` causing build errors and removed invalid state usage.
- Simplified product packaging for e-commerce: introduced “Each Box” with flexible quantity input (e.g., `20` / `20-24`).
- Updated POS & e-commerce product pages to display packaging clearly and use correct pricing/stock logic.
- Resolved “Product not found” issue by fixing routing with tenant-based paths and improving product ID handling.
- Updated backend (`sale.service.js`) to ensure correct stock/price calculation for “Each Box” packaging.
- Added conditional display for Job Calendar based on service-oriented plans.
Result: Improved stability, simplified packaging flow, and fixed key navigation/checkout issues.