(root)/ – Rev 35719
Rev 35718 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 35719 2026-02-10 01:08:57
- Author: amit
- Log message:
- Fix performance issues and email bug in PurchaseOrderServiceImpl
- createPurchaseOrder: batch item loading (selectByIds) and vendor pricing (getVendorPricesOnDate) instead of per-item DB calls; remove duplicate itemIds computation
- grnPoModels: batch load all items upfront instead of selectById per GRN model in nested loop
- generatePdf: fix bug where supplier email recipients were never assigned (Arrays.asList result was discarded)