| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36433 |
4 d 21 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fix: move testReissueOneCN and reissueMarginsCN CLI triggers out of morning block so they can run standalone |
|
| 36432 |
4 d 22 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add testReissueOneCN and reissueMarginsCN CLI triggers for credit note reissue |
|
| 36306 |
15 d 12 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Batch processing: BatchScheduledTasks, helpers for offer/sellin/partnerLimit, CronBatchService, OpenCV fix for Apple Silicon, CLI triggers |
|
| 36254 |
22 d 10 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add stdout error handling for --genDNs CLI arg — logs go to log4j which has no appender in CLI mode, so exceptions were silently swallowed. Now prints to stderr for debugging. |
|
| 36248 |
22 d 13 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add gmailRelaySender bean for Google Workspace SMTP Relay |
|
| 36220 |
26 d 8 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Cron: add --genDNs CLI arg for monthly debit note generation. Use SDCreditServiceImpl.computeInterestStartDate for daily interest accrual (single source of truth, fixes off-by-one that delayed accrual by 1 day). |
|
| 36197 |
28 d 1 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add --recoverCreditNote and --resendCNReport CLI args for credit note recovery and report resend |
|
| 36188 |
30 d 5 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Revert rerenderCNs CLI option - downloadCN already re-renders on the fly |
|
| 36187 |
30 d 6 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add --rerenderCNs CLI option to re-generate old CN PDFs with new format |
|
| 36115 |
34 d 2 h |
ranu |
/trunk/ |
rbm rating consolidate mail |
|
| 36063 |
40 d 1 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
process pending mail method autowired in application java for mannually run |
|
| 36060 |
40 d 2 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Add mail outbox scheduler and SMTP timeouts to prevent thread hangs |
|
| 36058 |
40 d 3 h |
ranu |
/trunk/ |
web socket done for agent status |
|
| 36053 |
41 d 2 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fix cancelDn: bug fixes, wallet reversal, RETURNED guard, recreatePri option
- Fix itemId bug in CurrentInventorySnapshot (was using inventoryItem PK instead of catalog itemId)
- Fix NoSuchElementException on missing PURCHASE_RET scan record (findFirst().get() -> ifPresent)
- Reverse wallet refund via consumeAmountFromWallet if DN was already refunded
- Block cancellation if any PRI has RETURNED status (already refunded to wallet)
- Add recreatePri flag: true resets PRIs to CREATED for re-initiation, false deletes them |
|
| 36035 |
42 d 5 h |
amit |
/trunk/ |
Fix app config |
|
| 36003 |
48 d 8 h |
aman |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fix:Delay report |
|
| 35929 |
62 d 19 h |
vikas |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Update Existing Shopify Product |
|
| 35832 |
70 d 4 h |
amit |
/trunk/ |
Unify property loading: all modules use runtime profile with shared properties from dao, remove duplicated DB/Hibernate/HikariCP/integration keys from module files |
|
| 35830 |
70 d 5 h |
amit |
/trunk/ |
Remove 6 dead property files (dao + cron), remove hardcoded shared-dev from cron config |
|
| 35803 |
74 d 1 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Support WebApplicationType.NONE for non-web cron runs, add sendCreditNote log line |
|
| 35788 |
75 d 3 h |
vikas |
/trunk/ |
Schedule Shopify Product Sync |
|
| 35568 |
107 d 8 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Refactor ticket scheduled tasks: fix bugs, add test mode, improve performance
Bug fixes:
- Remove break statement in alertforTicket that stopped after first user
- Remove duplicate ticketClosed() method (used 7 calendar days vs 8 working days)
- Update Application.java CLI handler to use refactored escalateTicket()
New features:
- Add email test mode: redirect all emails to tester via config
- ticket.email.testMode.enabled=true/false
- ticket.email.testMode.recipient=tester@email.com
- Add configurable auto-escalation: ticket.autoEscalation.enabled
- Working days calculation using WorkingDaysService (excludes Sun + holidays)
Performance improvements:
- Batch fetch ticketSubCategoryMap once per job, not per email
- All repository calls moved outside loops (N+1 query fix)
Escalation thresholds updated:
- L1 -> L2: 3 working days
- L2 -> L3: 3 working days
- L3 -> Final: 2 working days
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
|
| 35532 |
117 d 10 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Added migration for 2 parties for gold |
|
| 35524 |
118 d 3 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Added migration for 2 parties for gold |
|
| 35521 |
118 d 4 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Added migration for 2 parties for gold |
|
| 35520 |
118 d 4 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fixed method Number to comma for Cr. Values |
|
| 35393 |
138 d 19 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fixed MongoDB close method |
|
| 35277 |
173 d 3 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Migrations |
|
| 35276 |
173 d 3 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Migrations |
|
| 35267 |
175 d 4 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
without invoice cancel request |
|
| 35266 |
175 d 4 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
without invoice cancel request |
|
| 35250 |
185 d 2 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Migrations |
|
| 35165 |
207 d 4 h |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Fixed system.exit(0) |
|
| 34946 |
243 d 6 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
abm sender |
|
| 34945 |
243 d 7 h |
ranu |
/trunk/ |
abm sender |
|
| 34879 |
266 d 2 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
razor pay x commit code of sending mail to neeraj gupta |
|
| 34860 |
271 d 1 h |
ranu |
/trunk/ |
razorpay x automate payment with rabbit mq |
|
| 34845 |
276 d 3 h |
ranu |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
logger added |
|
| 34836 |
277 d 1 h |
vikas |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Employee task wise report scheduled at 04:00 PM, 09:00 PM |
|
| 34770 |
299 d 0 h |
vikas.jangra |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Employee task wise report |
|