Skip to content

Export Invoice v0.5.2

Choose a tag to compare

@github-actions github-actions released this 26 May 08:02

What's new in v0.5.2

Bug fix — Invoice qty field resets after selecting a Purchase Order

  • Fixed a regression where typing in the Qty (or Unit Price) field on the invoice form would reset the input after every digit, but only after a Purchase Order had been selected
  • Root cause: updateTotal called setValue('total_amount', …) on each keystroke, which notified useFieldArray's items subscriber and caused GoodsRow to re-render, re-attaching the RHF ref and overwriting the partial input value
  • Fix: removed reactive total_amount maintenance from the onChange handler; row totals and footer totals now compute live from qty × unit_price via useWatch; total_amount is recomputed at submit time before saving

Download the installer below (.msi for enterprise/silent install, .exe for standard setup).