1. 8c4e043 [feature] Allowed custom root accounts in Chart of Accounts by Nabin Hait · 9 years ago
  2. f649013 Merge pull request #4329 from anandpdoshi/int-float-not-null by Nabin Hait · 9 years ago
  3. 120ea62 [fix] get_balance_on: convert date to string by Anand Doshi · 9 years ago
  4. 602e825 [enhancement] Int, Currency, Float, Percent as not null and default to 0 by Anand Doshi · 9 years ago
  5. da79740 [fix] injection by Anand Doshi · 9 years ago
  6. d40d1e9 [optimize] Payment Reconciliation and Payment Tool by Anand Doshi · 9 years ago
  7. aa01590 Validate currency of default receivable/payable accounts by Nabin Hait · 9 years ago
  8. 2e7f9d2 [fixes] email digest by Rushabh Mehta · 9 years ago
  9. f49b085 Allowed Income account to be added to Cost Center by Neil Trini Lasrado · 9 years ago
  10. db48b7d [fix] Payment Reconciliation in multi-currency by Nabin Hait · 9 years ago
  11. cd0989e Added method get_account_currency by Anand Doshi · 9 years ago
  12. 5b64952 [fix] Get outstanding invoices in Payment Reconciliation and Payment Tool by Nabin Hait · 9 years ago
  13. 59f4fa9 [fix] Account Currency and Balance fixed in chart of accounts #4019 by Nabin Hait · 9 years ago
  14. 0b031cd [fix] ignore journal entry based invoice in payment tool and payment reconciliation tool by Anand Doshi · 9 years ago
  15. e3ae05a Multi-currency: Exchange Rate in Journal Entry by Nabin Hait · 9 years ago
  16. c0e3b1a Removed account and party balance in company currency from Journal Entry by Nabin Hait · 9 years ago
  17. dc76823 [fix] Get Balance only if account or party mentioned by Nabin Hait · 9 years ago
  18. 1828c12 [refactor] added dynamic link in journal entry, #3847 by Rushabh Mehta · 9 years ago
  19. 6b01abe [report][performance] Speed increased by approx 10 times in Trial Balance, General Ledger, AR/AP, Balance Sheet and P&L Statement by Nabin Hait · 9 years ago
  20. a7bd8ee Update utils.py by Nabin Hait · 9 years ago
  21. 8d50eb3 validate diabled fiscal year by Nabin Hait · 9 years ago
  22. 0cf9469 validate disabled fiscal year by Nabin Hait · 9 years ago
  23. 5495bc5 [enhancement] default terms in company, fixes #3231 by Rushabh Mehta · 9 years ago
  24. 50ce975 [minor] added cache in get_value by Rushabh Mehta · 9 years ago
  25. 38c6b52 [rename] group_or_ledger to is_group by Rushabh Mehta · 9 years ago
  26. e027d3f [fix] a better solution for #2776 by Rushabh Mehta · 9 years ago
  27. d3fd896 test case fixed by Nabin Hait · 10 years ago
  28. 885e074 Changed company name from Web Notes to Frappe Technologies by Anand Doshi · 10 years ago
  29. d60acb9 [fixes] production, added qty transferred, fix gantt, fiscal year (set fiscal year, instead of validation by Rushabh Mehta · 10 years ago
  30. 6dfd430 Moved flags like ignore_mandatory, ignore_validate etc to doc.flags by Anand Doshi · 10 years ago
  31. fff3ab7 Fixed conflict by Nabin Hait · 10 years ago
  32. 0866272 get fiscal year fix by Neil Trini Lasrado · 10 years ago
  33. e8500ad Multiple fixes by Nabin Hait · 10 years ago
  34. 6c17730 fiscal year error message by Nabin Hait · 10 years ago
  35. 4b8185d renaming: entries by Nabin Hait · 10 years ago
  36. 23d2a53 Code replacement for journal voucher renaming by Nabin Hait · 10 years ago
  37. e7d1536 Table Field Renaming: code replace, JV and budget distribution renamed by Nabin Hait · 10 years ago
  38. 31a92bd company wise letter head feature added by Neil Trini Lasrado · 10 years ago
  39. 249bbbc fixes during testing version 5 by Nabin Hait · 10 years ago
  40. ab43942 Merge pull request #2231 from rmehta/item-variants by Rushabh Mehta · 10 years ago
  41. e6b14a4 Fixed issues by Neil Trini Lasrado · 10 years ago
  42. 78fa695 Fiscal year autofetch added by Neil Trini Lasrado · 10 years ago
  43. c2d2857 [fixes] tests and moved reorder_item to separate module by Rushabh Mehta · 10 years ago
  44. 6f17cf9 Party balance by Nabin Hait · 10 years ago
  45. 997a7a1 Test case fixes by Nabin Hait · 10 years ago
  46. 3225102 Update outstanding amt based on party by Nabin Hait · 10 years ago
  47. be8ec39 Deleted master_type, master_name, credit_days, credit_limit fields from account by Nabin Hait · 10 years ago
  48. c0bb453 [refactor] [frappe 5.0] by Rushabh Mehta · 10 years ago
  49. 8e7ca41 Payment Tool #2106 by Ankit Javalkar · 10 years ago
  50. 849b7b1 minor fix by Nabin Hait · 10 years ago
  51. 9a0c46f Get Stock Rreceived But Not Billed Difference Amount by Nabin Hait · 10 years ago
  52. a8755af Merge pull request #2022 from nabinhait/hotfix by Rushabh Mehta · 10 years ago
  53. 1279f1d Fixes for customer / supplier renaming by Nabin Hait · 10 years ago
  54. 8c83806 [minor] Check account read permission for get_balance_on by Anand Doshi · 10 years ago
  55. 97ab902 payment reconciliation fixes by nabinhait · 10 years ago
  56. e729516 Minor fix by Anand Doshi · 10 years ago
  57. e8533d1 Hotfix: Get Balance query by Anand Doshi · 10 years ago
  58. ea4aa04 Search query for account cleanup by Nabin Hait · 10 years ago
  59. 62ec601 use build_filter_conditions from db_query. Fixes #1679 by Nabin Hait · 10 years ago
  60. 576f025 Payment to invoice matching tool by Nabin Hait · 10 years ago
  61. 3e41fd1 List route for tree browser based doctypes; Fixes to add child in tree browsers by Anand Doshi · 10 years ago
  62. 9365b61 Added an exist check for accounts.utils.get_balance_on by Anand Doshi · 10 years ago
  63. c38fc71 updated translations by Rushabh Mehta · 10 years ago
  64. 8a40c13 more message fixing by Rushabh Mehta · 10 years ago
  65. 9f0d625 update translation strings #1403 by Rushabh Mehta · 10 years ago
  66. cd71e1d Test Cases - Journal Voucher, Purchase Invoice, Period Closing Voucher frappe/frappe#478 by Anand Doshi · 11 years ago
  67. 0a0f249 frappe/frappe#478, frappe tests pass, .txt renamed to .json by Rushabh Mehta · 11 years ago
  68. b385ecf frappe/frappe#478 by Rushabh Mehta · 11 years ago
  69. f78d1ae Replaced doc, doc.fields frappe/frappe#478 by Anand Doshi · 11 years ago
  70. e88bc8b frappe/frappe#478 by Rushabh Mehta · 11 years ago
  71. d2b34dc frappe/frappe#478 by Rushabh Mehta · 11 years ago
  72. 2c517e0 Fixes related to countrywise coa by Nabin Hait · 11 years ago
  73. 0c21e2a Is_pl_account and debit_or_credit field removed and added report_type field in account by Nabin Hait · 11 years ago
  74. 49a6f07 Removed debit_or_credit field by Nabin Hait · 11 years ago
  75. 4d713ac sql injection fixes by Nabin Hait · 11 years ago
  76. e9baaa6 Changed frappe.conn to frappe.db by Anand Doshi · 11 years ago
  77. 793ba6b -webnotes +frappe :boom: by Rushabh Mehta · 11 years ago
  78. 2735733 Minor fix in setup import by Anand Doshi · 11 years ago
  79. 93fdc67 Fixes in Test Cases by Anand Doshi · 11 years ago
  80. 574c7e7 item related cleanup by Nabin Hait · 11 years ago
  81. 4f72156 webnotes/erpnext#1090 set default tax type in customer and supplier by Akhilesh Darjee · 11 years ago
  82. cb39e08 Merge remote-tracking branch 'webnotes/develop' into 4.0.0-wip by Anand Doshi · 11 years ago
  83. dc15b4f Fixed conflict while merging with develop brnach by Nabin Hait · 11 years ago
  84. 5404778 Merge with 3.3.8 by Rushabh Mehta · 11 years ago
  85. 1f84799 install, web serving, session booting webnotes/wnframework#351 by Rushabh Mehta · 11 years ago
  86. afea58b moved modules inside erpnext folder by Rushabh Mehta · 11 years ago[Renamed from accounts/utils.py]
  87. ac9bcf7 Merge pull request #1097 from akhileshdarjee/master by Nabin Hait · 11 years ago
  88. 131939a [fix] [minor] rename and merge for customer and supplier by Nabin Hait · 11 years ago
  89. ec0da0b [fix] [setup_wizard] fiscal year fix for setup wizard by Akhilesh Darjee · 11 years ago
  90. ad45e31 [copyright] added Contributors by Rushabh Mehta · 11 years ago
  91. 8c2e4e1 [wsgi] [minor] fixed webnotes.local.form_dict by Rushabh Mehta · 11 years ago
  92. 625da79 item-wise price list rate, editable report by Nabin Hait · 11 years ago
  93. bb77756 [fix] [minor] auto accounting for stock transactions by Nabin Hait · 11 years ago
  94. 2e296fa [fix] [minor] Repost future gl entries and testcases by Nabin Hait · 11 years ago
  95. 27994c2 [perpetual accounting] gl entries based on stock_value difference in sl entries by Nabin Hait · 11 years ago
  96. a391606 [cleanup] [minor] budget code cleaned up with testcases by Nabin Hait · 11 years ago
  97. 2b06aaa [cleanup] [minor] deprecated budget control and rewritten budget related code by Nabin Hait · 11 years ago
  98. b4418a4 [minor] budget cleanup by Nabin Hait · 11 years ago
  99. 9b09c95 [cleanup] [accounts] delete gl entries on cancellation of accounting transactions by Nabin Hait · 11 years ago
  100. 4af2dbf [perpetual accounting] [minor] patch for intial setup by Nabin Hait · 11 years ago