1. d59ed24 feat: provision to return non consumed components against the work order by Rohit Waghchaure · 2 years, 1 month ago
  2. 389fa18 Merge pull request #32276 from ernestoruiz89/patch-4 by Deepesh Garg · 2 years, 1 month ago
  3. 8417b9b refactor: rewrite `Production Planning Report` queries in `QB` by Sagar Sharma · 2 years, 1 month ago
  4. 86c9ce9 Merge branch 'develop' into refactor/report/exponential-smoothing-forecasting by Sagar Sharma · 2 years, 1 month ago
  5. 1c0f1a2 Merge branch 'develop' into refactor/report/exponential-smoothing-forecasting by Sagar Sharma · 2 years, 1 month ago
  6. 56f9c1b refactor: rewrite `Exponential Smoothing Forecasting` queries in `QB` by Sagar Sharma · 2 years, 1 month ago
  7. d3a6881 Merge branch 'develop' into refactor/report/bom-variance-report by Sagar Sharma · 2 years, 1 month ago
  8. 19e64eb refactor: rewrite `BOM Variance Report` queries in `QB` by Sagar Sharma · 2 years, 1 month ago
  9. 390ce57 fix: warehouse filter in `BOM Stock Calculated Report` by Sagar Sharma · 2 years, 1 month ago
  10. 8fd7c04 refactor: rewrite `BOM Stock Report` queries in `QB` by Sagar Sharma · 2 years, 1 month ago
  11. 94199b7 fix: add translate function to strings by Ernesto Ruiz · 2 years, 1 month ago
  12. aa49ec8 fix: add translate function to strings by Ernesto Ruiz · 2 years, 1 month ago
  13. d3cd3bc Merge branch 'develop' into refactor/report/bom-stock-calculated by Sagar Sharma · 2 years, 1 month ago
  14. e1a98c1 test: add test cases for BOM Stock Calculated report by Sagar Sharma · 2 years, 1 month ago
  15. 7a968a5 fix: add missing warehouse filter in BOM Stock Calculated report by Sagar Sharma · 2 years, 1 month ago
  16. 56192da fix: required_qty in BOM Stock Calculated report by Sagar Sharma · 2 years, 1 month ago
  17. 5245928 refactor: rewrite Process Loss Report queries in QB by Sagar Sharma · 2 years, 1 month ago
  18. d4c4ddd refactor: rewrite Work Order Stock Report queries in QB by Sagar Sharma · 2 years, 1 month ago
  19. 723fa9e refactor: BOM Stock Calculated report by Sagar Sharma · 2 years, 1 month ago
  20. 57b6dab fix: status filter in Job Card Summary by Sagar Sharma · 2 years, 3 months ago
  21. 00ef499 refactor: use db independent offset syntax (#31345) by Conor · 2 years, 4 months ago
  22. 933434c chore: format by Ankush Menat · 2 years, 5 months ago
  23. 7ff8aca fix: date filter on quality inspection report (#31148) by MOHAMMED NIYAS · 2 years, 5 months ago
  24. 1de6b14 fix: remove "scrap %" field (#31069) by Ankush Menat · 2 years, 5 months ago
  25. a896895 fix: bulk fix (~330) missing translations by Ankush Menat · 2 years, 7 months ago
  26. 494bd9e style: format code with black by Ankush Menat · 2 years, 7 months ago
  27. 5d40344 test: move report tests to subttest (#29945) by Ankush Menat · 2 years, 8 months ago
  28. 72a812f fix: use item_code instead of parent field in bom_stock_calculated report (#29684) by Ritwik Puri · 2 years, 8 months ago
  29. 6459cea fix: dont show cancelled PO items in plan report by Ankush Menat · 2 years, 8 months ago
  30. 157b4b3 refactor!: dynamically compute bom_level by Ankush Menat · 2 years, 9 months ago
  31. 0f7c2a1 fix: cost of poor quality report time filters not working (#28958) by aaronmenezes · 2 years, 9 months ago
  32. af73429 fix: Allow only BOM with ops in BOM ID filter & add total row to report by marination · 2 years, 9 months ago
  33. 3c7b772 fix: Sider (unused imports) and Linter(add extra empty line) by marination · 2 years, 9 months ago
  34. a9ff1fc fix: (enhance) BOM Operations Report by marination · 2 years, 9 months ago
  35. f872878 Merge pull request #28500 from rohitwaghchaure/feat-report-to-view-consumed-materials by rohitwaghchaure · 2 years, 11 months ago
  36. 3d2efb7 fix: linters issue by rohitwaghchaure · 2 years, 11 months ago
  37. 570ae42 Update work_order_consumed_materials.py by rohitwaghchaure · 2 years, 11 months ago
  38. f862339 fix: use get_all instead of get_list for child tables by Ankush Menat · 2 years, 11 months ago
  39. ffdf32b Merge branch 'develop' into cost-of-poor-quality by Marica · 2 years, 11 months ago
  40. 42395af fix: Remove commented code by marination · 2 years, 11 months ago
  41. db9bd5b feat: report to see the consumed materials against the work order by Rohit Waghchaure · 2 years, 11 months ago
  42. aa68987 fix: Closed status error in Work Order Summary (#28460) by Sagar Sharma · 2 years, 11 months ago
  43. c192c13 Merge branch 'develop' of https://github.com/frappe/erpnext into cost-of-poor-quality by marination · 3 years ago
  44. 1eb3ca2 fix: (travis) Production Plan Summary Report breaks if no WO by marination · 3 years ago
  45. 6098e92 chore: remove utf-8 compat code by Ankush Menat · 3 years ago
  46. 8502ccb chore: Add comment hinting to reason by marination · 3 years ago
  47. 27236b7 fix: Remove RM Cost column as cost is not retrievable from Job card by marination · 3 years ago
  48. 2849297 refactor: move process loss report to manufacturing (#28043) by Alan · 3 years ago
  49. da3635b test: execute manufacturing reports by Ankush Menat · 3 years ago
  50. 126ba16 fix: remove debug from query by Ankush Menat · 3 years ago
  51. 8221e7e fix: remove employee_name from job card summary by Ankush Menat · 3 years ago
  52. 915b343 chore: Clean up imports (#27302) by Chillar Anand · 3 years, 2 months ago
  53. 010060d chore: correct indentation by Ankush Menat · 3 years, 2 months ago
  54. 4551d7d chore: mass trailing whitespace and EOF fixes by Ankush Menat · 3 years, 2 months ago
  55. 5638fbb fix: bom stock report not working by Rohit Waghchaure · 3 years, 4 months ago
  56. 6169077 feat: provision to make subcontracted purchase order from the production plan by Rohit Waghchaure · 3 years, 4 months ago
  57. 2330c41 fix: total time calculation by Rohit Waghchaure · 3 years, 7 months ago
  58. 5730744 is corrective job card by Rohit Waghchaure · 3 years, 9 months ago
  59. c878389 fix: or condition filter in the get_all by Rohit Waghchaure · 3 years, 9 months ago
  60. 8298336 fix: Period list for exponential smoothing forecasting report (#24982) by Deepesh Garg · 3 years, 7 months ago
  61. ae63d66 fix: column names by Afshan · 3 years, 8 months ago
  62. bbc6bfd Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Suraj Shetty · 3 years, 9 months ago
  63. 0b04e23 fix: BOM Stock Report UoM correction (#24339) by Anuja Pawar · 3 years, 9 months ago
  64. ab1c2b7 fix(minor): routing by Rushabh Mehta · 3 years, 10 months ago
  65. 59dffb9 fix(Production Planning): incorrect required qty by Mohammad Hasnain · 3 years, 10 months ago
  66. 5a33f2c fix: bom stock report color showing always red by Rohit Waghchaure · 3 years, 11 months ago
  67. f9a4400 Update bom_stock_report.js by rohitwaghchaure · 3 years, 11 months ago
  68. 610d9ca fix: bom stock report color issue by Rohit Waghchaure · 3 years, 11 months ago
  69. 5c0439f fix: set correct default value from from date in downtime analysis report (#22903) by Prssanna Desai · 4 years, 2 months ago
  70. 1923ef0 refactor: Format and sanitise user inputs to search queries. (#22913) by Suraj Shetty · 4 years, 2 months ago
  71. ed0bb20 chore: add query functions to whitelist by Chinmay D. Pai · 4 years, 4 months ago
  72. 5a82276 fix: 'ForecastingReport' object has no attribute 'total_demand' by Rohit Waghchaure · 4 years, 5 months ago
  73. 063d344 Merge pull request #21998 from rohitwaghchaure/fixed-label-for-date by rohitwaghchaure · 4 years, 5 months ago
  74. b86c0eb fix: labels for date in manufacturing reports by Rohit Waghchaure · 4 years, 5 months ago
  75. 5226403 refactor: display draft job card as Open job card by Rohit Waghchaure · 4 years, 5 months ago
  76. 7320a72 Merge pull request #21991 from rohitwaghchaure/fixed-forecasting-data-and-changed-columns by rohitwaghchaure · 4 years, 5 months ago
  77. 234a55c refactor: showing the order's data for past period by Rohit Waghchaure · 4 years, 5 months ago
  78. 7ac731d fix: raw material warehouse in Production Planning Report (#21982) by rohitwaghchaure · 4 years, 5 months ago
  79. df5f852 Merge pull request #21957 from nabinhait/fix344 by Deepesh Garg · 4 years, 5 months ago
  80. cb1a910 fix: filters for the manufacturing reports by Rohit Waghchaure · 4 years, 5 months ago
  81. 0738849 fix: label changed in production plan by Nabin Hait · 4 years, 5 months ago
  82. 07b5661 Merge pull request #21946 from rohitwaghchaure/fixed-v13-beta-2-issues-develop by rohitwaghchaure · 4 years, 5 months ago
  83. 1e04b45 fix: manufacturing dashboard and work order summary chart by Rohit Waghchaure · 4 years, 5 months ago
  84. feaf5c7 fix: dict object has no attribute append by Rohit Waghchaure · 4 years, 5 months ago
  85. df78e29 Merge pull request #21724 from rohitwaghchaure/production-forecasting by rohitwaghchaure · 4 years, 5 months ago
  86. 9d04c06 fix: HR dashboard and onboarding by Nabin Hait · 4 years, 5 months ago
  87. e6147ed feat: production forecasting using exponential smoothing method by Rohit Waghchaure · 4 years, 5 months ago
  88. aa85e51 feat: Production Planning Against Sales Order/Material Request/Work Order (#21763) by rohitwaghchaure · 4 years, 5 months ago
  89. 84011b7 fix: updated manufacturing onboarding and desk by Rohit Waghchaure · 4 years, 5 months ago
  90. 366bce6 added onboarding for manufacturing by Rohit Waghchaure · 4 years, 6 months ago
  91. 34f4a23 feat: manufacturing dashboards by Rohit Waghchaure · 4 years, 6 months ago
  92. 36aea71 fix: new dashboard and report by Anurag Mishra · 4 years, 5 months ago
  93. e8a651b fix: BOM stock report (#21380) by rohitwaghchaure · 4 years, 6 months ago
  94. de5237f refactor: Report BOM Sock Calculated (#19431) by Anurag Mishra · 4 years, 11 months ago
  95. c0d8233 fix: Raw material qty depending on the quantity of the parent BOM by Anurag Mishra · 5 years ago
  96. 5dcf2c6 chore: remove unlinked letter head references (#19138) by Mangesh-Khairnar · 5 years ago
  97. 4ca393d fix: renamed report BOM item scraps into BOM Explorer (#17869) by Anurag Mishra · 5 years ago
  98. dd5d4c4 fix: indent by Anurag Mishra · 5 years ago
  99. 144e60a Update bom_items_and_scraps.py by rohitwaghchaure · 5 years ago
  100. f1f2a3e feat: added report for showinrg complete hierarchy of bom with item details and scraps by Anurag Mishra · 5 years ago