1. d4cc7c5 fix: Account currency validation by Deepesh Garg · 2 years, 7 months ago
  2. fe96254 chore: skip style checks in sider by Ankush Menat · 2 years, 7 months ago
  3. 7e719a1 Merge pull request #30377 from marination/stock-entry-items-idx by Marica · 2 years, 7 months ago
  4. 87dc9c6 Merge pull request #30470 from nextchamp-saqib/fix-dn-credit-limit-validation by Saqib Ansari · 2 years, 7 months ago
  5. a51ba4c Merge branch 'develop' into bom-update-tool by Marica · 2 years, 7 months ago
  6. b5ad626 fix: Linter by marination · 2 years, 7 months ago
  7. 6528218 perf: skip warehouse validation for non-stock items by Saqib Ansari · 2 years, 7 months ago
  8. b80fac0 fix: validate 0 transfer qty in stock entry (#30476) by Ankush Menat · 2 years, 7 months ago
  9. b12fe0f fix: dont check for failed repost while freezing (#30472) by Ankush Menat · 2 years, 7 months ago
  10. fa3b953 test: idx mapping correctness by marination · 2 years, 7 months ago
  11. c122882 fix: credit limit validation in delivery note by Saqib Ansari · 2 years, 7 months ago
  12. 88a460b Merge branch 'develop' into stock-entry-items-idx by Marica · 2 years, 7 months ago
  13. 0cb9cdb Merge branch 'develop' into fix-asset-warehouse-validation by Ankush Menat · 2 years, 7 months ago
  14. d29e314 ci: pin click for black (#30464) by Ankush Menat · 2 years, 7 months ago
  15. 76dce2e fix: use `name` for links not `item_code` (#30462) by Ankush Menat · 2 years, 7 months ago
  16. b60fad6 Merge branch 'develop' of https://github.com/frappe/erpnext into fix-asset-warehouse-validation by Saqib Ansari · 2 years, 7 months ago
  17. 136466d fix(asset): do not validate warehouse on asset purchase by Saqib Ansari · 2 years, 7 months ago
  18. 760e68b Merge pull request #30426 from frappe/mergify/bp/develop/pr-30395 by Deepesh Garg · 2 years, 7 months ago
  19. 639d380 chore: Remove redundant idx query and value setting by marination · 2 years, 7 months ago
  20. 63d8924 Merge branch 'develop' into bom-update-tool by Ankush Menat · 2 years, 7 months ago
  21. 40d7418 Merge branch 'develop' into stock-entry-items-idx by Ankush Menat · 2 years, 7 months ago
  22. 3821a97 Merge branch 'develop' into mergify/bp/develop/pr-30395 by Ankush Menat · 2 years, 7 months ago
  23. 7c0c31b Merge pull request #29783 from ankush/format by Ankush Menat · 2 years, 7 months ago
  24. b0f7931 chore: ignore black formatting changes in blame by Ankush Menat · 2 years, 7 months ago
  25. 494bd9e style: format code with black by Ankush Menat · 2 years, 7 months ago
  26. 21e00da ci: force black formatting (pre-commit) by Ankush Menat · 2 years, 8 months ago
  27. 8dff4d6 fix: bom valuation - handle lack of LPP (#30454) by Ankush Menat · 2 years, 7 months ago
  28. 77c36f6 fix: set `options` for Currency field Incoming Rate (#30384) by Sagar Vora · 2 years, 7 months ago
  29. c01fe74 fix(patch): fix failing patches (#30427) by Raffael Meyer · 2 years, 7 months ago
  30. eea18395 Merge pull request #30419 from nextchamp-saqib/fix-item-tax-template-patch by Saqib Ansari · 2 years, 7 months ago
  31. 500870b fix: enable row deletion in reference table by rahib-hassan · 2 years, 7 months ago
  32. b58b134 refactor: dont harcode "serial_no" field by Ankush Menat · 2 years, 7 months ago
  33. 98468fa fix: ignore circular dependencies on barcode scan by Ankush Menat · 2 years, 7 months ago
  34. 806f420 fix: revert global flag added for erasing barcode by Ankush Menat · 2 years, 7 months ago
  35. 17a2ceb style: prettier js by Ankush Menat · 2 years, 7 months ago
  36. 9f0e794 fix: clean up if item is not found by Ankush Menat · 2 years, 7 months ago
  37. 32e44f5 fix: correctly capture first serial no by Ankush Menat · 2 years, 7 months ago
  38. b3c604d refactor: dont hardcode child table name by Ankush Menat · 2 years, 7 months ago
  39. 3a8656b refactor: split data update responsibilty to multiple functions by Ankush Menat · 2 years, 7 months ago
  40. c34847e refactor: dont hardcode child table "items" by Ankush Menat · 2 years, 7 months ago
  41. 893139f refactor: dont hardcode "scan_barcode" field by Ankush Menat · 2 years, 7 months ago
  42. bd06ffa refactor: store scannned field as attr by Ankush Menat · 2 years, 7 months ago
  43. 2d15413 refactor: transaction.js -> barcode_scanner.js by Ankush Menat · 2 years, 7 months ago
  44. 18abb28 fix(barcode_scan): dont add duplicate serial nos by Ankush Menat · 2 years, 7 months ago
  45. b06123b fix: trigger `table_add` on new row by Ankush Menat · 2 years, 7 months ago
  46. a270f12 fix(UX): reduce duration of barcode scan toasts by Ankush Menat · 2 years, 7 months ago
  47. 69ae266 fix: update picked qty on cancellation by Ankush Menat · 2 years, 7 months ago
  48. 18c5b24 fix: Update condition by Deepesh Garg · 2 years, 7 months ago
  49. fc09377 fix: Resolve conflicts by Deepesh Garg · 2 years, 7 months ago
  50. e401ad3 refactor: replace dead duplicate code by Ankush Menat · 2 years, 7 months ago
  51. 9daea6f perf: slimmer and faster before_tests by Ankush Menat · 2 years, 7 months ago
  52. c10e497 Merge pull request #30420 from nextchamp-saqib/fix-minor-custom-cash-flow by Saqib Ansari · 2 years, 7 months ago
  53. 4766732 Merge branch 'develop' into fix-item-tax-template-patch by Saqib Ansari · 2 years, 7 months ago
  54. 8e7c214 Merge branch 'develop' into fix-minor-custom-cash-flow by Saqib Ansari · 2 years, 7 months ago
  55. 0312c50 Merge pull request #30430 from frappe/mergify/bp/develop/pr-30429 by Deepesh Garg · 2 years, 7 months ago
  56. 2e96485 fix: Check for onload property by Deepesh Garg · 2 years, 7 months ago
  57. ffec951 fix: do not update status to Paid if sanctioned amount is 0 by Rucha Mahabal · 2 years, 7 months ago
  58. 2d91578 chore: sort imports by Rucha Mahabal · 2 years, 7 months ago
  59. edf0c00 test: expense claim against fully and partially paid advances by Rucha Mahabal · 2 years, 7 months ago
  60. 0461223 fix: Expense Claim conditions for Paid status by Rucha Mahabal · 2 years, 7 months ago
  61. 19b1b1f test: test for auto write-off amount by Deepesh Garg · 2 years, 7 months ago
  62. b2ac773 fix: Ignore for Purchase Invoices by Deepesh Garg · 2 years, 7 months ago
  63. 8cfa3a9 fix: Ignore for Purchase Invoices by Deepesh Garg · 2 years, 7 months ago
  64. d04d303 fix: Client side changes for POS Write off amount by Deepesh Garg · 2 years, 7 months ago
  65. f57f4af fix: Write off amount wrongly calculated in POS Invoice by Deepesh Garg · 2 years, 7 months ago
  66. 0534cf6 fix: show subassembly table always (#30422) by Ankush Menat · 2 years, 7 months ago
  67. 80c7d70 Merge branch 'develop' into fix-minor-custom-cash-flow by Saqib Ansari · 2 years, 7 months ago
  68. 5450542 fix: unsupported operand type(s) for +=: 'int' and 'NoneType' by Saqib Ansari · 2 years, 7 months ago
  69. 85b0d5f fix: translations (#30387) by Wolfram Schmidt · 2 years, 7 months ago
  70. f06ef17 fix: copy has_batch_no and has_serial_no while duplicating by Ankush Menat · 2 years, 7 months ago
  71. f4b39b8 fix(UX): use autocomplete for variant fields by Ankush Menat · 2 years, 7 months ago
  72. 936267c fix: move item tax to item tax template patch by Saqib Ansari · 2 years, 7 months ago
  73. 33863cd Merge pull request #30324 from nextchamp-saqib/fix-pos-issues-again by Saqib Ansari · 2 years, 7 months ago
  74. a9d992a Merge pull request #30338 from deepeshgarg007/bank_transaction_currency_symbol_fixes by Deepesh Garg · 2 years, 7 months ago
  75. e0c36d8 chore: ignore rules for QB formatting by Saqib Ansari · 2 years, 7 months ago
  76. 3a639f6 Merge pull request #30413 from frappe/mergify/bp/develop/pr-30406 by Deepesh Garg · 2 years, 7 months ago
  77. 97e102c fix: Condition by Deepesh Garg · 2 years, 7 months ago
  78. a83a0a0 fix: Revert rate calculation by Deepesh Garg · 2 years, 7 months ago
  79. 54cdff7 fix: Add back calculation for discount by Deepesh Garg · 2 years, 7 months ago
  80. 174a6ec fix: Rate change issue on save and mapping from other doc by Deepesh Garg · 2 years, 7 months ago
  81. c4854bb fix: failing broken patches (#30409) by Shadrak Gurupnor · 2 years, 7 months ago
  82. 9a0f5bf Merge branch 'develop' into fix-pos-issues-again by Saqib Ansari · 2 years, 7 months ago
  83. 16253a2 fix: set is_return & return_against in POS Invoice Reference table by Saqib Ansari · 2 years, 7 months ago
  84. 788d492 test: basic item and wh capacity dashboard tests by Ankush Menat · 2 years, 7 months ago
  85. 10d5fb8 test: check printviews for all docs by Ankush Menat · 2 years, 7 months ago
  86. 1b556d1 fix: test cases by Saqib Ansari · 2 years, 7 months ago
  87. d4ee31d fix: consider all existing PO items by Ankush Menat · 2 years, 7 months ago
  88. cb4873c fix: sider issues by Saqib Ansari · 2 years, 7 months ago
  89. 6ebb19d Merge pull request #30399 from ankush/wo_dead_links by Marica · 2 years, 7 months ago
  90. cf51a0a fix(pos): cannot close the pos if sr. no. is sold & returned by Saqib Ansari · 2 years, 7 months ago
  91. 5b1d605 fix: subassembly items linked to temporary name by Ankush Menat · 2 years, 7 months ago
  92. 3d43c43 fix: only validate qty for main non-subassy items by Ankush Menat · 2 years, 7 months ago
  93. d24458a fix: (ux) Add is_group=0 filter on website warehouse (#30396) by Marica · 2 years, 7 months ago
  94. 4aabe97 Merge branch 'develop' into fix-pos-issues-again by Saqib Ansari · 2 years, 7 months ago
  95. 4147f21 Merge pull request #30334 from deepeshgarg007/gst_state_number_unsetting by Deepesh Garg · 2 years, 7 months ago
  96. 07c7ebf Merge branch 'develop' into gst_state_number_unsetting by Deepesh Garg · 2 years, 7 months ago
  97. c9dcf31 test: ensure super()setUpClass is called by Ankush Menat · 2 years, 7 months ago
  98. 9c607dd Merge pull request #30323 from deepeshgarg007/sales_person_dashboard by Deepesh Garg · 2 years, 7 months ago
  99. 993cc28 Merge branch 'develop' into sales_person_dashboard by Deepesh Garg · 2 years, 7 months ago
  100. 6418dc1 fix: make auto created job cards "Open" by Ankush Menat · 2 years, 7 months ago