Feature #9993
openi am working pos e-commerce
Subtasks
Related issues
Updated by Karthik Palakonda 7 days ago
- Due date set to 07/28/2026
- % Done changed from 0 to 100
Offer Details Component (OfferDetails.tsx)
Fixed text overflow issue where offer descriptions were bleeding out of card boundaries.
Added proper text wrapping (wordBreak: 'break-word', overflowWrap: 'anywhere') for smooth layout responsiveness.
Labour Management Module (Labour.tsx, CreateLabour.tsx)
Added Selling Rate column to the Labour Types list table with sorting capabilities.
Removed dollar ($) symbols from the left side of table cell price values and column header labels (Base Rate, Selling Rate).
Updated form labels in CreateLabour.tsx to clearly indicate currency ($) Base Rate & ($) Selling Rate.
Adjusted table column count for pagination and skeleton loader states.
Job Details Screen (JobDisplay.tsx)
Updated card container styling for Customer Information, Job Information, and Job Resources sections.
Added explicit white background (backgroundColor: '#ffffff') to ensure clean contrast and UI alignment.
Updated by Karthik Palakonda 7 days ago
- Status changed from In Progress to Resolved