MergeMyPullRequest / order-splitter

STABLE: https://mergemypullrequest.github.io/order-splitter/ BETA: https://jonsmithers.github.io/order-splitter/
MIT License
2 stars 0 forks source link

Prorated fees #48

Closed jonsmithers closed 6 years ago

jonsmithers commented 6 years ago

Distribute fees proportionately to each member. A person's fee is computed as fee * mySubtotal / groupSubTotal. Previously they were computed as fee / numberOfPeople.

Closes #47