> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/magento-2-api-connector/magento2_en_us/configuration/set-up-taxes-and-posting.md).

# Set Up Taxes and Posting

Taxes and posting groups are the most critical setup area.

### Greenfield Tax Bootstrap

**Setup Business Central Tax** can create a base structure:

* VAT business posting group
* VAT0, VAT7, and VAT19
* VAT posting matrix
* General posting groups and shipping G/L account

{% hint style="danger" %}
Only run this in empty or intentionally prepared test tenants. Existing general ledger must be reviewed by the responsible parties.
{% endhint %}

### Tax Mapping

Magento tax classes and rates are mapped to BC product posting groups. Review each Magento class from a business perspective.

### Configuration Fields

* VAT Business Posting Group
* Gen. Bus. Posting Group
* Gen. Prod. Posting Group
* Shipping Cost G/L No.
* VAT Difference Percent
* VAT Tolerance %

### Prices Including Tax and Recalculation

The flags **Prices Including Tax**, **Calculate Tax When Create Sales Order**, and **Calculate Tax on Shipping Cost** affect lines and shipping costs.

### Acceptance Testing

Verify net/gross, multiple tax rates, shipping, discount, rounding, EU/international, and credit memos.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/magento-2-api-connector/magento2_en_us/configuration/set-up-taxes-and-posting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
