**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)