CR #3059
Driver App Earnings Page (Service)
100%
Description
Revamping the Driver app earnings page so that the driver can easily track their daily payouts from Tukxi. The link below, which Soumya provided, is to upload the payment details concerning the driver’s TUID. But it still needs some works, as the “Paid date” and the date of upload are not showing in the driver app.
Files
Related issues
Updated by Jithin Kuriakose over 1 year ago
- Assignee changed from Jithin Kuriakose to Anandhu P Kumar
- Branch name set to sprint-20_anandhu_3059
Updated by Anandhu P Kumar over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Changed the field type of dCreatedDate in the table driver_incentives from date to datetime. also changed the driver collection amount without discount.
Updated by Jithin Kuriakose over 1 year ago
Updated by Shalu T S over 1 year ago
- Related to Bug #3140: CR: 3059: Validation is not present in the excel format added
Updated by Shalu T S over 1 year ago
- Related to CR #3141: CR #3059: It would be better to include a one liner of recent activity history along with date, time and file name added
Updated by Shalu T S over 1 year ago
- Status changed from QA Ready to Reopened
1. The file is uploaded multiple times when we reload the page again.
2. We can upload payment details with future dates.
Updated by Anandhu P Kumar over 1 year ago
- Status changed from Reopened to In Progress
- Start date changed from 07/15/2024 to 08/06/2024
Updated by Anandhu P Kumar over 1 year ago
- Status changed from In Progress to Resolved
Resolved the form submission issue on reload by replace the current history entry with the same URL
Updated by Shalu T S over 1 year ago
- Status changed from QA Ready to Reopened
1. The file is uploaded multiple times when we reload the page again. :- Fixed
2. We can upload payment details with future dates. :- Issue still exists
Updated by Anandhu P Kumar over 1 year ago
- Status changed from Reopened to In Progress
- Start date changed from 08/06/2024 to 08/09/2024
Updated by Anandhu P Kumar over 1 year ago
- Status changed from In Progress to Resolved
Added the condition checking if the date is not in future in the validation.
Updated by Jithin Kuriakose over 1 year ago
- Due date set to 08/12/2024
- Status changed from Resolved to QA Ready
Updated by Shalu T S over 1 year ago
- Status changed from QA Ready to QA Passed
Added the condition checking if the date is not in future in the validation.
2. We can upload payment details with future dates. :- Fixed.