mattybojo / renoir

0 stars 0 forks source link

[BillSplitter] Allow for rounding to nearest dollar and recalculating tip #26

Closed mattybojo closed 1 year ago

mattybojo commented 2 years ago

Implement a new button within Bill Splitter to allow the user to round the total amount up to the nearest dollar and recalculate the tip based on this new value.

The new calculation would be: total - (subtotal + tax) = tip