Feature #10367
openFeature #10323: for second payment quotation details missing in main branch and fixing TL suggested fixes
Timezone fixes in Subscription branch
100%
Subtasks
Related issues
Updated by Divya Inapakurthi about 1 month ago
- Assignee set to Divya Inapakurthi
Updated by Divya Inapakurthi 24 days ago
Jobs(where is action history). -done
expenses(action history in deleted). -already there
assets, settings -> delete chesinavi payiki ravatumledhu.
labors -> action history, status
Asset Maintenance -> action history is not working.
Settings -> manage notifications, categories -> action history.
sales -> delete should store.
sales -> product quotations -> delete quotes should store.
Purchase Orders -> action history not coming.
Preorder Catalogs -> download, delete icon, delete store.
expenses -> for mobile view no action history, and for deleted keep action history.
Assets, Documents -> created by, deleted by/on, reason for deletion, date range.
Purchase Orders ah is not working
in vendor deleted reason is not showing in ah and replace ah tool tip with global tool tip
Asset Categories deleted are not showing top
Quotations
Would you like to accept the quotation ? get this for when i clicked accept quotation from the list page.
invoices
when quotation is accepted action is showing Created by Pavan M on 08/25/2026 02:57 AM without notes
Jobs
in create job quotations get api is taking time for server response.. remove unnecessary data from the api and optimize the api.
show ah for deleted jobs also
Updated by Divya Inapakurthi 24 days ago
customer and requests issues --- done all
customers don't have action history. - done
customer use two different tables and fetch functions for active and deleted customers
optimize code to use global date picker, search inputs in customer, request
customers skeleton is mismatched with the data after loaded.
request action his time wrong and not displaying data correctly - done
in customer few customers getting {
"status": 400,
"message": "Data format error: The value \"customer\" is not valid for _id. Please check your input."
} from ah api
Updated by Divya Inapakurthi 23 days ago
Date Formatter Type Fix (
formatters.ts
): Expanded formatDateTimeForUS parameter signature to accept string | number | Date | null | undefined, resolving the TypeScript type error in ServiceDetails.tsx.
Database Enum Validation Fix (
plan-action-history.model.js
): Added "reactivated", "deleted", and "restore" to the PlanActionHistory schema action enum, fixing the Mongoose validation error on plan restore requests.
Action Keyword Standardization (
subscripiton.service.js
): Standardized backend audit logging for plan restorations to consistently record action: "restore".
Duplicate API Call Removal (
SubscriptionsPlans.tsx
&
ProductSubscribersTable.tsx
): Removed redundant legacy useQuery calls (limit=10000) and manual useEffect refetches that were causing duplicate network requests on status/filter changes.
Stats ReferenceError Fix (
SubscriptionsPlans.tsx
): Derived isAllLoading, statsPlans, and allMatchingVariants directly from the primary plansData query state, fixing the component ReferenceError without extra API calls.
Updated by Divya Inapakurthi 23 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Completed remaining pages issues and fixed time zones
Updated by Divya Inapakurthi 23 days ago
- Due date changed from 08/17/2026 to 08/26/2026