> For the complete documentation index, see [llms.txt](https://support.pears.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.pears.io/updates/community-events-2026/advanced-event-accounting.md).

# Advanced Event Accounting

PEARS updated the event Pricing setup page after business hours on **January 20, 2026**. Existing event pricing is unaffected — only the event setup options under Plan > Community Events are modified.

## What Changed

### Session Fees Tracked Separately

Session fees were previously configured alongside the base registration fee. They now appear in a dedicated tab within the Pricing page, making it easier to manage complex fee structures.

### Non-Discountable Amount

Users can now define an amount per fee that cannot be discounted. This ensures that certain portions of a fee — such as processing charges — remain fixed even when early bird or promo code discounts are applied.

### Advanced Accounting (New Organization Setting)

When the **Use Advanced Accounting for Event Payments** setting is activated in Organization Settings, a new payment sub-section appears in each event with three capabilities:

* **Accounting Codes Per Fee** — Assign each fee (registration, session, and add-on fees) to the appropriate accounting code.
* **Split Fees** — Split fees across multiple accounting codes with specified portions for each.
* **Apply Discount** — Select which portion of fees can be discounted and which accounting codes receive the discount. This applies to both early bird and promo code discounts.

{% hint style="info" %}
**TIP:** The Advanced Accounting setting must be enabled by an organization administrator before these options appear in individual events.
{% endhint %}

## Related Documentation

* [Event Payment](/plan/community-events/event-payment.md) — Configure payment methods, fees, and discounts for events
* [Organization Settings](/administration/administration/organization-settings.md) — Enable the Advanced Accounting setting


---

# 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://support.pears.io/updates/community-events-2026/advanced-event-accounting.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.
