When i try to create a new invoice or update it i have the error:
(3/3) QueryException
SQLSTATE[HY000]: General error: 1364 Field 'tax_id' doesn't have a default value (SQL: insert into `c0d_invoice_items` (`company_id`, `invoice_id`, `item_id`, `name`, `sku`, `quantity`, `price`, `tax`, `total`, `updated_at`, `created_at`) values (1, 16, 0, Manutenções de T.I, , 1, 130, 0, 130, 2019-01-21 12:02:01, 2019-01-21 12:02:01))
My Akaunting version is: 1.3.10
What can i do to solve this ?
Thanks