-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new column 'Time taken to Deliver' in sales order analysis #28842
feat: new column 'Time taken to Deliver' in sales order analysis #28842
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28842 +/- ##
===========================================
- Coverage 55.60% 55.54% -0.06%
===========================================
Files 1128 1125 -3
Lines 67287 66984 -303
===========================================
- Hits 37412 37205 -207
+ Misses 29875 29779 -96
|
erpnext/selling/report/sales_order_analysis/sales_order_analysis.py
Outdated
Show resolved
Hide resolved
@nextchamp-saqib @ruthra-kumar This report was introduced via #22055 to replace "Ordered Items to be Billed" and "Ordered Items to be Delivered and Billed" Also this column is a bit confusing with the Delay column, this needs documentation too https://docs.erpnext.com/docs/v13/user/manual/en/selling/sales-analytics |
@marination thanks for reporting this. Will create a fix. |
Current Report
'Sales Order Analysis' helps in quickly identifying billed amount, pending amount, delay in days and more information. Along with this a new column is added
New Column - 'Time taken to Deliver'
This denotes the no of days taken to completely deliver an item. This helps in identifying bottlenecks and get more efficient.
Image
no-docs