frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
17.56k stars 6.71k forks source link

New Report: Sales Order Lines to Deliver #8554

Open dottenbr opened 7 years ago

dottenbr commented 7 years ago

After Nabin adds Requested Date and Confirmed Date to the Sales Order Line we would like to create a report to show all Sales Order Lines to Deliver. So we are actually accessing a child table, not a DocType.

This serves a couple of purposes:

The feature should be multi company ready and while calculating the days delayed and days to delivery should take the companies Holiday List for that calculation to make sure non-working days and holidays are not counted to the companies disadvantage.

Sample Excel Sheet attached. sample table.xlsx

bildschirmfoto 2017-04-24 um 19 50 52
creamdory commented 7 years ago

Hi @nabinhait ! Any additional comments for this one before dev? Thanks!