1. 13d2e7b fix: Deferred revenue entries post account freezing by Deepesh Garg · 3 years, 1 month ago
  2. 915b343 chore: Clean up imports (#27302) by Chillar Anand · 3 years, 1 month ago
  3. 9198caa fix: incorrect gl entry on period closing involving finance books (#26921) by Saqib · 3 years, 2 months ago
  4. 9152715 perf: various minor perf fixes for ledger postings (#26775) by Ankush · 3 years, 2 months ago
  5. cceabff Merge branch 'develop' into pr-item-gl-fix by Saqib · 3 years, 4 months ago
  6. 61675f1 fix: purchase receipt gl entries with same item code by Saqib Ansari · 3 years, 4 months ago
  7. 0950481 fix: merge conflict by Nabin Hait · 3 years, 4 months ago
  8. 9891780 perf(minor): remove unnecessary comprehensions (port #25645) by Ankush Menat · 3 years, 4 months ago
  9. c6e016e fix: wrong round off gl entry posted in case of purchase invoice (#25775) by Saqib · 3 years, 4 months ago
  10. aa4f750 fix: test by Saqib Ansari · 3 years, 5 months ago
  11. 3f53b87 Merge branch 'develop' of https://github.com/frappe/erpnext into round-off-diff-allowance by Saqib Ansari · 3 years, 5 months ago
  12. 4c8d15b fix: Incorrect GL Entry validation (#25474) by Deepesh Garg · 3 years, 6 months ago
  13. b0e160f fix: ignore fraction difference while making round off gl entry by Saqib Ansari · 3 years, 6 months ago
  14. 325a461 Merge branch 'develop' into opening_round_gl by Ankush Menat · 3 years, 8 months ago
  15. 23c30e4 fix: make round off GLE always non-opening by Ankush Menat · 3 years, 8 months ago
  16. 19f8fa5 fix: optimize reposting of sle and gle (#24694) by Nabin Hait · 3 years, 8 months ago
  17. b99c77b Reposting fixes (#24202) by Nabin Hait · 3 years, 10 months ago
  18. a77b8c9 Repost item valuation (#24031) by Nabin Hait · 3 years, 10 months ago
  19. 577a7fe fix: stock & account balance difference in fraction (#23635) by Saqib · 4 years ago
  20. cfc5e29 fix: Post cancellation accounting entry on posting date instaed of current (#23361) by Deepesh Garg · 4 years, 1 month ago
  21. 069a54e fix: Cancellation of accounting transactions within closed accounting period by Deepesh Garg · 4 years, 2 months ago
  22. 9119b4c fix: Unable to submit backdated stock transactions for different items (#22648) by Deepesh Garg · 4 years, 2 months ago
  23. 8230e41 fix: Insert instead of DB insert by Deepesh Garg · 4 years, 3 months ago
  24. d1bf6e0 fix: Do not ignore validate methods on GLL entry submit by Deepesh Garg · 4 years, 3 months ago
  25. b821f22 fix(minor): Reverse GL fix by Deepesh Garg · 4 years, 5 months ago
  26. 2a9c5ba feat: Immutable ledger (#18740) by Deepesh Garg · 4 years, 5 months ago
  27. ddc3bb2 fix: Multiple fixes for travis (#20924) by Nabin Hait · 4 years, 7 months ago
  28. fb35a54 perf: improve gl entry submission (#20676) by Saqib · 4 years, 8 months ago
  29. bfc43d3 fix: gl entries doesn't filter based on debit precision by thefalconx33 · 4 years, 10 months ago
  30. 1511154 fix: removed stock value and account balance out of sync validation (#19729) by rohitwaghchaure · 4 years, 11 months ago
  31. 35e8d1e Stock acc bal sync msg (#19676) by Nabin Hait · 4 years, 11 months ago
  32. f37a46e Fixed Asset Refactor Review fixes (#19665) by Saqib · 4 years, 11 months ago
  33. c9e8a1b fix: Account Balance and Stock Value out of sync error message (#19526) by Marica · 5 years ago
  34. d00c598 feat: Disable CWIP Accounting checkbox added in Company and Asset Category (#19262) by Marica · 5 years ago
  35. a11e738 feat: Stock value and account balance sync. (#19233) by Anurag Mishra · 5 years ago
  36. e5c733b fix: Accounting period (#18630) by Mangesh-Khairnar · 5 years ago
  37. 7e1987e feat: validate cwip accounts for journal Entry (#18518) by Anurag Mishra · 5 years ago
  38. 34c551d fix: Missing commits from hotfix branch (#17997) by Nabin Hait · 5 years ago
  39. 3d11ac0 fix: Accounting dimensions for child tables by deepeshgarg007 · 5 years ago
  40. 3523b77 rounding off fixes and conversion fix (#15140) by Zarrar · 6 years ago
  41. 708e47a optimize(various) by Rushabh Mehta · 6 years ago
  42. 908289d [FIX] filter to list by Achilles Rasquinha · 7 years ago
  43. 1e1b236 Optimization: don't update outstanding amount while cancelling payment entry for advance adjustment (#12689) by Nabin Hait · 7 years ago
  44. 4e0559b make payment entry for the fees by Manas Solanki · 7 years ago
  45. 2b39d5d make gl_entry on submission of fees by Manas Solanki · 7 years ago
  46. 2e4de83 Rounding Adjustment via a separate field, instead of last tax row (#10659) by Nabin Hait · 7 years ago
  47. e9ff191 Added is_perpetual_inventory_enabled method by Rohit Waghchaure · 7 years ago
  48. a5f4094 [Enhance] Companywise perpetual inventory setting by Rohit Waghchaure · 7 years ago
  49. 6d7b0ce Warehouse Account Linking (#9292) by Nabin Hait · 7 years ago
  50. d2a966e Update general_ledger.py by Nabin Hait · 7 years ago
  51. 9784d27 Optimization to reduce GLE reposting time for future stock transactions by Nabin Hait · 8 years ago
  52. b1391ca [Fix] company key error during cancellation of stock entry by Rohit Waghchaure · 8 years ago
  53. ff2f3ef Test Case Fixes by Nabin Hait · 8 years ago
  54. 56548cb Payment against negative invoice, negative outstanding allocation and much more by Nabin Hait · 8 years ago
  55. 78333c7 [fixes] check group condition by Saurabh · 8 years ago
  56. 7fecb50 [enhance] rename warehouse account type to stock by Saurabh · 8 years ago
  57. 591a5ab Added Project in GL Entry and General Ledger report by Nabin Hait · 8 years ago
  58. b9bc7d6 [feature] New document for Budget by Nabin Hait · 8 years ago
  59. 7fee1b8 [fixes] set expence account to item on sales invoice by Saurabh · 8 years ago
  60. 224737b [fixes] split make gl entry function into chuncks as per SI by Saurabh · 8 years ago
  61. bc60970 Removed from Maitenance Visit and Warranty Claim by Valmik Jangla · 9 years ago
  62. fb24a27 [fix] GLE for Rounding loss allowed upto 1 for all transactions except JE by Nabin Hait · 9 years ago
  63. d4507ac [fix] Round off gle due to currency conversion by Nabin Hait · 9 years ago
  64. 602e825 [enhancement] Int, Currency, Float, Percent as not null and default to 0 by Anand Doshi · 9 years ago
  65. c561a49 Multi currency GL entry fixes by Nabin Hait · 9 years ago
  66. 2e54da2 [fix] fraction issue in gl entry by Nabin Hait · 9 years ago
  67. fc155c7 Added tax table in stock entry by Nabin Hait · 9 years ago
  68. 818d967 [fix] Update outstanding amount function fixed if party not mentioned by Nabin Hait · 9 years ago
  69. e7f479b Validate accounting entry agaist Stock account if perpetual inventory enabled by Nabin Hait · 9 years ago
  70. b63ad44 Book in round-off account upto max 0.05 by Nabin Hait · 9 years ago
  71. 1119026 [fix][patch] GL Entries for Journal Entries with multiple Party, merge entries considering party by Nabin Hait · 9 years ago
  72. 8908543 In standard print format, item name will now honour 'Print Hide' property by Nabin Hait · 9 years ago
  73. 80069a6 Book gl entry automatically due to rounding loss with test cases by Nabin Hait · 9 years ago
  74. 3c67146 Make gl entry for rounded-off amount by Nabin Hait · 9 years ago
  75. e2c200a Make gl entry for rounded-off amount by Nabin Hait · 9 years ago
  76. c602396 validation message improved by Nabin Hait · 9 years ago
  77. 885e074 Changed company name from Web Notes to Frappe Technologies by Anand Doshi · 10 years ago
  78. 6dfd430 Moved flags like ignore_mandatory, ignore_validate etc to doc.flags by Anand Doshi · 10 years ago
  79. 23d2a53 Code replacement for journal voucher renaming by Nabin Hait · 10 years ago
  80. be1a8d8 [merge] develop by Rushabh Mehta · 10 years ago
  81. adeb976 Block negative stock in perpetual inventory by Nabin Hait · 10 years ago
  82. 3225102 Update outstanding amt based on party by Nabin Hait · 10 years ago
  83. be8ec39 Deleted master_type, master_name, credit_days, credit_limit fields from account by Nabin Hait · 10 years ago
  84. 4859b48 message fix by nabinhait · 10 years ago
  85. c343292 Post gl entries only if there are atleast 2 distinct account head by nabinhait · 10 years ago
  86. 0ad6770 Test record fixed for warehouse by nabinhait · 10 years ago
  87. c49b7f8 minor fix by Nabin Hait · 10 years ago
  88. c38fc71 updated translations by Rushabh Mehta · 10 years ago
  89. 652bc07 Ported v3 fixes to v4 by Anand Doshi · 10 years ago
  90. a504f06 frappe/frappe#478, fixed list passed in by Rushabh Mehta · 11 years ago
  91. b385ecf frappe/frappe#478 by Rushabh Mehta · 11 years ago
  92. 53822ae Account balance must be of type debit/credit by Nabin Hait · 11 years ago
  93. e9baaa6 Changed frappe.conn to frappe.db by Anand Doshi · 11 years ago
  94. 793ba6b -webnotes +frappe :boom: by Rushabh Mehta · 11 years ago
  95. 5404778 Merge with 3.3.8 by Rushabh Mehta · 11 years ago
  96. 1f84799 install, web serving, session booting webnotes/wnframework#351 by Rushabh Mehta · 11 years ago
  97. afea58b moved modules inside erpnext folder by Rushabh Mehta · 11 years ago[Renamed from accounts/general_ledger.py]
  98. ad45e31 [copyright] added Contributors by Rushabh Mehta · 11 years ago
  99. e83069c [fix] update future gl entries for stock by Nabin Hait · 11 years ago
  100. 88f3cd5 [fix] [minor] gl entry negative debit/credit by Nabin Hait · 11 years ago