brotherton-erpnext/erpnext/accounts
Saqib 0681a480c2
feat(pos): mpesa related fixes & additions (#24306)
* fix: switching of mode of payments

* feat: transaction limit for mpesa integration

* feat: resend payment request if one fails

* feat: make new request only for failed ones

* fix: invalid amount for mpesa request

* fix: payment successful message not shown

* fix: url and business shortcode for live env

* fix: duplicate items validation for pos invoices

* fix: pos closing entry queued status

* fix: peroid end date for amended pos closing
2021-02-11 14:06:15 +05:30
..
accounts_dashboard/accounts chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
custom fix: Dont add Contact link if is company address 2020-10-16 15:55:25 +05:30
dashboard_chart chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
dashboard_chart_source fix: function imports in account_balance_timeline.py (#24003) 2020-11-25 15:37:02 +05:30
doctype feat(pos): mpesa related fixes & additions (#24306) 2021-02-11 14:06:15 +05:30
module_onboarding/accounts feat: update onboarding for accounts 2020-10-30 15:55:19 +05:30
notification
number_card chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
onboarding_step feat: update onboarding for accounts 2020-10-30 15:55:19 +05:30
page fix: Translatable strings (#23783) 2020-11-25 09:11:51 +05:30
print_format Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui 2021-01-29 08:56:22 +05:30
report fix: fixing item_code not found error in the report (#24483) 2021-02-05 23:35:47 +05:30
test
workspace/accounting feat: update workspace folders 2020-12-03 15:48:57 +05:30
__init__.py
accounts feat: Standard accounts dashboard 2020-05-11 12:14:46 +05:30
deferred_revenue.py feat: More controlled deferred revenue booking (#21671) 2020-06-23 09:57:56 +05:30
general_ledger.py Reposting fixes (#24202) 2020-12-25 18:12:35 +05:30
party.py fix: consider select perm while setting party details (#24518) 2021-02-01 20:36:15 +05:30
README.md
utils.py Reposting fixes (#24202) 2020-12-25 18:12:35 +05:30

Accounts module contains masters and transactions to manage a traditional double entry accounting system.

Accounting heads are called "Accounts" and they can be groups in a tree like "Chart of Accounts"

Entries are:

  • Journal Entries
  • Sales Invoice (Itemised)
  • Purchase Invoice (Itemised)

All accounting entries are stored in the General Ledger