**Description:** - add an auto calculate script to the `amount` field in the items section in the Invoice detail page (admin). **Criteria:** - `amount` field should auto-populate when the user added values to the `quantity` and `rate`. (formula: quantity * rate = amount)
Description:
amountfield in the items section in the Invoice detail page (admin).Criteria:
amountfield should auto-populate when the user added values to thequantityandrate. (formula: quantity * rate = amount)