| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36535 |
15 h 23 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
moveToBill: fix response unwrapping, auto-move qty=1 orders to warehouse with gross stock |
|
| 36534 |
19 h 26 m |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ |
Fix:First Po check (is it pending ) |
|
| 36532 |
22 h 56 m |
amit |
/trunk/ |
Fix moveToBill to use net availability, add bulk PO items upload UI with template download |
|
| 36527 |
1 d 20 h |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/icicilombard/ |
l3 and avobe show all warehouse stock |
|
| 36524 |
2 d 17 h |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix:Fix first po and edge case for bulk order |
|
| 36523 |
2 d 18 h |
aman |
/trunk/ |
Fix:Wod and fin code and wod-fin-mapping storetimeline fix |
|
| 36521 |
2 d 18 h |
amit |
/trunk/ |
Added RequestCachingFilter |
|
| 36518 |
2 d 19 h |
aman |
/trunk/ |
Fix:Fix first po and edge case for bulk order |
|
| 36516 |
3 d 15 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Refactor CreditNoteServiceImpl: use atStartOfDay for cnDate, extract DN generation into REQUIRES_NEW transactional method, cache generated CN PDFs to disk in downloadCN |
|
| 36513 |
3 d 17 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. |
|
| 36507 |
4 d 13 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/inventory/ |
Skip Credit Note IRN generation for Delivery Challan (DC) returns — same GSTIN on both sides causes NIC rejection. Cancel EWB best-effort instead. |
|
| 36505 |
5 d 2 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
DN date: use CN month-end instead of CN date — avoids NIC 30-day backdating rejection |
|
| 36504 |
5 d 3 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ |
DN generation: DUPIRN reconciliation flow + fix cnDate to use NIC acknowledge date + extract /A prefix handling |
|
| 36502 |
5 d 12 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
DN generation for cancelled MARGINS CNs + fix /A CN prefix extraction NPE
- Add generateDebitNotesForCancelled(List<String>) for explicit CN list
- Add selectByCreditNoteNumbers repository method
- Fix GstProService sandbox: use SANDBOX_GST_NUMBER before isGstEnabled check, sandbox buyer details
- Fix prefix extraction NPE for /A suffixed CN numbers (getCreditNotePdfModel, existingCNMap, extractPrefix) |
|
| 36498 |
5 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Add CN_CANCELLATION type for cancellation-reversal debit notes, distinguish from regular MARGINS |
|
| 36497 |
5 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Fix dedup key to distinguish CRN vs DBN — existing CRN no longer blocks DBN for same vendor |
|
| 36496 |
5 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Consolidate 3 redundant eInvoiceDetails lookups into single fetch in issueMonthlyMarginsCN |
|
| 36495 |
5 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Fix cn_date to use end-of-month instead of IRN ack timestamp, remove unused persistEi fetch |
|
| 36494 |
5 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
CreditNoteServiceImpl: use end-of-month CN date, pass cnDate to IRN wrappers, mark generateDebitNotesForCancelled as exception path |
|
| 36493 |
5 d 19 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/gstpro/ |
Refactor CRN/DBN IRN generation: unify 4 methods into single generateNoteIrn with shared auth, DUPIRN, and persist helpers |
|