08-17-2018, 10:01 AM
No missing fields. These are all the errors mysqli puts out when running the financial fields update.
I apologize for being so ”difficult”
Quote:(mysqli): SHOW COLUMNS FROM `vtiger_invoice` Creating Field sum_tax1 (MwSt.) on Invoice ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_invoice` Creating Field sum_tax4 (erm. USt.) on Invoice ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_invoice` Creating Field sum_taxtotal (Total Tax) on Invoice ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_invoice` Creating Field sum_taxtotalretention (Total Tax Retention) on Invoice ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_salesorder` Creating Field sum_tax1 (MwSt.) on SalesOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_salesorder` Creating Field sum_tax4 (erm. USt.) on SalesOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_salesorder` Creating Field sum_taxtotal (Total Tax) on SalesOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_salesorder` Creating Field sum_taxtotalretention (Total Tax Retention) on SalesOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_quotes` Creating Field sum_tax1 (MwSt.) on Quotes ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_quotes` Creating Field sum_tax4 (erm. USt.) on Quotes ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_quotes` Creating Field sum_taxtotal (Total Tax) on Quotes ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_quotes` Creating Field sum_taxtotalretention (Total Tax Retention) on Quotes ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_purchaseorder` Creating Field sum_tax1 (MwSt.) on PurchaseOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_purchaseorder` Creating Field sum_tax4 (erm. USt.) on PurchaseOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_purchaseorder` Creating Field sum_taxtotal (Total Tax) on PurchaseOrder ... **ERROR**
A field with that name or label already exists.
(mysqli): SHOW COLUMNS FROM `vtiger_purchaseorder` Creating Field sum_taxtotalretention (Total Tax Retention) on PurchaseOrder ... **ERROR**
A field with that name or label already exists.
I apologize for being so ”difficult”