brotherton-erpnext/erpnext/accounts
Zarrar 7f8024c516 [Enhancement] Tax Withholding Category (#15064)
* add single, cumulative threshold, remove checkboxes

* remove tds child table from supplier & add tds link field

* add description field in tax withholding category

* add tax withholding data for indian setup, some fixes

* add a checkbox for tax withholding in purchase invoice

* remove supplier's child table for tds

* enable tds field if supplier has tds set inits master

* move rates data to child table - adding fiscal year support

* change bootstrap data according to child table config of tds

* show category name in list view

* loyalty program fixes

* moved tax calculation to tax_withholding.py
- calculation for tds amount for cumulative threshold from gl entry

* add fiscal year dependency in company test

* minor loyalty program fix

* minor tier calculation fix

* minor handling duplicate exception

* toggle apply_tds according to supplier, code rectify

* minor fixes for loyalty program

* test case for single and cumulative threshold

* codacy fix
2018-08-01 17:45:05 +05:30
..
doctype [Enhancement] Tax Withholding Category (#15064) 2018-08-01 17:45:05 +05:30
notification [rename] Email Alert -> Notification 2018-06-14 13:18:21 +05:30
page [minor] fixes + patch (#14937) 2018-07-17 18:22:51 +05:30
print_format GST purchase invoice with tax breakup details (#13561) 2018-04-12 14:50:48 +05:30
report Fixed Merge Conflict 2018-07-31 12:36:16 +05:30
test Error in the Address fetched in Sales Order.(#11129) (#11145) 2017-10-25 12:24:34 +05:30
__init__.py
general_ledger.py [FIX] filter to list 2018-03-08 13:10:51 +05:30
party.py [Enhancement] Tax Withholding Category (#15064) 2018-08-01 17:45:05 +05:30
README.md
utils.py change name that fetches numbered value from acc & cc 2018-07-06 17:15:33 +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