| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36528 |
1 d 9 h |
vikas |
/trunk/ |
Notifications APIs for marking notifications as read |
|
| 36518 |
2 d 12 h |
aman |
/trunk/ |
Fix:Fix first po and edge case for bulk order |
|
| 36517 |
2 d 16 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/interceptor/ |
Skip idempotency check for non-POST requests unconditionally |
|
| 36514 |
3 d 8 h |
amit |
/trunk/ |
Added RequestCachingFilter |
|
| 36513 |
3 d 9 h |
amit |
/trunk/ |
Add running_balance to userwallethistory: persist wallet balance after each transaction for instant ledger display. Populate at all write paths (WalletService, adjustTransaction). Read directly in wallet statement template and CSV download. Includes backfill migration SQL. Renamed walletSummart to walletSummary. |
|
| 36510 |
3 d 11 h |
amit |
/trunk/ |
Fixed Idempotency Key Handling |
|
| 36508 |
4 d 1 h |
ranu |
/trunk/ |
code committed for scheme and offers earning for v2 |
|
| 36488 |
6 d 9 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/ |
offer process: stamp processedTimestamp on click, block reprocess if batch unfinished |
|
| 36482 |
7 d 7 h |
vikas |
/trunk/ |
V2 Weekly feedback and All Brands API |
|
| 36479 |
7 d 9 h |
ranu |
/trunk/ |
code commit for reports section v2 |
|
| 36471 |
9 d 7 h |
vikas |
/trunk/ |
V2 Profile Update APIs |
|
| 36470 |
9 d 7 h |
ranu |
/trunk/ |
code commit for reports section v2 |
|
| 36465 |
9 d 13 h |
vikas |
/trunk/ |
New Authorization Token Flow for web |
|
| 36464 |
9 d 14 h |
amit |
/trunk/ |
Add vendor pricing changes Excel download report on Vendor Price Circular page. Flat file with Vendor/Date/Model/CatalogId/TP/DP/MOP columns, filterable by vendor. Shows baseline pricing as of start date plus subsequent TP changes within period for all non-internal suppliers. |
|
| 36448 |
12 d 3 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/ |
DN lifecycle: add acknowledge rejected return V2 REST endpoint for partnerapp |
|
| 36440 |
12 d 15 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Set outlet_name from retailerAddress on FofoStore creation in RetailerController |
|
| 36428 |
14 d 11 h |
aman |
/trunk/ |
Fix:Partner Stock Api |
|
| 36426 |
14 d 13 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/ |
V2 /return/invoice GET: parity with FOFO controller's date filter
Was using selectRecentByWarehouseIds(..., 20) — no date filter, hard cap
at 20. FOFO controller (PurchaseReturnController:596) accepts fromDate /
toDate query params, defaults to last 30 days, calls
selectByWarehouseIdsAndDateRange(..., 200). API consumers should see the
same data shape and range as the dashboard. Mirroring. |
|
| 36418 |
15 d 9 h |
amit |
/trunk/profitmandi-web/ |
OkHttp→Apache HttpClient migration. HyperTrackController/TrackingController now use RestClient, DB reads extracted to HyperTrackService to release connections before external HTTP calls. V2FofoDigifyController uses HttpClientFactory. |
|
| 36409 |
16 d 7 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/ |
V2 REST: mirror INV reject endpoint + restore !isShipped guard
/return/invoice/reject/{proId} — REST sibling of the fofo controller's
new endpoint. Finance-role-gated, requires non-blank rejectRemark.
/return/invoice/process — autoApprove now isIrnCancellable && !isShipped,
matching the fofo controller. Shipped goods route through manual approval
even within 24h. |
|