BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
/
trunk
/
profitmandi-web
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
v2
/
controller
/
fofo/
– Rev 36471
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
36471
1 d 12 h
vikas
/trunk/
V2 Profile Update APIs
36470
1 d 13 h
ranu
/trunk/
code commit for reports section v2
36465
1 d 18 h
vikas
/trunk/
New Authorization Token Flow for web
36464
1 d 19 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
4 d 8 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
36426
6 d 18 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
7 d 14 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
8 d 12 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.
36400
8 d 17 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked
36387
11 d 14 h
ranu
/trunk/
code commit for reports section v2
36381
11 d 14 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/
Dashboard API
36378
11 d 15 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/
code commit for reports section v2
36377
11 d 15 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
Dashboard API
36374
11 d 17 h
ranu
/trunk/
schemes and offer for v2 version
36365
12 d 15 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/
Homepage API
36349
13 d 17 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/
V2 /offer/process/{offerId} now fire-and-forget via submitBatchAsync (dao r36347). Response adds a 'message' field alongside success=true so the UI can surface 'Offer N submitted for processing' or 'already being processed'.
36345
13 d 20 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/
Route V2 /offer/process/{offerId} through OfferBatchService (dao r36342). Same motivation as fofo r36344: per-partner REQUIRES_NEW eliminates lock contention seen on offer 8802 and isolates failures.
36321
15 d 9 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
New APIs Version 2