1. 9b617cc Merge branch 'develop' into PACKING-SLIP-FOR-DN-PACKED-ITEMS by Sagar Sharma · 1 year, 10 months ago
  2. 6798b90 fix: inventory dimension for material transfer not working by Rohit Waghchaure · 1 year, 10 months ago
  3. 46c1bef Merge branch 'develop' into PACKING-SLIP-FOR-DN-PACKED-ITEMS by Sagar Sharma · 1 year, 10 months ago
  4. 2d6f112 fix: test case by Rohit Waghchaure · 1 year, 10 months ago
  5. 7a38015 fix: enqueue submit/cancel action for stock entry to avoid time out error by Rohit Waghchaure · 1 year, 10 months ago
  6. 5d43b35 Merge pull request #35230 from rohitwaghchaure/fixed-serial-no-issue-stock-reco by rohitwaghchaure · 1 year, 10 months ago
  7. 1a673fd fix: Changed type of column 'serial_no' in Stock Reconciliation to fix Data too long error by Rohit Waghchaure · 1 year, 10 months ago
  8. d5f123f Merge pull request #35220 from rohitwaghchaure/fixed-performance-issue-for-ste-mr by rohitwaghchaure · 1 year, 10 months ago
  9. 80ea22b fix: added search index to improve performance by Rohit Waghchaure · 1 year, 10 months ago
  10. 2e9278e Merge branch 'develop' into PACKING-SLIP-FOR-DN-PACKED-ITEMS by Sagar Sharma · 1 year, 10 months ago
  11. 328c336 Merge pull request #35200 from rohitwaghchaure/fixed-accepted-warehouse-and-supplier-warehouse-issue by rohitwaghchaure · 1 year, 10 months ago
  12. 15f5f98 fix: error regarding accepted and supplier warehouse by Rohit Waghchaure · 1 year, 10 months ago
  13. 40e3747 Merge branch 'develop' into fixed-order-of-reposting-entry by rohitwaghchaure · 1 year, 10 months ago
  14. c8a4791 fix: pick the in progress reposting entries first by Rohit Waghchaure · 1 year, 10 months ago
  15. 8167b24 fix: not allow to transfer excess materials against the job card by Rohit Waghchaure · 1 year, 10 months ago
  16. 3993bfd Merge pull request #35161 from rohitwaghchaure/configure-notify-reposting-role by rohitwaghchaure · 1 year, 10 months ago
  17. 2bf7716 Merge pull request #35158 from rohitwaghchaure/fixed-internal-trasfer-condition by rohitwaghchaure · 1 year, 10 months ago
  18. c7b6201 feat: configuration to notify reposting errors to specific role by Rohit Waghchaure · 1 year, 10 months ago
  19. b5a2ccf fix: internal transfer condition by Rohit Waghchaure · 1 year, 10 months ago
  20. 06e91e7 feat: reserve qty against production plan raw materials in BIN by Rohit Waghchaure · 1 year, 10 months ago
  21. 862041d Merge branch 'develop' into PACKING-SLIP-FOR-DN-PACKED-ITEMS by Sagar Sharma · 1 year, 10 months ago
  22. 9aa6465 Merge pull request #35123 from rohitwaghchaure/fixed-performance-issue-delivery-note by rohitwaghchaure · 1 year, 10 months ago
  23. 2d5ccc0 fix: timeout error while submitting delivery note by Rohit Waghchaure · 1 year, 10 months ago
  24. a10aab3 Merge pull request #35118 from rohitwaghchaure/fixed-don-not-allow-to-repost-valuation by rohitwaghchaure · 1 year, 10 months ago
  25. f751727 fix: don't allow to make reposting for the closed period by Rohit Waghchaure · 1 year, 10 months ago
  26. 424bd70 Merge branch 'develop' into PACKING-SLIP-FOR-DN-PACKED-ITEMS by Sagar Sharma · 1 year, 10 months ago
  27. bbcb658 refactor: use `get_product_bundle_list()` to get all product bundle at once by s-aga-r · 1 year, 11 months ago
  28. ba61292 test: add test case for packed qty validation on DN submit by s-aga-r · 1 year, 11 months ago
  29. 6995326 refactor: validate_packed_qty() by s-aga-r · 1 year, 11 months ago
  30. b0eb9ea refactor(minor): use `set_onload` to get unpacked items details by s-aga-r · 1 year, 11 months ago
  31. 7742c59 test: add test cases for `Packing Slip` by s-aga-r · 1 year, 11 months ago
  32. da00fc0 fix(ux): don't show `Create > Packing Slip` button if items are already packed by s-aga-r · 1 year, 11 months ago
  33. 8d1bcca fix(ux): remove `Get Items` button from `Packing Slip` by s-aga-r · 1 year, 11 months ago
  34. e75aa4e fix(ux): get items on selecting DN in Packing Slip by s-aga-r · 1 year, 11 months ago
  35. 269cc96 refactor: move `js` validations to `py` by s-aga-r · 1 year, 11 months ago
  36. 90701c7 fix: validate Packing Slip Item Qty with DN Items by s-aga-r · 1 year, 11 months ago
  37. 9e5b102 fix: make DN item reference mandatory for Packing Slip Item by s-aga-r · 1 year, 11 months ago
  38. 372bce4 fix: Packing Slip Item Qty by s-aga-r · 1 year, 11 months ago
  39. bdf2f74 fix: not able to create delivery note from sales order by Rohit Waghchaure · 1 year, 11 months ago
  40. 0add90e chore: enable `no_copy` for `dn_detail` and `pi_detail` in Packing Slip Item by s-aga-r · 1 year, 11 months ago
  41. 77f1e8c fix: update `Packed Qty` in DN on submit and cancel of `Packing Slip` by s-aga-r · 1 year, 11 months ago
  42. e6fc281 feat: add field `Packed Qty` in `Delivery Note Item` and `Packed Item` by s-aga-r · 1 year, 11 months ago
  43. 75fe9dd fix: don't map items twice by s-aga-r · 1 year, 11 months ago
  44. ee9f97c fix: remove duplicate items validation by s-aga-r · 1 year, 11 months ago
  45. b62bf78 refactor: `packing_slip.js` by s-aga-r · 1 year, 11 months ago
  46. 380dd73 fix: map `Packed Items` while creating `Packing Slip` by s-aga-r · 1 year, 11 months ago
  47. eca7713 feat: add field `pi_detail` in `Packing Slip` by s-aga-r · 1 year, 11 months ago
  48. 3be1ab9 fix: allow submit delivery note when the sales order was billed... (#34910) by HarryPaulo · 1 year, 11 months ago
  49. 31cdfa3 Merge branch 'develop' into FIX-ISS-22-23-06298 by Sagar Sharma · 1 year, 11 months ago
  50. e782a05 refactor: `get_stock_value_on()` to get stock value of multiple warehouses at once by s-aga-r · 1 year, 11 months ago
  51. 7a63fbe Revert "fix: Incorrect difference value in Stock and Account Value Comparison…" by rohitwaghchaure · 1 year, 11 months ago
  52. 291845e Merge pull request #35015 from rohitwaghchaure/incorrect-or-cond-delivery-note-issue by rohitwaghchaure · 1 year, 11 months ago
  53. 379b215 fix: incorrect OR condition causing timeout error by Rohit Waghchaure · 1 year, 11 months ago
  54. f2253dd fix: duplicate reposting entries of same voucher by Rohit Waghchaure · 1 year, 11 months ago
  55. 56d62ca Merge pull request #34980 from rohitwaghchaure/fix-inter-transfer-validation by rohitwaghchaure · 1 year, 11 months ago
  56. 19911b4 fix: validation for internal transfer entry by Rohit Waghchaure · 1 year, 11 months ago
  57. 9a37ac6 refactor: sum up SLE value in query by s-aga-r · 1 year, 11 months ago
  58. a02705d chore: Move source and campaign to more info section (#34946) by Deepesh Garg · 1 year, 11 months ago
  59. c3b5dcb fix: stock entry type issue by Rohit Waghchaure · 1 year, 11 months ago
  60. ea6eeac fix: filtering via batch no(#34950) by Deepesh Garg · 1 year, 11 months ago
  61. 66723dc Merge branch 'develop' into FIX-INTERNAL-PR-GL-ENTRIES by Sagar Sharma · 1 year, 11 months ago
  62. 11c8503 fix(test): `test_backdated_stock_reco_cancellation_future_negative_stock` by s-aga-r · 1 year, 11 months ago
  63. fcfa884 fix: limit stock reco issue by Rohit Waghchaure · 1 year, 11 months ago
  64. dd238aa Merge pull request #34929 from rohitwaghchaure/fixed-stock-and-account-value-report by rohitwaghchaure · 1 year, 11 months ago
  65. a771826 fix: Incorrect difference value in Stock and Account Value Comparison report by Rohit Waghchaure · 1 year, 11 months ago
  66. 6519514 Merge branch 'develop' into use-UnixTimestamp by Sagar Sharma · 1 year, 11 months ago
  67. 59f3fed fix: batch qty conversion factor issue fixed in pos transaction (#34917) by Vishal Dhayagude · 1 year, 11 months ago
  68. c86c543 test: add test case for internal PR GL Entries by s-aga-r · 1 year, 11 months ago
  69. e43bc38 refactor: rewrite `get_stock_value_on()` queries in `QB` by s-aga-r · 1 year, 11 months ago
  70. 6fca9ad fix: internal Purchase Receipt GL Entries by s-aga-r · 1 year, 11 months ago
  71. d07d67a Merge branch 'develop' into use-UnixTimestamp by Sagar Sharma · 1 year, 11 months ago
  72. 91a398a fix: use CombineDatetime instead of Timestamp in QB queries by s-aga-r · 1 year, 11 months ago
  73. 6bccd86 fix: stock reco test case by Rohit Waghchaure · 1 year, 11 months ago
  74. 9fd8b8e Merge pull request #34851 from rohitwaghchaure/fixed-too-many-writes-error-in-stock-reco by rohitwaghchaure · 1 year, 11 months ago
  75. 9f399f8 Merge pull request #34882 from rohitwaghchaure/filter-to-hide-disabled-warehouses by rohitwaghchaure · 1 year, 11 months ago
  76. 9ceb1f6 fix: don't show disabled warehouses in the Warehouse Wise Stock Balance report by Rohit Waghchaure · 1 year, 11 months ago
  77. d9dd64b fix: linters issues by Rohit Waghchaure · 1 year, 11 months ago
  78. fb3271c fix: unable to change `company` for manual `Serial No` entry by s-aga-r · 1 year, 11 months ago
  79. 7bfc8f1 fix: too many writes error while making backdated stock reconciliation by Rohit Waghchaure · 1 year, 11 months ago
  80. a7051cb fix: Don't use stale item details (#34847) by Deepesh Garg · 1 year, 11 months ago
  81. 6851b5b fix: reposting record not created for backdated stock reco by Rohit Waghchaure · 1 year, 11 months ago
  82. 6f6928f fix: Item tax validity comparison fixes (#34784) by Deepesh Garg · 1 year, 11 months ago
  83. 299fb26 Merge branch 'develop' into refactor-batch by Sagar Sharma · 1 year, 11 months ago
  84. 4a9a5f0 Merge branch 'develop' into refactor-batch by s-aga-r · 1 year, 11 months ago
  85. ba553db Merge pull request #34739 from resilient-tech/item-tax-override-remove by Sagar Sharma · 1 year, 11 months ago
  86. f7fb001 Merge branch 'develop' into FIX-ISS-22-23-06306 by Sagar Sharma · 1 year, 11 months ago
  87. a575bd5 test: add test cases for internal PR received qty by s-aga-r · 1 year, 11 months ago
  88. 82a136f fix: UX for stock entry, bom and work order by Rohit Waghchaure · 1 year, 11 months ago
  89. 0d1df26 chore: add `Delivery Note Item` in Purchase Receipt `Status Updater` by s-aga-r · 1 year, 11 months ago
  90. bc39dfa feat: add `Received Qty` field in `Delivery Note Item` by s-aga-r · 1 year, 11 months ago
  91. 8503d58 Merge pull request #34743 from rohitwaghchaure/fix-incorrect-balance-qty by rohitwaghchaure · 2 years ago
  92. ef4bd77 fix: incorrect stock balance quantity for batch item by Rohit Waghchaure · 2 years ago
  93. 9c66ebb chore!: remove override to set item tax based on HSN code by Sagar Vora · 2 years ago
  94. 12325cb Merge pull request #31271 from dj12djdjs/fix-reserve-qty by rohitwaghchaure · 2 years ago
  95. 4c61ee3 fix: Multiple issues in purchase invoice submission (#34600) by Deepesh Garg · 2 years ago
  96. edb0666 Merge branch 'develop' into fix-reserve-qty by rohitwaghchaure · 2 years ago
  97. c4a0842 Merge pull request #34636 from rohitwaghchaure/posting-time-issue by rohitwaghchaure · 2 years ago
  98. 06eac67 Merge pull request #34664 from rohitwaghchaure/fixed-incorrect-balance-qty-stock-ledger by rohitwaghchaure · 2 years ago
  99. 345e6fa fix: posting time issue by Rohit Waghchaure · 2 years ago
  100. cbdaab9 fix: incorrect balance qty in the stock ledger report by Rohit Waghchaure · 2 years ago