| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36820 |
38 m |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/beatmiss/ |
code commited miss beat |
|
| 36819 |
1 h 8 m |
amit |
/trunk/profitmandi-fofo/src/main/ |
Fix idempotency dedup to be server-authoritative (content + partner scoped)
PostInterceptor now keys duplicates on sha256(fofoId|method|uri|bodyHash) for
mutating methods only, instead of the client-supplied IdempotencyKey header.
The header was rotated per-request by the frontend (and old/sticky clients),
so identical submissions produced distinct keys and were never deduped - e.g.
a create-offer burst created 147 duplicate rows. Keying on the request body
makes dedup independent of client behaviour; partner scoping prevents cross-
partner collisions; distinct payloads (one-offer-per-partner) are unaffected.
GET/HEAD are now never deduped (removes spurious GET 400s).
common.js: attach IdempotencyKey only to mutating methods; stop rotating the
key on every ajaxComplete (kept reset on ajaxSuccess only). version 355. |
|
| 36818 |
1 h 16 m |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
code commit for agenda fill time stamp |
|
| 36817 |
1 h 59 m |
amit |
/trunk/profitmandi-dao/src/main/ |
Link returnorderinfo to credit_note via credit_note_id FK
Add a direct credit_note_id column on returnorderinfo so a return row
can be tied to the Credit Note it was refunded via, replacing the
indirect/ambiguous association through original_invoice_number + the CN
number embedded in refundDescription. Stamped in
applyInvoiceReturnViaCreditNote; migration adds the column and backfills
existing rows by parsing the CN number out of refundDescription. |
|
| 36816 |
3 h 21 m |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Updated IT Emails |
|
| 36815 |
3 h 26 m |
aman |
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ |
Fix broken header logo on lead-geo store verification form: use CDN-hosted logo URL |
|
| 36814 |
4 h 38 m |
ranu |
/trunk/profitmandi-fofo/src/main/ |
code commit for agenda fill time stamp |
|
| 36813 |
5 h 12 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/pricing/ |
ok |
|
| 36812 |
16 h 27 m |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/enumuration/dtr/ |
code commit for agenda fill time stamp |
|
| 36811 |
16 h 29 m |
ranu |
/trunk/ |
code commit for agenda fill time stamp |
|
| 36810 |
16 h 30 m |
vikas |
/trunk/ |
Punch, Check, Deferred handling improvements |
|
| 36809 |
20 h 45 m |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/logistics/ |
code commit for agenda fill time stamp |
|
| 36808 |
20 h 49 m |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/logistics/ |
code commit for agenda fill time stamp |
|
| 36807 |
21 h 10 m |
aman |
/trunk/profitmandi-fofo/src/main/webapp/ |
Fix:Lead Location->Verification |
|
| 36806 |
21 h 11 m |
ranu |
/trunk/profitmandi-fofo/src/main/ |
code commit for agenda fill time stamp |
|
| 36805 |
21 h 52 m |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
some enhancement and bug fixes |
|
| 36804 |
1 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
some enhancement and bug fixes |
|
| 36803 |
1 d 20 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Exclude loan legs from analysis-dashboard account-statement bodies
Match WalletController's running-balance filter: also exclude CREDIT_LIMIT,
CREDIT_UTILIZED, LOAN, LOAN_REPAYMENT (were only excluding PURCHASE +
CN_WALLET_REFERENCES) in /analysis/account/statement and the analysis-account
-statement views, so loan churn no longer distorts the running body. |
|
| 36802 |
1 d 21 h |
ranu |
/trunk/ |
some enhancement and bug fixes |
|
| 36801 |
1 d 23 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Stock Purchase sAle ageing days, added fields to mail |
|