piesync / billbo

Easy to use billing service for Stripe with VAT support
MIT License
73 stars 3 forks source link

Bug in VAT calculation when using coupons #44

Closed challengee closed 9 years ago

challengee commented 10 years ago

When a coupon is added, discount is calculated on the sum of all invoice items (that includes VAT). That means that the real VAT is actually lower. We need to get this correct VAT into the invoice's metadata.

challengee commented 10 years ago

See #59