Project

General

Profile

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.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/05/2024
Due date:
% Done:

100%

Estimated time:
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

#1

Updated by Hebern Joseph almost 2 years ago

  • Status changed from New to In Progress
#2

Updated by Hebern Joseph almost 2 years ago

  • % Done changed from 0 to 40
#3

Updated by Anupama P almost 2 years ago

  • Branch name set to sprint-19_hebern_2927
#4

Updated by Hebern Joseph almost 2 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 40 to 100
#5

Updated by Hebern Joseph almost 2 years ago

  • Branch name changed from sprint-19_hebern_2927 to sprint-19_hebern_2928
#6

Updated by Jithin Kuriakose almost 2 years ago

  • Status changed from Resolved to QA Ready
#7

Updated by Jithin Kuriakose almost 2 years ago

  • Impact Analysis updated (diff)
#8

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.

#9

Updated by Jithin Kuriakose almost 2 years ago

  • Assignee changed from Hebern Joseph to shaheel Navas
#10

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

#11

Updated by shaheel Navas almost 2 years ago

  • Status changed from Reopened to Resolved
#13

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
#14

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

#15

Updated by Shalu T S over 1 year ago

  • Impact Analysis updated (diff)
#16

Updated by Jithin Kuriakose over 1 year ago

  • Impact Analysis updated (diff)
#17

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

#18

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to QA Passed
#19

Updated by Shalu T S over 1 year ago

  • Status changed from QA Passed to Closed

Also available in: Atom PDF