Skip to main content

Settlement Template Line Items

Settlement templates define the financial calculation steps used when settling an event. Each template contains an ordered list of line items that determine how gross revenue is distributed among organization funds and family accounts.

Standard Line Items

The default "Standard Event" template includes the following line items:

#Line ItemCategoryCalculation MethodConfigurationApplies ToPurpose
1Stand CommissionIncomeManual EntryCurrency input for total commission from standInfo OnlyRecords the gross commission revenue earned by the stand. This is the starting figure for all subsequent calculations.
2CC TipsIncomeManual EntryCurrency input for credit card tips totalInfo OnlyRecords credit card tip revenue. Included in total income calculations.
3Per-Person AmountIncomePer WorkerRate: $15.00 per attended workerInfo OnlyCalculates the base per-person earning amount based on attendance count. Used as a reference figure.
4General Fund (6%)FeePercentage6% of Stand CommissionOrg Fund (General Fund)Deducts 6% of gross commission and routes it to the General Fund.
5Board Fund (3%)FeePercentage3% of Stand CommissionOrg Fund (Board Fund)Deducts 3% of gross commission and routes it to the Board Fund.
6Insurance FeeFeePer Worker$5.00 per attended workerOperatingDeducts a flat $5.00 per worker and routes it to the operating account for insurance costs.
7Net Per-Worker PayoutPayoutFormula(All Income Total - All Fees Total) / Worker CountFamilyCalculates the final amount each worker's family receives after all deductions.

Line Item Categories

CategoryCodeDescription
IncomeincomeRevenue inputs -- gross commissions, tips, and other income sources.
FeefeeDeductions taken from income and routed to organization funds or operating accounts.
PayoutpayoutThe net amount distributed to family accounts.
Member Feemember_feeFees charged per family member (not currently used in the standard template).

Calculation Methods

MethodCodeDescriptionConfiguration
Manual Entrymanual_entryThe value is entered manually by the person performing the settlement.input_label: prompt text; input_type: "currency" or "number".
Flat Rateflat_rateA fixed dollar amount.rate: the dollar amount.
Per Workerper_workerA fixed amount multiplied by the number of workers.rate: amount per worker; count_basis: "attended" (only workers who attended) or "assigned" (all assigned workers).
PercentagepercentageA percentage of another line item's value.rate: percentage value (e.g., 6 for 6%); reference: label of the line item to calculate against.
FormulaformulaA computed expression referencing other line items and aggregate values.expression: formula string using {Label} placeholders; round_to: decimal places for rounding.

Applies To

Each line item specifies where its computed value is directed:

TargetCodeDescription
Info Onlyinfo_onlyThe value is displayed for reference but does not create any financial transaction.
Org Fundorg_fundThe value is deducted and deposited into a specified organization fund. Requires a targetFundId.
FamilyfamilyThe value is credited to each worker's family account.
OperatingoperatingThe value is deducted and routed to the organization's operating account.

Additional Templates

StandShare includes a second default template:

Low-Revenue Event Template

Identical to the Standard Event template, except the General Fund (6%) and Board Fund (3%) line items are disabled. This is intended for events where revenue is too low to justify fund deductions.

Creating Custom Templates

Administrators with the event_management.manage_settlement_templates permission can create custom templates:

  1. Navigate to Admin > Settlements.
  2. Click Create Template.
  3. Provide a name, description, and scope (event-level or stand-level).
  4. Add line items in the desired order, selecting the category, calculation method, and target for each.
  5. Mark the template as default if it should be auto-assigned to new events.

Event-Level Overrides

For individual events, specific line items can be overridden without modifying the template:

  • Disable: Turns off a line item for that event only (e.g., waiving the General Fund deduction for a charity event).
  • Modify Config: Changes the calculation parameters for that event only (e.g., changing the General Fund rate from 6% to 4%).

Overrides require the event_management.assign_settlement_template permission and are recorded with a reason for audit purposes.

Next Steps