1. 81bcae7 fix(Asset): Remove redundant code by GangaManoj · 3 years, 4 months ago
  2. f3ae1dd fix(Asset): Fix test by GangaManoj · 3 years, 4 months ago
  3. 18bbfdf fix(Asset Repair): Remove test that's no longer necessary by GangaManoj · 3 years, 4 months ago
  4. 39dba43 fix(Asset): Fix value_after_depreciation calculation by GangaManoj · 3 years, 4 months ago
  5. 3ba9fb3 fix(Asset Repair): Replace asset_value with value_after_depreciation in tests by GangaManoj · 3 years, 4 months ago
  6. 72ea64f fix: Sider issues by GangaManoj · 3 years, 4 months ago
  7. 307fe43 fix: Remove changes made to Asset Maintenance by GangaManoj · 3 years, 4 months ago
  8. 55bca4c fix(Asset Repair): Revert Stock Entry on cancellation by GangaManoj · 3 years, 4 months ago
  9. c34e6b1 fix(Asset): Fix tests for Asset Repair by GangaManoj · 3 years, 4 months ago
  10. ba95585 fix(Asset Repair): Return Depreciation Schedule to original state on cancellation by GangaManoj · 3 years, 4 months ago
  11. 6c2f4ce fix(Asset Repair): Increase stock quantity and decrease asset value on cancellation by GangaManoj · 3 years, 4 months ago
  12. ad78888 fix(Asset Repair): Compute total_value instantly by GangaManoj · 3 years, 4 months ago
  13. e921878 fix: Rename 'Stock Item' to 'Asset Repair Consumed Item' by GangaManoj · 3 years, 4 months ago
  14. 852881e fix(Asset Repair): Fix tests by GangaManoj · 3 years, 4 months ago
  15. 42fd7ff fix(Asset Repair): Set completion_date on changing repair_status to 'Completed' by GangaManoj · 3 years, 4 months ago
  16. 68e0c96 fix(Asset Repair): Prevent some fields from being copied on duplicating the doc by GangaManoj · 3 years, 4 months ago
  17. 399d17e fix(Asset Repair): Make Error Description non-mandatory by GangaManoj · 3 years, 4 months ago
  18. e755c74 fix(Asset Repair): Add Stock Entry field by GangaManoj · 3 years, 4 months ago
  19. 4004bcd fix(Asset Repair): Move Total Repair Cost to the Stock Consumption Details section by GangaManoj · 3 years, 4 months ago
  20. bd1796c fix: Replace edit_dates with flags.increase_in_asset_life by GangaManoj · 3 years, 4 months ago
  21. ae8cb33 fix(Asset Repair): Fix depreciation_amount calculation by GangaManoj · 3 years, 4 months ago
  22. be53604 fix: Add comments by GangaManoj · 3 years, 4 months ago
  23. bd336c7 fix(Asset): Add function to clear old depreciation schedule by GangaManoj · 3 years, 4 months ago
  24. 54cbc83 fix(Asset Repair): Create GL Entries for each item in Stock Items by GangaManoj · 3 years, 4 months ago
  25. 50826f1 fix(Asset): Replace asset_value with value_after_depreciation in Finance Books by GangaManoj · 3 years, 4 months ago
  26. d354a30 fix(Asset Repair): Display value_after_depreciation in Finance Books by GangaManoj · 3 years, 4 months ago
  27. 9520efb fix(Asset Repair): Filter Warehouse by Company by GangaManoj · 3 years, 4 months ago
  28. 96de4fd fix(Asset Repair): Fix GL Entry creation by GangaManoj · 3 years, 4 months ago
  29. 71eaf3d fix(Asset Repair): Fix Sider issues by GangaManoj · 3 years, 4 months ago
  30. 75fbda1 fix(Asset Repair): Make Cost Center non-mandatory by GangaManoj · 3 years, 4 months ago
  31. 0aaf88c fix(Asset Repair): Uncheck allow_on_submit for all fields by GangaManoj · 3 years, 4 months ago
  32. 9779aa1 fix(Asset Repair): Use existing function from asset.py for fetching fixed_asset_account by GangaManoj · 3 years, 4 months ago
  33. aff9709 fix(Asset Repair): Add mandatory_depends_on condition for Purchase Invoice by GangaManoj · 3 years, 4 months ago
  34. 17fa121 fix(Asset Repair): Filter Cost Center and Project by Company by GangaManoj · 3 years, 4 months ago
  35. 867fd02 fix(Asset Repair): Add Company field by GangaManoj · 3 years, 4 months ago
  36. 5ab0cab fix(Asset Repair): Make Stock Items and Warehouse mandatory if stock_consumption is checked by GangaManoj · 3 years, 4 months ago
  37. 654074a fix(Asset Repair): Add title to error messages by GangaManoj · 3 years, 4 months ago
  38. fd27256 fix(Asset Repair): Display fields according to the state of the doc by GangaManoj · 3 years, 4 months ago
  39. 4e620c3 fix: Set asset_name as title by GangaManoj · 3 years, 4 months ago
  40. 65b2f92 fix(Asset Repair): Set company when creating Stock Entry by GangaManoj · 3 years, 5 months ago
  41. 2833903 fix(Asset Repair): Add tests by GangaManoj · 3 years, 5 months ago
  42. 70de974 fix(Asset): Add depreciation schedule details in create_asset() by GangaManoj · 3 years, 5 months ago
  43. 3f9f0ff fix(Asset Repair): Add Company in GL Entries by GangaManoj · 3 years, 5 months ago
  44. c6ed66e fix(Asset Repair): Remove unnecessary condition by GangaManoj · 3 years, 5 months ago
  45. 794807e fix(Asset Repair): Only modify depreciation schedule if calculate_depreciation is checked by GangaManoj · 3 years, 5 months ago
  46. 97193a4 fix: Sider issues by GangaManoj · 3 years, 3 months ago
  47. 4e28443 fix: Fix depreciation_amount calculation by GangaManoj · 3 years, 3 months ago
  48. 42c70fb fix: Modify depreciation schedule when increase_in_asset_life is not a multiple of frequency_of_depreciation) by GangaManoj · 3 years, 3 months ago
  49. 58bc967 fix: Rename 'Fixed Asset Depreciation Settings' to 'Fixed Asset Deafults' by GangaManoj · 3 years, 3 months ago
  50. 9e26f2d fix: Organize buttons by GangaManoj · 3 years, 3 months ago
  51. 862ce91 fix: Nested/Multi-level BOM help link (#26409) by Kenneth Sequeira · 3 years, 3 months ago
  52. f4d45d6 Revert "fix: updated onboarding steps for selling module" (#26414) by Afshan · 3 years, 3 months ago
  53. eae7c18 fix: Remove unintentional changes by Deepesh Garg · 3 years, 3 months ago
  54. c13ac4a fix: Remove unintentional changes by Deepesh Garg · 3 years, 3 months ago
  55. 446171a fix: updated onboarding steps for selling module by Anuja · 3 years, 4 months ago
  56. ef42e80 fix: Sider issues by GangaManoj · 3 years, 3 months ago
  57. 171ee51 fix: Hide amount after tax fields by Deepesh Garg · 3 years, 3 months ago
  58. 2098684 fix(pos): taxes amount in pos item cart (#26410) by Saqib · 3 years, 3 months ago
  59. 38fa3a3 fix: Unallocated amount in Payment Entry after taxes by Deepesh Garg · 3 years, 3 months ago
  60. 13d7043 fix: column 'outstanding_amount' cannot be null (#26404) by Saqib · 3 years, 3 months ago
  61. fe4f58d fix(e-invoicing): allow export invoice even if no taxes applied (#26405) by Saqib · 3 years, 3 months ago
  62. 8e8434a fix: omit item discount amount for e-invoicing (#26353) (#26407) by Saqib · 3 years, 3 months ago
  63. e6ce3bb Merge branch 'develop' into order-by-weightage-for-web-items-develop by Marica · 3 years, 3 months ago
  64. 77e0040 fix: omit item discount amount for e-invoicing (#26353) by Saqib · 3 years, 3 months ago
  65. b199702 fix(e-invoicing): allow export invoice even if no taxes applied (#26363) by Saqib · 3 years, 3 months ago
  66. 47ccfd6 fix: column 'outstanding_amount' cannot be null (#26371) by Saqib · 3 years, 3 months ago
  67. 9ac63da fix: value fetching for custom field in POS (#26367) by Subin Tom · 3 years, 3 months ago
  68. 50170a8 Merge branch 'develop' into order-by-weightage-for-web-items-develop by Marica · 3 years, 3 months ago
  69. 95a15ed fix: value fetching for custom field in POS (#26366) by Subin Tom · 3 years, 3 months ago
  70. d539918 fix: Fixed Budget Variance Graph color from all black to default (#26368) by Subin Tom · 3 years, 3 months ago
  71. 99f4499 fix: Order Items by weightage in the web items query by marination · 3 years, 4 months ago
  72. eb0dea0 Merge pull request #26333 from marination/lcv-validate-invoice by Marica · 3 years, 3 months ago
  73. 9817303 fix: Rename function and tweak logic by marination · 3 years, 3 months ago
  74. 86f5dfb fix: Validate LCV for Invoices without Update Stock by marination · 3 years, 3 months ago
  75. 01be96a Merge branch 'version-13-hotfix' into qi-rejection by Marica · 3 years, 3 months ago
  76. bf462ab fix: Rename function and tweak logic by marination · 3 years, 3 months ago
  77. afafe40 Merge pull request #26388 from Anurag810/training_fix_v13 by Anurag Mishra · 3 years, 3 months ago
  78. 6949114 Merge pull request #26389 from Anurag810/training_v13_fix by Anurag Mishra · 3 years, 3 months ago
  79. f6f924b Merge branch 'develop' into asset-credit-note by Saqib · 3 years, 3 months ago
  80. 8f3c7ab fix: escape quotes while fetching customer emails (#26329) (#26376) by Saqib · 3 years, 3 months ago
  81. bf245e5 fix: Clear Payment Schedule if PI has default Payment Schedule, but linked PO doensn't by GangaManoj · 3 years, 3 months ago
  82. 4582f28 fix: sider by Rucha Mahabal · 3 years, 3 months ago
  83. 24b31c0 fix(mobile): collapsed nodes not expanding by Rucha Mahabal · 3 years, 3 months ago
  84. 5a62467 feat: Fetch Payment Terms from linked Purchase Order by GangaManoj · 3 years, 3 months ago
  85. 3888488 fix: precision for expected values in payment entry test by Rucha Mahabal · 3 years, 3 months ago
  86. 88929b0 fix: precision for expected values in payment entry test by Rucha Mahabal · 3 years, 3 months ago
  87. 06fc9e7 fix: sibling group expansion not working for root nodes by Rucha Mahabal · 3 years, 3 months ago
  88. 257cbd3 fix: track changes on batch (#26382) by Alan · 3 years, 3 months ago
  89. a82e9e4 fix: query for training Event by Anurag Mishra · 3 years, 3 months ago
  90. b6ff891 fix: query for training Event by Anurag Mishra · 3 years, 3 months ago
  91. 09c24c7 fix: exclude active node while fetching sibling group by Rucha Mahabal · 3 years, 3 months ago
  92. 05ffc0d feat: use icon for connections on mobile view by Rucha Mahabal · 3 years, 3 months ago
  93. a4132d7 Merge branch 'develop' into fix-sla-test by Rucha Mahabal · 3 years, 3 months ago
  94. 091f41e fix: yet another fix for flaky SLA Test by Rucha Mahabal · 3 years, 3 months ago
  95. 4221499 Merge branch 'develop' into salary-slip-fix--develop by Jannat Patel · 3 years, 3 months ago
  96. cf28950 Merge pull request #26349 from Anurag810/salary-slip-fix--hotfix by Jannat Patel · 3 years, 3 months ago
  97. 8f945a9 fix: Removed un-used flag by Anurag Mishra · 3 years, 3 months ago
  98. fac420e fix: Removed un-used flag by Anurag Mishra · 3 years, 3 months ago
  99. 48018b8 fix: do not sort by number of connections by Rucha Mahabal · 3 years, 3 months ago
  100. eaef371 fix: escape quotes while fetching customer emails (#26329) by Saqib · 3 years, 3 months ago