(root)/ – Rev 35719
Rev 35718 |
Rev 35720 |
Go to most recent revision |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 35719 – 162 d 10 h
- 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)