Bug #2995
Add the provision to create the coupon based on the vehicle type.
100%
Description
Add the provision to create the coupon based on the vehicle type.
Files
Related issues
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
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`));
Updated by shaheel Navas almost 2 years ago
ALTER TABLE `ridedoot_mine`.`coupon`
CHANGE COLUMN `eCouponType` `eCouponType` ENUM NOT NULL DEFAULT 'General' ;
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`));
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`));
-
Updated by shaheel Navas almost 2 years ago
- Status changed from In Progress to Resolved
done on Staging
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' ;
Updated by Shalu T S over 1 year ago
- Related to CR #3049: Applying coupons based on vehicle type added
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".
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
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
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
Updated by shaheel Navas over 1 year ago
Maximum discount field we can add more than 2 decimal point - rejected
Updated by Jithin Kuriakose over 1 year ago
- Status changed from Resolved to QA Ready
- % Done changed from 0 to 100
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
Updated by Shalu T S over 1 year ago
- File 2024-09-05_14h12_50.png 2024-09-05_14h12_50.png added
- Status changed from QA Passed to Reopened
8. The validation message for the vehicle type is not displayed in the proper place.
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
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
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.
Updated by shaheel Navas over 1 year ago
- Status changed from Reopened to Resolved
not Backend Issue, Need to pass vechicleIds frontend