Feature #7802
openCurrently testing customer, POS, sales, sales return, admin order view, offers, preorder, coupons, and delivery configuration modules, and resolving identified issues.
Added by Pavan Kumar Murala 27 days ago. Updated 25 days ago.
60%
Subtasks
Related issues
Updated by Pavan Kumar Murala 27 days ago
- Status changed from New to In Progress
Updated by Pavan Kumar Murala 27 days ago
- % Done changed from 0 to 40
- Estimated time set to 18:00 h
Customer Module
Customer creation flow is working correctly.
Customer list page search functionality is working properly.
Customer details page issue identified; currently working on backend and frontend fixes.
Added notes feature was not capturing the “created by” field; investigated and handled data population in details flow.
Verified and tested customer creation across all three flows: POS, Ecommerce, and Service modules.
POS Module
Fixed issue where recently added customers were throwing errors.
Verified all payment flows including split payments.
Dummy products were displayed incorrectly; issue resolved.
Multiple alert messages were converted into proper notification-type handling.
Sales Module
Updated product quantity handling to support 3 decimal digits.
Category download button fixed across 3 pages.
Resolved sales download API issue.
Fixed incorrect download API in Product Quotations module.
Identified authentication token issue where cookies/local storage token was removed; fixed handling.
Sales Return Module
Download functionality was not working; issue resolved.
Search by customer name and phone number was missing; implemented in both backend and frontend.
Updated by Pavan Kumar Murala 26 days ago
- Due date changed from 02/18/2026 to 02/19/2026
Updated by Pavan Kumar Murala 26 days ago
- % Done changed from 40 to 60
offer page : offer creation has with out inside products not creating the offer I am remove the that validation and pass the category page has products count subcategory and
frontend has based on that product count we are showing the all category's and subcategory count product count product count has 0 to disable the add button that type functionality we are doing and another thing is we are adding products with out subcategory also that also getting filter error what I am do is create the dummy products selections and shows the click to show direct products .
ecommerce has reflected the offers
preorder flow has not getting date issue I am facing in ecommerce and now it's working fine for creation expire and ecommerce also getting good and image I am given the required field.ecommerce has reflected the preorders.
Updated by Pavan Kumar Murala 26 days ago
coupons details has some places has not getting properly I am fix that one also
delivery configuration also working fine
view order details has set the reusable pagination and 3 tabes is there here this page click any tab to getting open the currect page of open and another thing is same page we are open the preorder page to preorder details page to pass the state for that api and again call back to that page to open the preorder page to preroder page order page to order page navigation
Updated by Pavan Kumar Murala 25 days ago
- Due date changed from 02/19/2026 to 02/20/2026
Updated by Pavan Kumar Murala 25 days ago
I worked on resolving multiple invoice-related issues. I identified the root causes, fixed the calculation and data flow problems, and verified that the invoice generation process is now functioning correctly.
After completing those fixes, I moved on to handling split payment issues. I analyzed the split workflow, identified inconsistencies in the payment distribution logic, and worked on correcting them to ensure accurate payment processing.
Additionally, some pages were experiencing API authentication errors. I investigated the token validation and authorization middleware flow, identified the issues causing authentication failures, and resolved them to ensure secure and uninterrupted API access across the affected pages.
Overall, I addressed invoice bugs, improved split payment handling, and fixed authentication-related API errors.