| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36066 |
2 h 40 m |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fix:Block first order if FULL_STOCK_PAYMENT is not done |
|
| 36065 |
2 h 41 m |
aman |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ |
Fix:Mail error |
|
| 36064 |
2 h 42 m |
aman |
/trunk/ |
Fix:FULL_Stock flow , fin service mark unapplicable ,send invoice to whatsapp by default, update contact list ,Training mail issue |
|
| 36063 |
3 h 54 m |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
process pending mail method autowired in application java for mannually run |
|
| 36062 |
4 h 2 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ |
Add SMTP timeouts to mail senders to prevent thread hangs |
|
| 36061 |
4 h 2 m |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ |
Add SMTP timeouts to mail senders to prevent thread hangs |
|
| 36060 |
4 h 2 m |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add mail outbox scheduler and SMTP timeouts to prevent thread hangs |
|
| 36059 |
4 h 3 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix mail outbox: load by ID instead of selectPending filter to prevent cascade failure |
|
| 36058 |
5 h 37 m |
ranu |
/trunk/ |
web socket done for agent status |
|
| 36057 |
5 h 48 m |
ranu |
/trunk/ |
code commit via websocket instead of selenium for agent status |
|
| 36056 |
6 h 33 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/catalog/ |
Revert criteria fallback - keep original behavior, empty criteria means missing catalog data |
|
| 36055 |
6 h 40 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/catalog/ |
Fall back to brand/category description when catalogIds resolve to no items |
|
| 36054 |
6 h 49 m |
amit |
/trunk/profitmandi-fofo/src/main/webapp/ |
Fix offer UI: slab labels respect payoutType for amountType change, fallback to base criteria when per-payout criteria empty |
|
| 36053 |
1 d 4 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fix cancelDn: bug fixes, wallet reversal, RETURNED guard, recreatePri option
- Fix itemId bug in CurrentInventorySnapshot (was using inventoryItem PK instead of catalog itemId)
- Fix NoSuchElementException on missing PURCHASE_RET scan record (findFirst().get() -> ifPresent)
- Reverse wallet refund via consumeAmountFromWallet if DN was already refunded
- Block cancellation if any PRI has RETURNED status (already refunded to wallet)
- Add recreatePri flag: true resets PRIs to CREATED for re-initiation, false deletes them |
|
| 36052 |
1 d 6 h |
amit |
/trunk/profitmandi-fofo/src/main/webapp/resources/js/ |
Enable Fixed Per Pc payout option for VALUE target type in offer creation UI |
|
| 36051 |
1 d 6 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Support FIXED per-pc payout with VALUE target: use per-criteria qty for payout calculation, sort payoutSlabs ascending |
|
| 36050 |
1 d 9 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Move offer cache eviction to service layer, remove cache manager dependencies from controller |
|
| 36049 |
1 d 9 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Redesign offer caching: separate definition from achievement, per-partner Redis cache, deep-copy before mutation, centralized eviction |
|
| 36048 |
2 d 2 h |
aman |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ |
Fix:Mail error |
|
| 36047 |
2 d 2 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix offer cache: clear entire partnerOffers cache on offer mutations instead of selective eviction |
|