invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
55 stars 47 forks source link

Duplicating invoice does not correctly fill tax rate #1881

Closed atymic closed 1 month ago

atymic commented 3 months ago

Repro steps:

  1. Check invoice you are duplicating, note tax rate selected and applies Screen Shot 2024-07-08 at 10 24 44@2x
  2. Duplicate invoice, see shown cloned version copies most things, but missed applying the tax rate Screen Shot 2024-07-08 at 10 25 34@2x

Mis invoiced a couple of times due to this, as the old flutter UI correctly clones tax rates.

Thanks :)

turbo124 commented 3 months ago

@Civolilah we'll want to ensure the line items / taxes etc are brought over on clone

atymic commented 3 months ago

Line items work, it's just the tax rate doesn't seem to apply.

atymic commented 1 month ago

Thanks 🙏