1. 3e5bbc9 Merge branch 'develop' into gross-profit-product-bundle by Ganga Manoj · 3 years, 7 months ago
  2. 5f8c2b0 fix: Remove base_rate and buying_rate for Invoice rows by GangaManoj · 3 years, 7 months ago
  3. 2dbf807 fix: Calculate total buying_amount for each invoice by GangaManoj · 3 years, 7 months ago
  4. 3edb193 fix: Fetch bundle item details by GangaManoj · 3 years, 7 months ago
  5. 257215f fix: Fetch base_net_total for each Invoice by GangaManoj · 3 years, 7 months ago
  6. 1956f62 fix: Remove qty from Sales Invoice rows by GangaManoj · 3 years, 7 months ago
  7. ad06fb2 fix: calculation of gross profit percentage in Gross Profit Report (#27045) by Afshan · 3 years, 7 months ago
  8. 46650cc fix: Calculate total buying_amount and gross profit for each invoice by GangaManoj · 3 years, 7 months ago
  9. 496bff5 feat: Column for total amount due in Accounts Receivable/Payable Summary (#27069) by Deepesh Garg · 3 years, 7 months ago
  10. 57e326e fix: Consolidated balance sheet showing incorrect values (#26975) by Deepesh Garg · 3 years, 7 months ago
  11. d1453c0 fix: Remove Item Code and Item Name columns by GangaManoj · 3 years, 7 months ago
  12. 75d4fc9 fix: Display Items in the format Item Code: Item Name by GangaManoj · 3 years, 7 months ago
  13. b5fac83 fix: Add items belonging to Product Bundles as children by GangaManoj · 3 years, 7 months ago
  14. 33f100d fix: Set initial_depth to 3 by GangaManoj · 3 years, 7 months ago
  15. 97a1d42 fix: Assign indent and parent_invoice by GangaManoj · 3 years, 7 months ago
  16. 779a1d6 fix: Make Invoice row bold by GangaManoj · 3 years, 7 months ago
  17. 5ffaff8 fix: Display items as descendants of invoices by GangaManoj · 3 years, 7 months ago
  18. 17a1540 fix: Display data in tree form by GangaManoj · 3 years, 7 months ago
  19. 7692113 fix: Return data as dict if the report is grouped by Invoice by GangaManoj · 3 years, 7 months ago
  20. 4551d7d chore: mass trailing whitespace and EOF fixes by Ankush Menat · 3 years, 7 months ago
  21. ecd6584 fix: assigning values to rows in sales register reports (#26546) by Afshan · 3 years, 7 months ago
  22. 8410e48 fix: Budget variance missing values by Deepesh Garg · 3 years, 7 months ago
  23. 3431430 fix: conflicts by Rohit Waghchaure · 3 years, 8 months ago
  24. 5d121c4 fix: removed Remarks column from AR/AP report by Rohit Waghchaure · 3 years, 8 months ago
  25. f3158ea fix: removed Remarks column from AR/AP report by Rohit Waghchaure · 3 years, 8 months ago
  26. c14aa45 fix: incorrect valuation rate calculation in gross profit report by Rohit Waghchaure · 3 years, 8 months ago
  27. 74d7baa fix: filter by accounts with group by accounts (#26438) by Afshan · 3 years, 8 months ago
  28. ac721ae fix: tds computation summary shows cancelled invoices (#26485) by Saqib · 3 years, 8 months ago
  29. 1c76154 fix: tds computation summary shows cancelled invoices (#26456) by Saqib · 3 years, 8 months ago
  30. 9168bb3 fix: filter by accounts with group by accounts (#26439) by Afshan · 3 years, 8 months ago
  31. bf03671 fix(report): iterate on accounts only when accounts exist (#26391) by Afshan · 3 years, 8 months ago
  32. 4b4ac7c fix(report): iterate on accounts only when accounts exist (#26390) by Afshan · 3 years, 8 months ago
  33. d539918 fix: Fixed Budget Variance Graph color from all black to default (#26368) by Subin Tom · 3 years, 9 months ago
  34. bd40669 Merge pull request #26289 from nemesis189/fixed-budget-variance-report-color by Deepesh Garg · 3 years, 9 months ago
  35. c8eca8a fix: remove cancelled entries in consolidated financial statements (#26331) by Afshan · 3 years, 9 months ago
  36. 53e3435 fix: remove cancelled entries in consolidated financial statements (#26330) by Afshan · 3 years, 9 months ago
  37. d2c86bb fix: Fixed Budget Variance Graph color from all black to default by Subin Tom · 3 years, 9 months ago
  38. fa00640 fix: merge conflict by Nabin Hait · 3 years, 9 months ago
  39. 43f85a2 fix: changed profitability analysis report width (#26165) by Subin Tom · 3 years, 9 months ago
  40. e3ca177 fix: Remove debug flag by Deepesh Garg · 3 years, 9 months ago
  41. bdba29b fix: Account filter not working with accounting dimension filter by Deepesh Garg · 3 years, 9 months ago
  42. a446d61 fix: Changed profitability analysis report width by Subin Tom · 3 years, 9 months ago
  43. 913e92c Merge pull request #26044 from GangaManoj/account-multiselect-gl by Deepesh Garg · 3 years, 9 months ago
  44. 41b7c1a fix(General Ledger): Improve account filter by GangaManoj · 3 years, 9 months ago
  45. 86f689e fix(General Ledger): Get account_currency accurately by GangaManoj · 3 years, 9 months ago
  46. 53a9ac4 fix(General Ledger): Condense account_conditions by GangaManoj · 3 years, 9 months ago
  47. 79dc0f0 fix: Remove console.log() by GangaManoj · 3 years, 9 months ago
  48. fb9cb78 Merge pull request #26045 from GangaManoj/filter-cc-project by Deepesh Garg · 3 years, 9 months ago
  49. 0950481 fix: merge conflict by Nabin Hait · 3 years, 9 months ago
  50. 75b30ef fix(General Ledger): Filter Project drop-down list by Company by GangaManoj · 3 years, 9 months ago
  51. 27ec51f fix(General Ledger): Filter Cost Center drop-down list by Company by GangaManoj · 3 years, 9 months ago
  52. 0511ffc fix(General Ledger): Implement multi-account selection by GangaManoj · 3 years, 9 months ago
  53. 9891780 perf(minor): remove unnecessary comprehensions (port #25645) by Ankush Menat · 3 years, 9 months ago
  54. a9c84f7 perf(minor): remove unnecessary comprehensions (#25645) by Ankush Menat · 3 years, 10 months ago
  55. 48f2839 fix: Sort account balances by account name by Deepesh Garg · 3 years, 10 months ago
  56. 3b34fc4 Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into tds_advance_payment_v13 by Deepesh Garg · 3 years, 10 months ago
  57. a5c3427 fix: Sort account balances by account name by Deepesh Garg · 3 years, 10 months ago
  58. 7dabb6b Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into tds_advance_payment_v13 by Deepesh Garg · 3 years, 10 months ago
  59. b57ebba fix: Validate negative allocated amount in Payment Entry (#25799) by Deepesh Garg · 3 years, 10 months ago
  60. 6f2dacc Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into tds_advance_payment_v13 by Deepesh Garg · 3 years, 10 months ago
  61. a3d1b69 fix: merge conflict by Nabin Hait · 3 years, 10 months ago
  62. 05d5fb2 fix(test): tax detail report (#25884) by Rucha Mahabal · 3 years, 10 months ago
  63. 81376ea feat: Show net values in Party Accounts (#25714) by Deepesh Garg · 3 years, 10 months ago
  64. 4d61fa2 fix: incorrect cr/dr shown in general ledger for multi-currency transactions (#25654) by Afshan · 3 years, 10 months ago
  65. 55a3fb5 fix: Linting Issues by Deepesh Garg · 3 years, 10 months ago
  66. fd380d3 fix: Linting errors by Deepesh Garg · 3 years, 10 months ago
  67. a87e3fc fix: TDS report cleanup by Deepesh Garg · 4 years, 1 month ago
  68. 79b422c fix: Advance TDS in TDS payable monthly report by Deepesh Garg · 4 years, 1 month ago
  69. c348215 fix: Cashlfow mapper not showing data by Deepesh Garg · 3 years, 10 months ago
  70. d15d0d8 Merge pull request #25254 from CaseSolvedUK/taxdetail-v13 by Deepesh Garg · 3 years, 10 months ago
  71. 87baa64 Merge pull request #25260 from AfshanKhan/dimension-wise-accounts-balance-reports by Deepesh Garg · 3 years, 10 months ago
  72. d5256b6 fix: lint by casesolved-co-uk · 4 years ago
  73. 6998786 fix: use correct fiscal year function in testing by casesolved-co-uk · 4 years ago
  74. cf5b57b fix: only load data for tests that need it by casesolved-co-uk · 4 years ago
  75. 68a31d3 fix: fiscal year error by casesolved-co-uk · 4 years ago
  76. 75ebfbd fix: fiscal year test case issue by casesolved-co-uk · 4 years ago
  77. 89fcdf3 fix: exclude rounding GL Entries from invoice tax lines by casesolved-co-uk · 4 years ago
  78. 06e31e5 fix: Test data for empty db by casesolved-co-uk · 4 years ago
  79. 391dc45 chore: fix sider by casesolved-co-uk · 4 years ago
  80. 7555f5f fix: add to workspace and fix lint by casesolved-co-uk · 4 years ago
  81. 77ffa6b feat: add test case for report output by casesolved-co-uk · 4 years ago
  82. 2cb0da8 fix: rewrite to allow referring to existing sections and reduce to single amount column by casesolved-co-uk · 4 years ago
  83. 1c37390 fix: Change & simplify query to cater for zero rate tax entries by casesolved-co-uk · 4 years ago
  84. 442a0de fix: finalise query, fix bugs, put Add Columns back by casesolved-co-uk · 4 years ago
  85. ece0028 Refactor for Journal Entries (payroll) by casesolved-co-uk · 4 years ago
  86. 3027cc7 fix: minor bug and tidy by casesolved-co-uk · 4 years ago
  87. 5d9217a fix: minor bugs and improvements by casesolved-co-uk · 4 years ago
  88. 8e41365 fix: major refactor to monkey-patch into the QueryReport class by casesolved-co-uk · 4 years ago
  89. dba4b3c feat: add run mode, add tests, various fixes by casesolved-co-uk · 4 years ago
  90. ef8ab13 develop: progress tax detail report by Richard Case · 4 years ago
  91. a5d47f7 Fleshed out report setup functionality by casesolved-co-uk · 4 years, 1 month ago
  92. 3503598 Initial commit of Tax Detail report and report builder by casesolved-co-uk · 4 years, 1 month ago
  93. 8e748f8 fix: Parameter for get_filtered_list_for_consolidated_report in consolidated balance sheet by Deepesh Garg · 3 years, 10 months ago
  94. 95e05fb fix: Parameter for get_filtered_list_for_consolidated_report in consolidated balance sheet by Deepesh Garg · 3 years, 10 months ago
  95. 27cf19a feat(pos): show POS reserved stock in stock projected qty report (#25593) by Saqib · 3 years, 11 months ago
  96. 00e00e4 fix: Report summary showing inflated values when values are accumulated in Group Company (#25577) by Deepesh Garg · 3 years, 11 months ago
  97. 384f4b5 fix: can't open general ledger from consolidated financial report (#25542) by Saqib · 3 years, 11 months ago
  98. 0760206 fix: empty payment term column in accounts receivable report (#25556) by Saqib · 3 years, 11 months ago
  99. 6d3305c fix: added total column by Afshan · 4 years ago
  100. cb64948 feat: purchase receipt creation from purchase invoice by Rohit Waghchaure · 4 years ago