| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36397 |
16 d 23 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Scheme item windowing: add startDate/endDate per scheme_item.
Each fofo.scheme_item row now carries an optional [start_date, end_date]
window so the same (scheme_id, catalog_id) pair can be applicable for
different date ranges. Backward compatible: NULL window = always active.
- SchemeItem entity: composite (schemeId, catalogId) PK -> surrogate
long id (IDENTITY), unique (catalog_id, scheme_id, start_date, end_date),
audit cols (updatedBy, updatedOn).
- Scheme + TagListing named queries: gated by
'(si.start_date is null or :onDate between si.start_date and si.end_date)'.
- SchemeItemRepository: + selectById, selectBySchemeId,
existsOverlapping (half-open, with self-exclude), selectItemsOutsideWindow.
- SchemeService: + updateSchemeItemWindow / addSchemeItemWithDates /
clampSchemeItems with containment + overlap validation; drop dead
getTotalMargin.
- SchemeServiceImpl.processSchemeOut: pin scheme resolution to each
IMEI's GRN billing date (Purchase -> Order.billingTimestamp via
PurchaseService.getBillingDateOfPurchase) instead of fofoOrder
createTimestamp, aligning OUT with the existing IN behaviour. |
|
| 36103 |
44 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/ |
Add DN rejection with full reversal: restore inventory, schemes, price drops, offers; add deny reason to purchase return items; add purchase return notification service |
|
| 35629 |
103 d 20 h |
amit |
/trunk/ |
Fixed SchemeService |
|
| 35252 |
191 d 2 h |
aman |
/trunk/ |
Feat:Expire Schemes by ids and lead assign to bgc too |
|
| 35060 |
232 d 14 h |
amit |
/trunk/ |
Fixed wrong notifications going to retailers |
|
| 34709 |
322 d 1 h |
amit.gupta |
/trunk/ |
Added Loan Related Changes |
|
| 34568 |
363 d 19 h |
vikas.jangra |
/trunk/ |
Liquidation/Bidding push notification and Publish Email |
|
| 34317 |
421 d 1 h |
amit.gupta |
/trunk/ |
commit for scheme related changes |
|
| 34221 |
447 d 23 h |
tejus.lohani |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/scheme/ |
blocked_imeis list for scheme now get from SchemeBlockedImei table |
|
| 33614 |
657 d 20 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/scheme/ |
Fixed Returns |
|
| 33432 |
708 d 18 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
Fixed bug due to price drop |
|
| 33248 |
754 d 0 h |
ranu |
/trunk/ |
exception added |
|
| 32972 |
816 d 18 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
Fixed region specific schemes dicounted value thats erronously extended to all retailers |
|
| 32309 |
1011 d 15 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/scheme/ |
Fixe |
|
| 31410 |
1225 d 1 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/scheme/ |
Fixed sellout schemes |
|
| 31387 |
1227 d 1 h |
amit.gupta |
/trunk/ |
Added scheme related changes
Added Sellout scheme
Extend All wont extend Sp.Support/Activation/Sellout Scheme |
|
| 31170 |
1272 d 20 h |
amit.gupta |
/trunk/ |
Fixed Duplicate imeis while rolling out additional schemes and Added Region wise schemes |
|
| 30957 |
1336 d 14 h |
amit.gupta |
/trunk/ |
Fixed changes related to credit note |
|
| 30897 |
1354 d 19 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Added Logic to automate schemes based on activation |
|
| 30572 |
1441 d 18 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
Fixed issue with special support also corrected margin collection based on tax rate defined in the system |
|