Bug #2927
Flat fee % is not showing in the driver collect payment page.
100%
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
Updated by Hebern Joseph almost 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 40 to 100
Updated by Hebern Joseph almost 2 years ago
- Branch name changed from sprint-19_hebern_2927 to sprint-19_hebern_2928
Updated by Shalu T S almost 2 years ago
- 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.
Updated by Jithin Kuriakose almost 2 years ago
- Assignee changed from Hebern Joseph to shaheel Navas
Updated by shaheel Navas almost 2 years ago
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
Updated by Shalu T S over 1 year ago
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
Updated by Shalu T S over 1 year ago
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