Function reference
Bill Splitter Functions
A package of functions to split bills and manage transfers.
| load_validate_data | Module for loading and validating bill data from CSV files. |
| split_by_item | Module for calculating how much each person should pay. |
| individual_total_payments | Module for calculating how much each person actually paid. |
| amount_to_transfer | Module for calculating money transfers to settle debts. |