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

Also available in: Atom PDF