1. 8581b78 Merge pull request #32713 from ernestoruiz89/patch-9 by Deepesh Garg · 2 years, 3 months ago
  2. 4c7fa94 fix: correct linters by Ernesto Ruiz · 2 years, 3 months ago
  3. 9c529c6 fix: correct linters by Ernesto Ruiz · 2 years, 3 months ago
  4. c1e608d fix: add translate function to period in stock_analytics.py by Ernesto Ruiz · 2 years, 3 months ago
  5. 71a0ae2 fix: refactor code for better translatable string in stock_ageing.py by Ernesto Ruiz · 2 years, 3 months ago
  6. 26c00f8 Merge branch 'develop' into refactor/stock/remaining-reports by Sagar Sharma · 2 years, 3 months ago
  7. 40bd121 refactor: rewrite `Itemwise Recommended Reorder Level Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  8. cde785f refactor: rewrite `Product Bundle Balance Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  9. feaa2db refactor: rewrite `Stock Ledger Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  10. 582e1bf Merge branch 'develop' into refactor/stock/reports by Sagar Sharma · 2 years, 4 months ago
  11. 2481574 chore: seperate function to apply filter for warehouse in case of QB by Rohit Waghchaure · 2 years, 4 months ago
  12. 6381e75 fix: group warehouse filter not working for Batchwise Balance history report by Rohit Waghchaure · 2 years, 4 months ago
  13. f0f2413 Merge branch 'develop' into refactor/stock/reports by Sagar Sharma · 2 years, 4 months ago
  14. 8103856 refactor: rewrite `Warehouse wise Item Balance Age and Value Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  15. 7c759b1 refactor: rewrite `Total Stock Summary Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  16. d3c073d refactor: rewrite `Supplier-Wise Sales Analytics Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  17. c18f13a refactor: rewrite `Stock Projected Qty Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  18. e312d17 refactor: rewrite `Item Prices Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  19. f41d150 fix: report chart field type by hendrik · 2 years, 4 months ago
  20. afb323b Merge branch 'develop' into refactor/stock/report/incorrect-stock-value by Sagar Sharma · 2 years, 4 months ago
  21. b93331e refactor: rewrite `Incorrect Stock Value Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  22. 22299d2 refactor: rewrite `Item Price Stock Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  23. bb59346 refactor: rewrite `Delayed Item Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  24. 1c1f991 refactor: rewrite `Batch-Wise Balance History Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  25. 2c9d957 refactor: rewrite `Batch Item Expiry Status Report` queries in `QB` by Sagar Sharma · 2 years, 4 months ago
  26. 3dc754c test: add test cases for `Item Shortage Report` by Sagar Sharma · 2 years, 4 months ago
  27. f0a78aa refactor: rewrite `Item Shortage Report` queries in QB by Sagar Sharma · 2 years, 4 months ago
  28. 5da7e01 fix: dont show zero qty available items in stock ageing report by Rohit Waghchaure · 2 years, 6 months ago
  29. 289e6cd fix: change frappe.db.sql to frappe.qb by Rohit Waghchaure · 2 years, 7 months ago
  30. e576f7f test: test cases for inventory dimension by Rohit Waghchaure · 2 years, 7 months ago
  31. dbec5cf feat: Inventory Dimension by Rohit Waghchaure · 2 years, 7 months ago
  32. 74a782d refactor: DB independent quoting and truthy/falsy values (#31358) by Conor · 2 years, 8 months ago
  33. 5b8c743 Merge pull request #30945 from ankush/stock_analytics_fix by Marica · 2 years, 9 months ago
  34. f6d6463 chore: fifo queue vs qty after transaction comparison report by Ankush Menat · 2 years, 9 months ago
  35. 198b91f fix: only carry-forward balances till today's period by Ankush Menat · 2 years, 9 months ago
  36. 287b255 fix: batch_no doesn't maintain qty_after_transaction by Ankush Menat · 2 years, 9 months ago
  37. 6ab0046 fix: consider previous balance is missing by Ankush Menat · 2 years, 9 months ago
  38. d81422f test: basic test for stock analytics report by Ankush Menat · 2 years, 9 months ago
  39. ae842d8 chore: remove datettime formatting from debug report by Ankush Menat · 2 years, 9 months ago
  40. 9af2d68 refactor: convert queries to ORM/QB, add types by Ankush Menat · 2 years, 10 months ago
  41. ba29323 test: increase assertions to cover all cases by Ankush Menat · 2 years, 10 months ago
  42. e278ee3 test: item attribute columns by Ankush Menat · 2 years, 10 months ago
  43. febc74a refactor: rewrite stock balance query to QB by Ankush Menat · 2 years, 10 months ago
  44. 8a499e9 test: uom conversion in stock balance report by Ankush Menat · 2 years, 10 months ago
  45. af0ea7b test: assert balanaces against SLE by Ankush Menat · 2 years, 10 months ago
  46. f4766ae test: opening balance in stock balance report by Ankush Menat · 2 years, 10 months ago
  47. 8b2432d test: stock balance report tests by Ankush Menat · 2 years, 10 months ago
  48. 64ac22a refactor: add filter type info by Ankush Menat · 2 years, 10 months ago
  49. a896895 fix: bulk fix (~330) missing translations by Ankush Menat · 2 years, 10 months ago
  50. 494bd9e style: format code with black by Ankush Menat · 2 years, 10 months ago
  51. 5a9bf9f fix: respect db multi_tenancy while fetching precision (#30301) by Ankush Menat · 2 years, 11 months ago
  52. 60c4593 chore: removed unrequired batch_no parameter while fetching stock_balance by Noah Jacob · 2 years, 11 months ago
  53. 00797fa test: checking balance serial nos in stock ledger report by Noah Jacob · 2 years, 11 months ago
  54. e8ba1f4 fix: incorrect balance serial no in stock ledger report by Noah Jacob · 3 years ago
  55. fe4b677 refactor: Remove dead code (#30140) by Chillar Anand · 2 years, 11 months ago
  56. 7579981 Merge pull request #29987 from marination/mr-to-order-and-receive-report by Marica · 2 years, 11 months ago
  57. 55a966e chore: get stock reco qty from SR instead of SLE (#30059) by Ankush Menat · 3 years ago
  58. e6952cb refactor: Convert to QB, added test file, removed white space by marination · 3 years ago
  59. b0d1e6d test(refactor): use FrappeTestCase by Ankush Menat · 3 years ago
  60. 5d40344 test: move report tests to subttest (#29945) by Ankush Menat · 3 years ago
  61. b1555fd chore: batch flag and consumption rate in invariant report by Ankush Menat · 3 years ago
  62. d5be536 test: Negative Stock, over consumption & over production with split rows, balance precision by marination · 3 years ago
  63. ed4a6c6 fix: Range Qty precision by marination · 3 years ago
  64. d3fbbcf fix: Precision of available qty and negative stock in transfer bucket by marination · 3 years ago
  65. f6233e7 chore: Add transfer bucket working to .md file by marination · 3 years ago
  66. ea3b7de test: Stock Ageing FIFO buckets for Repack entry with same item by marination · 3 years ago
  67. 799671c fix: Transfer Bucket logic for Repack Entry with split batch rows by marination · 3 years ago
  68. f221a0d test: Cover back to back recos from different warehouses by marination · 3 years ago
  69. f62b320 fix: Generate Wh wise FIFO Queue and later aggregate if required by marination · 3 years ago
  70. 3e5f940 test: e2e test for LIFO valuation by Ankush Menat · 3 years, 1 month ago
  71. 04f6426 feat: show stock value difference in stock ledger report (#29607) by Ankush Menat · 3 years ago
  72. 0dafa8a fix: stock ledger rendering glitch by mergify[bot] · 3 years ago
  73. f5f3552 test: cover more reports in test by Ankush Menat · 3 years ago
  74. 82ea958 fix: ignore cancelled SLEs (#29303) by Ankush Menat · 3 years, 1 month ago
  75. 24fc487 fix: incorrect serial no valuation report showing cancelled entries (#29172) by Ankush Menat · 3 years, 1 month ago
  76. 6ca978c fix: Linter (extra line after import) by marination · 3 years, 1 month ago
  77. 098f72e test: Stock Ageing FIFO Slot generation by marination · 3 years, 1 month ago
  78. 0eb38a4 Merge branch 'develop' into stock-ageing-negative-stock by Marica · 3 years, 1 month ago
  79. c007f84 chore: Added .md file to explain stock ageing business logic by marination · 3 years, 1 month ago
  80. 878fd37 chore: Use frappe.qb for query by marination · 3 years, 1 month ago
  81. 7987a46 chore: add running stock value difference in invariant report (#29012) by Ankush Menat · 3 years, 1 month ago
  82. 24a35c6 fix: Sider and Server side test by marination · 3 years, 1 month ago
  83. 8951a5c fix: Linter (imports) by marination · 3 years, 1 month ago
  84. 0f43792 fix: Stock Ageing Report - Negative Opening Stock by marination · 3 years, 1 month ago
  85. 6ba8f76 chore: ledger invariant check report (#28921) by Ankush Menat · 3 years, 2 months ago
  86. 228e011 perf: remove forcing of posting sort index on stock balance (#28902) by Ankush Menat · 3 years, 2 months ago
  87. 304aa44 fix: Nonstock item showing in Itemwise Recommended Reorder Level report (#28873) by aaronmenezes · 3 years, 2 months ago
  88. 7ff30a4 fix: incorrect balance for warehouses (#28583) by Noah Jacob · 3 years, 2 months ago
  89. 87f2dcf fix: total stock summary UI glitch #28564 by Ankush Menat · 3 years, 2 months ago
  90. e498389 fix: ignore cancelled entries in incorrect balance qty report by Ankush Menat · 3 years, 3 months ago
  91. 8fe5feb chore: remove all six compat code by Ankush Menat · 3 years, 3 months ago
  92. 6098e92 chore: remove utf-8 compat code by Ankush Menat · 3 years, 3 months ago
  93. fdaf93f refactor: shows opening balance from filtered from_date (#26877) by Noah Jacob · 3 years, 3 months ago
  94. 2849297 refactor: move process loss report to manufacturing (#28043) by Alan · 3 years, 3 months ago
  95. da3635b test: execute manufacturing reports by Ankush Menat · 3 years, 3 months ago
  96. 126ba16 fix: remove debug from query by Ankush Menat · 3 years, 3 months ago
  97. 06fa35a test: add custom TestCase class and use in stock by Ankush Menat · 3 years, 5 months ago
  98. 70c203d test: automated test for running all stock reports (#27510) by Ankush Menat · 3 years, 5 months ago
  99. d743c41 fix(ux): apply proper filtering in stock reports (#27411) by Ankush Menat · 3 years, 5 months ago
  100. 915b343 chore: Clean up imports (#27302) by Chillar Anand · 3 years, 5 months ago