Bill splitter
hopi_bill_splitterSplit a restaurant bill between people. In 'itemised' mode, list each item with its amount and who shared it, then add an optional tip and service charge (both percentages applied to each person's own share). In 'even' mode, split one total evenly with an optional tip. Amounts in GBP. Source: https://hopi.co.uk/bill-splitter/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'itemised' splits by item and who had it; 'even' splits one total equally | |
| items | No | Itemised mode: each item with its amount and the names who shared it. An item with no names is shared by everyone. | |
| total | No | Even mode: the bill total before tip | |
| people | No | Itemised mode: names of the people sharing the bill | |
| tipPercent | No | Tip as a percentage (default 0) | |
| peopleCount | No | Even mode: number of people to split between | |
| servicePercent | No | Itemised mode: service charge as a percentage (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tip | No | ||
| mode | Yes | ||
| total | No | ||
| summary | Yes | ||
| perPerson | Yes | ||
| grandTotal | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) | |
| tipPercent | Yes | ||
| peopleCount | No |