Project

General

Profile

Bug #2995

Add the provision to create the coupon based on the vehicle type.

Added by Shalu T S almost 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/16/2024
Due date:
10/16/2024
% Done:

100%

Estimated time:
Milestone:
Sprint 20 Tukxi Ride 2024 June 01 to June 30
Branch name:
sprint-19_shaheel_2995

Description

Add the provision to create the coupon based on the vehicle type.


Files

2024-09-05_14h12_50.png (30.9 KB) 2024-09-05_14h12_50.png Shalu T S, 09/05/2024 04:45 AM

Related issues

Related to CR #3050: Coupons based on vehicle typeClosedAnjali M10/16/202410/16/2024

Actions
Related to CR #3049: Applying coupons based on vehicle typeClosedNithun C09/04/202409/05/2024

Actions
#1

Updated by shaheel Navas almost 2 years ago

  • Status changed from New to In Progress
  • Start date changed from 06/14/2024 to 06/19/2024
#2

Updated by shaheel Navas almost 2 years ago

CREATE TABLE `ridedoot_mine`.`vehicle_type_coupon` (
`iVehicleCouponId` INT NOT NULL AUTO_INCREMENT,
`iCouponId` INT NULL,
`iVehicleTypeId` INT NULL,
PRIMARY KEY (`iVehicleCouponId`));

#3

Updated by Jithin Kuriakose almost 2 years ago

  • Branch name set to sprint-19_shaheel_2995
#4

Updated by shaheel Navas almost 2 years ago

ALTER TABLE `ridedoot_mine`.`coupon`
CHANGE COLUMN `eCouponType` `eCouponType` ENUM NOT NULL DEFAULT 'General' ;

#5

Updated by shaheel Navas almost 2 years ago

CREATE TABLE `ridedoot_mine`.`vehicle_type_coupon` (
`iVehicleCouponId` INT NOT NULL AUTO_INCREMENT,PRIMARY KEY
`iCouponId` INT NULL,
`iVehicleTypeId` INT NULL
(`iVehicleCouponId`));

#6

Updated by shaheel Navas almost 2 years ago

-shaheel Navas wrote in #note-2:

CREATE TABLE `ridedoot_mine`.`vehicle_type_coupon` (
`iVehicleCouponId` INT NOT NULL AUTO_INCREMENT,
`iCouponId` INT NULL,
`iVehicleTypeId` INT NULL,
PRIMARY KEY (`iVehicleCouponId`));

-

#7

Updated by shaheel Navas almost 2 years ago

  • Status changed from In Progress to Resolved

done on Staging

#9

Updated by shaheel Navas over 1 year ago

  • Status changed from Resolved to In Progress
#11

Updated by shaheel Navas over 1 year ago

  • Status changed from In Progress to Resolved
#12

Updated by Jithin Kuriakose over 1 year ago

shaheel Navas wrote in #note-4:

ALTER TABLE `ridedoot_mine`.`coupon`
CHANGE COLUMN `eCouponType` `eCouponType` ENUM NOT NULL DEFAULT 'General' ;

ALTER TABLE `ridedoot_v5_db`.`coupon`
CHANGE COLUMN `eCouponType` `eCouponType` ENUM NOT NULL DEFAULT 'General' ;

#13

Updated by Jithin Kuriakose over 1 year ago

Database changes have been moved.

#14

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
#15

Updated by Shalu T S over 1 year ago

  • Related to CR #3050: Coupons based on vehicle type added
#16

Updated by Shalu T S over 1 year ago

  • Related to CR #3049: Applying coupons based on vehicle type added
#17

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to Reopened

1. Add special symbols and spaces in the coupon code field.
2. No character limit for coupon codes.
3. Maximum discount field we can add more than 2 decimal points.
4. Can add negative values in usage limit.
5. Negative values can be added in the field "Usage Limit Per user".
6. What is the "Criteria" option in coupon type.?
7. We can add "usage limit per user" more than "usage limit".

#18

Updated by shaheel Navas over 1 year ago

  • Status changed from Reopened to Resolved

1. Add special symbols and spaces in the coupon code field. -Fixed
2. No character limit for coupon codes. - 15 Char limited
3. Maximum discount field we can add more than 2 decimal points. fixed
4. Can add negative values in usage limit. -fixed
5. Negative values can be added in the field "Usage Limit Per user". fixed
6. What is the "Criteria" option in coupon type.?
On future , we can use by Criteria , Eg :for new Users , For 10 trip Completed etc ........
Already discussed with philison

7. We can add "usage limit per user" more than "usage limit". fixed

#19

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
#20

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to Reopened

Fixed
1. Add special symbols and spaces in the coupon code field. - Fixed
2. No character limit for coupon codes. - 15 Char limited - Fixed
4. Can add negative values in usage limit. - Fixed
5. Negative values can be added in the field "Usage Limit Per user". Fixed
6. What is the "Criteria" option in coupon type.?
On future , we can use by Criteria , Eg :for new Users , For 10 trip Completed etc ........
Already discussed with philison

Reopen
3. Maximum discount field we can add more than 2 decimal points. Issue still exists
7. We can add "usage limit per user" more than "usage limit". Issue still exists

#21

Updated by shaheel Navas over 1 year ago

We can add "usage limit per user" more than "usage limit". Issue still exists - need to clear Browser Cache

#22

Updated by shaheel Navas over 1 year ago

Maximum discount field we can add more than 2 decimal point - rejected

#23

Updated by shaheel Navas over 1 year ago

  • Status changed from Reopened to Resolved
#24

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
  • % Done changed from 0 to 100
#25

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to QA Passed

7. We can add "usage limit per user" more than "usage limit" :- Issue fixed

#26

Updated by Shalu T S over 1 year ago

8. The validation message for the vehicle type is not displayed in the proper place.

#27

Updated by shaheel Navas over 1 year ago

  • Status changed from Reopened to Resolved

The validation message for the vehicle type is not displayed in the proper place. - Fixed
Note :
Please clear browser

#29

Updated by Anupama P over 1 year ago

  • Status changed from Resolved to QA Ready
#30

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to QA In Progress
#31

Updated by Shalu T S over 1 year ago

  • Status changed from QA In Progress to QA Passed

8. The validation message for the vehicle type is not displayed in the proper place. Fixed

#32

Updated by Shalu T S over 1 year ago

  • Due date set to 10/16/2024
  • Status changed from QA Passed to Reopened
  • Start date changed from 06/19/2024 to 10/16/2024

coupon codes are not listing.

#33

Updated by shaheel Navas over 1 year ago

  • Status changed from Reopened to Resolved

not Backend Issue, Need to pass vechicleIds frontend

#34

Updated by Anupama P over 1 year ago

  • Status changed from Resolved to QA Ready
#35

Updated by Shalu T S over 1 year ago

  • Status changed from QA Ready to QA Passed
#36

Updated by Shalu T S over 1 year ago

  • Status changed from QA Passed to Closed

Also available in: Atom PDF