1. 5d27a76 test: serial no valuation test case by Ankush Menat · 2 years, 9 months ago
  2. 0272397 test: make sure zero incoming rate is maintained while consuming by Ankush Menat · 2 years, 9 months ago
  3. b0cf619 fix: only add stock queue if FIFO (#29302) by Ankush Menat · 2 years, 9 months ago
  4. b9642a1 fix: incorrect incoming rate computation for sr no by Ankush Menat · 2 years, 10 months ago
  5. 2b681f0 fix: exclude existing serial numbers while auto creating new #29292 by Dany Robert · 2 years, 9 months ago
  6. bc187c1 fix: updated standard workspace json files by Shariq Ansari · 2 years, 9 months ago
  7. c49dff3 test: Check for FinishedGoodError if 0 FG in repack entry by marination · 2 years, 9 months ago
  8. 3922a39 test: Basic test one item repacked into two by marination · 2 years, 9 months ago
  9. eac7b5d fix: Allow multiple fg in repack entry by marination · 2 years, 9 months ago
  10. eb8d08b fix: remove all stock UOM conversion when changing stock UOM by Ankush Menat · 2 years, 9 months ago
  11. efcfb82 Merge pull request #29257 from marination/fix-reset-wh-defaults by Marica · 2 years, 9 months ago
  12. 71466c6 Merge pull request #29179 from rohitwaghchaure/fixed-incorrect-scrap-qty-in-manufacture by rohitwaghchaure · 2 years, 9 months ago
  13. 8f0b2fa fix: incorrect scrap item qty by Rohit Waghchaure · 2 years, 10 months ago
  14. b5abf68 Merge branch 'develop' into e-commerce-refactor-develop by Marica · 2 years, 9 months ago
  15. 24fc487 fix: incorrect serial no valuation report showing cancelled entries (#29172) by Ankush Menat · 2 years, 10 months ago
  16. 7385497 fix: using get_batch_qty method to get available_qty by Subin Tom · 2 years, 10 months ago
  17. 267da48 fix: added Sum() in query by Subin Tom · 2 years, 10 months ago
  18. 5685508 Merge branch 'develop' into pos-batch-no-stock-validation by Saqib Ansari · 2 years, 10 months ago
  19. f02e6b4 fix: incorrect posting time fetching incorrect qty (#29103) by rohitwaghchaure · 2 years, 10 months ago
  20. 087ebca Merge pull request #29014 from ankush/rename_sr_no by Ankush Menat · 2 years, 10 months ago
  21. 02b9541 Merge branch 'develop' into independent-manu-entry by Marica · 2 years, 10 months ago
  22. 22809a2 fix: Avoid Impact on Repack Entry by marination · 2 years, 10 months ago
  23. 7d0340e fix: Sider by marination · 2 years, 10 months ago
  24. 6ca978c fix: Linter (extra line after import) by marination · 2 years, 10 months ago
  25. 098f72e test: Stock Ageing FIFO Slot generation by marination · 2 years, 10 months ago
  26. 0eb38a4 Merge branch 'develop' into stock-ageing-negative-stock by Marica · 2 years, 10 months ago
  27. c007f84 chore: Added .md file to explain stock ageing business logic by marination · 2 years, 10 months ago
  28. 878fd37 chore: Use frappe.qb for query by marination · 2 years, 10 months ago
  29. ab09dc5 fix(UX): Optimize rate updation of changing price list by Deepesh Garg · 2 years, 10 months ago
  30. 7987a46 chore: add running stock value difference in invariant report (#29012) by Ankush Menat · 2 years, 10 months ago
  31. db7aef2 style: better labels for SLE fields (#28988) by Ankush Menat · 2 years, 10 months ago
  32. 7f786e4 Merge branch 'develop' into pos-batch-no-stock-validation by Saqib · 2 years, 10 months ago
  33. d7c4b8a Merge branch 'develop' into independent-manu-entry by Marica · 2 years, 10 months ago
  34. 24a35c6 fix: Sider and Server side test by marination · 2 years, 10 months ago
  35. d7148ad test: remove unnecessary creation of companies #28965 by Ankush Menat · 2 years, 10 months ago
  36. d209e5d Merge branch 'develop' into independent-manu-entry by Marica · 2 years, 10 months ago
  37. 8951a5c fix: Linter (imports) by marination · 2 years, 10 months ago
  38. 0f43792 fix: Stock Ageing Report - Negative Opening Stock by marination · 2 years, 10 months ago
  39. 2bb7bca test: bin qty on backdated SR by Ankush Menat · 2 years, 10 months ago
  40. ff9a6e8 fix: correct bin qty on backdated transactions by Ankush Menat · 2 years, 10 months ago
  41. f5d5281 chore: drop deprecated qunit tests by Ankush Menat · 2 years, 10 months ago
  42. 107b404 chore: rename FifoValuation to FIFOValuation by Ankush Menat · 2 years, 10 months ago
  43. 745caf9 perf: specify slots on FIFO queue by Ankush Menat · 2 years, 10 months ago
  44. aa0e163 test: hypothesis tests for FIFO queue by Ankush Menat · 2 years, 10 months ago
  45. 9d17743 fix: return consumed bin on collapsing queue by Ankush Menat · 2 years, 10 months ago
  46. a00d8d0 refactor: outgoing rate and defaults for remove_stock by Ankush Menat · 2 years, 10 months ago
  47. db1c088 feat: get consumed bins from Fifo queue on pop by Ankush Menat · 2 years, 10 months ago
  48. 1833f7a test: FifoValuation tests by Ankush Menat · 2 years, 10 months ago
  49. e6e679c fix: round off if near zero while popping from queue by Ankush Menat · 2 years, 10 months ago
  50. a71b476 feat: repr, eq and iter for fifo queue by Ankush Menat · 2 years, 10 months ago
  51. 4b29fb6 refactor: move Fifo Valuation to a new class by Ankush Menat · 2 years, 10 months ago
  52. 6ba8f76 chore: ledger invariant check report (#28921) by Ankush Menat · 2 years, 10 months ago
  53. 68beee2 fix: replaced sql query with frappe.qb by Subin Tom · 2 years, 10 months ago
  54. 9f23552 fix: Validation in POS for item batch no stock quantity by Subin Tom · 2 years, 10 months ago
  55. 2be62c2 feat: provision to have limited parameters for in-process quality ins… (#28549) by DeeMysterio · 2 years, 10 months ago
  56. 228e011 perf: remove forcing of posting sort index on stock balance (#28902) by Ankush Menat · 2 years, 10 months ago
  57. 56bc8a5 Merge branch 'develop' into home-onboarding by Saqib · 2 years, 10 months ago
  58. 66960cf fix: remove set only once from valuation method (#28876) by Ankush Menat · 2 years, 10 months ago
  59. 80f1a8c fix: incorrect logic for "Reserved Qty for Production" (#28880) by Ankush Menat · 2 years, 10 months ago
  60. 304aa44 fix: Nonstock item showing in Itemwise Recommended Reorder Level report (#28873) by aaronmenezes · 2 years, 10 months ago
  61. 534c64a fix: packing slip incorrect item value (#28862) by Ankush Menat · 2 years, 10 months ago
  62. 74d086f Merge branch 'develop' into home-onboarding by Jannat Patel · 2 years, 10 months ago
  63. 75bc404 test: stock frozen validation by Ankush Menat · 2 years, 11 months ago
  64. d37541d fix: ensure that reposting is finished before freezing stock/account by Ankush Menat · 2 years, 11 months ago
  65. 6485ac4 fix: misleading "Set Default X" fields after saving (#28798) by Sagar Sharma · 2 years, 11 months ago
  66. c64d502 fix: deduplicate after finishing the repost (#28803) by Ankush Menat · 2 years, 11 months ago
  67. 96a019e test: add multi-batch negative qty test by Ankush Menat · 2 years, 11 months ago
  68. f0152d0 test: simplfy test and expect specific exception by Ankush Menat · 2 years, 11 months ago
  69. 9c90b7a refactor: remove redundant batch qty validation by Ankush Menat · 2 years, 11 months ago
  70. 5eba575 fix: check future negative stock for batches by Ankush Menat · 2 years, 11 months ago
  71. 1cbeba5 test: check execution of illegal stock entry seq by 18alantom · 3 years, 4 months ago
  72. ca230e4 test: index test should pass without calling function #28771 by Ankush Menat · 2 years, 11 months ago
  73. fc4e6a2 Merge pull request #28710 from noahjacob/calc_outgoing_stock_entry by rohitwaghchaure · 2 years, 11 months ago
  74. ba5a7ff fix: weird item sorting by `idx` by Ankush Menat · 2 years, 11 months ago
  75. 5caf411 fix: remove autocommit from item rename by Ankush Menat · 2 years, 11 months ago
  76. 72dbc3d fix!: dont allow renaming warehouse primary key by Ankush Menat · 2 years, 11 months ago
  77. 35346de test: added tests for manufacture stock entry when material_consumption is enabled by Noah Jacob · 2 years, 11 months ago
  78. 7f3e6d1 fix: incorrect outgoing rates when material_consumption enabled by Noah Jacob · 2 years, 11 months ago
  79. cef84c2 refactor: simplify the way SLEs are submitted by Ankush Menat · 2 years, 11 months ago
  80. 97060c4 refactor: replace misleading variable name by Ankush Menat · 2 years, 11 months ago
  81. a37c99a fix: dont requeue repost immediately and clear progress (#28684) by Ankush Menat · 2 years, 11 months ago
  82. 427938f fix: new item form tour for home onboarding by Jannat Patel · 2 years, 11 months ago
  83. dc3449c Merge branch 'develop' into product-bundle-fixes by Ganga Manoj · 2 years, 11 months ago
  84. ab280f7 fix: update modified timestamp for delivery note #28657 by Sagar Vora · 2 years, 11 months ago
  85. a473e1d fix: Add item to packing list by GangaManoj · 2 years, 11 months ago
  86. e10ab16 feat: Grant commission on certain items only (#27467) by Raffael Meyer · 2 years, 11 months ago
  87. aeb62af fix(ux): remove attachment limits by Ankush Menat · 2 years, 11 months ago
  88. c0cc72e fix: incorrect discount amount set when item is replaced (#28556) by Saqib · 2 years, 11 months ago
  89. c7701ac chore: correct docstrings by Ankush Menat · 2 years, 11 months ago
  90. f862339 fix: use get_all instead of get_list for child tables by Ankush Menat · 2 years, 11 months ago
  91. 8cc1dc8 Merge branch 'develop' into home-onboarding by Jannat Patel · 2 years, 11 months ago
  92. 69a17b9 refactor: move Bin queries to qb/orm (#28522) by Ankush Menat · 2 years, 11 months ago
  93. 7ff30a4 fix: incorrect balance for warehouses (#28583) by Noah Jacob · 2 years, 11 months ago
  94. dfff972 fix: Linter (imports) by marination · 2 years, 11 months ago
  95. 26207d9 Merge branch 'develop' into independent-manu-entry by Marica · 2 years, 11 months ago
  96. affb291 test: Independent Manufacture Entry by marination · 2 years, 11 months ago
  97. a1055d6 Merge branch 'develop' into product-bundle-fixes by Ganga Manoj · 2 years, 11 months ago
  98. 87f2dcf fix: total stock summary UI glitch #28564 by Ankush Menat · 2 years, 11 months ago
  99. ed94f0f refactor: deduplicate during repost background job by Ankush Menat · 2 years, 11 months ago
  100. 55631dd test: item-wh deduplication in reposting by Ankush Menat · 3 years ago