Bug #2927
Flat fee % is not showing in the driver collect payment page.
Added by Shalu T S almost 2 years ago.
Updated over 1 year ago.
Milestone:
Sprint 20 Tukxi Ride 2024 June 01 to June 30
Branch name:
sprint-19_hebern_2928
Description
The driver collect payment screen showing after each trip does not show the amount and the field "Flat fee %". So please add the same to the amount breakdown.
Impact Analysis
- Collect payment screen
- Fare Breakdowns screen
FARE = BASE_FARE + MINUTE_FARE + DISTANCE_FARE - DRIVER_DISCOUNT + SURGE_PRICE + AIRPORT_SURGE_PRICE
if (MINIMUM_FARE < FARE)
FARE = MINIMUM_FARE
FARE = FARE - COUPON_DISCOUNT
IF (FLAT_CAB_COMMISON > 0)
CAB_COMMISION = FLAT_CAB_COMMISON
IF (PERCENTAGE_CAB_COMMISON > 0)
CAB_COMMISION = (FARE * PERCENTAGE_CAB_COMMISON) / 100
- Status changed from New to In Progress
- % Done changed from 0 to 40
- Branch name set to sprint-19_hebern_2927
- Status changed from In Progress to Resolved
- % Done changed from 40 to 100
- Branch name changed from sprint-19_hebern_2927 to sprint-19_hebern_2928
- Status changed from Resolved to QA Ready
- Impact Analysis updated (diff)
- Status changed from QA Ready to Reopened
1. My earnings show negative values when we add a flat fee of about 100.
2. We can add more than 100 if the Tukxi Commission is in ().
3. We can add characters and special symbols in "Tukxi Commission" Field.
4. We can add -ve values in the "Tukxi Commission" Field.
5. The radio button "Is Tukxi Commission ()" is not showing as selected.
- Assignee changed from Hebern Joseph to shaheel Navas
My earnings show negative values when we add a flat fee of about 100. -fixed
2. We can add more than 100 if the Tukxi Commission is -fixed
3. We can add characters and special symbols in "Tukxi Commission" Field. -fixed
4. We can add -ve values in the "Tukxi Commission" Field. -fixed
5. The radio button "Is Tukxi Commission ()" is not showing as selected. -fixed
The Tukxi Commission (Flat Fee) max fare depend on Minimum Fare value
- Status changed from Reopened to Resolved
- Status changed from Resolved to QA Ready
The flat fee % is calculated based on the distance amount (The amount calculated based on the Total distance traveled ie Price Per KMs * Distance ) or the minimum fare .
If we added Flat fee % as 50, Then the Tukxi flat fee would be the 50% of distance amount or the minimum fare
- Impact Analysis updated (diff)
- Impact Analysis updated (diff)
1. My earnings show negative values when we add a flat fee of about 100. :- Fixed
2. We can add more than 100 if the Tukxi Commission is. :- Fixed
3. We can add characters and special symbols in "Tukxi Commission" Field. :- Fixed
4. We can add Negative values in the "Tukxi Commission" Field:- Fixed
5. The radio button "Is Tukxi Commission ()" is not showing as selected. :- Fixed
- Status changed from QA Ready to QA Passed
- Status changed from QA Passed to Closed
Also available in: Atom
PDF