| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35911 |
0 m |
vikas |
/trunk/ |
Update Existing Shopify Product |
|
| 35910 |
17 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Fix credit limit bypass: use sdCreditRequirement.getAvailableLimit() instead of creditSummary.getAvailableLimit() in processLoanRequest and getAvailableAmount. The CreditSummary excluded limitBlock loans from utilization, allowing partners to exceed their credit limit by placing rapid successive orders. |
|
| 35909 |
1 h 23 m |
amit |
/trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/model/ |
Fixed selectById issue |
|
| 35908 |
1 h 32 m |
amit |
/trunk/profitmandi-dao/src/main/ |
Fix NPE in getTotalSaleByGst when retailer has null GST number; add ALTER TABLE to migration script |
|
| 35907 |
13 h 27 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/pricing/ |
Fix N+1 queries in PriceDropServiceImpl: batch-fetch purchases, orders, and FofoStores; replace System.out.println with LOGGER |
|
| 35906 |
14 h 9 m |
amit |
/trunk/profitmandi-fofo/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35905 |
14 h 9 m |
amit |
/trunk/profitmandi-dao/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35904 |
14 h 9 m |
amit |
/trunk/profitmandi-cron/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35903 |
14 h 9 m |
amit |
/trunk/profitmandi-web/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35902 |
14 h 9 m |
amit |
/trunk/profitmandi-common/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35901 |
14 h 9 m |
amit |
/trunk/ThriftConfig/ |
Add svn:ignore for build artifacts: .gradle, build, .idea, out, *.iml |
|
| 35900 |
14 h 10 m |
amit |
/trunk/profitmandi-cron/ |
Revert gradlew removal - Gradle wrapper should be version controlled |
|
| 35899 |
14 h 12 m |
amit |
/trunk/profitmandi-fofo/.idea/ |
Remove IDE artifacts from version control: .idea/codeStyles, .idea/dbnavigator.xml |
|
| 35898 |
14 h 12 m |
amit |
/trunk/profitmandi-cron/ |
Remove build artifacts from version control: gradlew, gradlew.bat |
|
| 35897 |
14 h 18 m |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/giftcoupon/ |
Simplify partner GST: use FofoStore.gstNumber in GiftCouponController
- Replace PrivateDealUser->Counter->gstin with FofoStore.getGstNumber()
- Remove Counter/PrivateDealUser dependencies |
|
| 35896 |
14 h 18 m |
amit |
/trunk/profitmandi-dao/src/main/ |
Simplify partner GST: read/write from fofo_store.gst_number instead of Counter chain
- Set fofo_store.gst_number when store code is created/updated in RetailerServiceImpl
- Replace PrivateDealUser->Counter->gstin reads with FofoStore.getGstNumber() in:
RetailerServiceImpl, OrderServiceImpl, InvoiceService
- Remove unnecessary PrivateDealUser/Counter batch fetches in getFofoRetailers/getFofoRetailerUserId
- Add migration script to backfill existing GST from counter to fofo_store |
|
| 35895 |
14 h 36 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
Simplify price handling code: remove dead code, replace System.out with LOGGER, deduplicate priceDiff calc, add comments |
|
| 35894 |
1 d 0 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Add descriptive comments for cache eviction logic across all offer endpoints |
|
| 35893 |
1 d 0 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Add partnerOffers cache eviction to activateOffer and publishAll, use injected Gson bean |
|
| 35892 |
1 d 0 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Add partnerOffers cache eviction to partner management and target update endpoints |
|