Skip to content

Commit

Permalink
docs: taxes
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 27, 2024
1 parent 8195297 commit 429b291
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ The following fields of the **Sales Invoice** are currently considered for the e
- Early Payment Discount
- Percentage or Amount
- Due date
- Tax Breakup / Taxes and Charges Calculation
- Sales Taxs and Charges
- The _Charge Type_ "Actual" is used as logistics or service charges.
- For _Charge Type_ "On Net Total", the taxable amount is calculated as `tax_amount / rate * 100`, if the rate is available in the tax row or in the corresponding Account.
- The _Charge Type_ "On Item Quantity" is not supported.
- Total
- Discount Amount
- Net Total
Expand All @@ -81,6 +84,8 @@ The following fields of the **Sales Invoice** are currently considered for the e

To import a new eInvoice, create a new **E Invoice Import** and upload the XML or PDF file.

Taxes are mapped to "Actual" charges in the **Purchase Invoice**, so that ERPNext does not try to recalculate them.

## Contributing

This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository:
Expand Down

0 comments on commit 429b291

Please sign in to comment.