diff --git a/languages/en-US/FCorectingInvoice.json b/languages/en-US/FCorectingInvoice.json index 8dd3bd1f7f6..2ab644d297b 100644 --- a/languages/en-US/FCorectingInvoice.json +++ b/languages/en-US/FCorectingInvoice.json @@ -26,7 +26,8 @@ "LBL_COPY_FROM_INVOICE": "Copy from initial invoice", "LBL_INVOICE_INFO": "Initial invoice fields - before corrections.", "LBL_AFTER_INVOICE_INFO": "How should final invoice look like after correction.", - "LBL_AFTER_INVOICE_INFO_EDIT": "Invoice fields to be corrected. Copy all fields from initial invoice and change values as needed." + "LBL_AFTER_INVOICE_INFO_EDIT": "Invoice fields to be corrected. Copy all fields from initial invoice and change values as needed.", + "FL_ISSUE_TIME": "Correcting invoice date" }, "js": { "JS_FCORECTINGINVOICE_CHOOSE_INVOICE": "Select invoice to be corrected" diff --git a/languages/en-US/FInvoice.json b/languages/en-US/FInvoice.json index cf806d454e5..1a5977afe31 100644 --- a/languages/en-US/FInvoice.json +++ b/languages/en-US/FInvoice.json @@ -46,6 +46,13 @@ "DW_SUM_FIELD": "Summation field", "DW_SUMMATION_BY_MONTHS": "Sales comparison by month", "DW_SUMMATION_BY_USER": "Sales comparison by user", - "FL_WAPRO_PAID": "WAPRO ERP Paid" + "FL_WAPRO_PAID": "WAPRO ERP Paid", + "LBL_COMARCH_BLOCK": "Comarch integration information", + "FL_COMARCH_NUMBER": "Number from comarch", + "FL_COMARCH_INVOICE_STATUS": "Comarch integration status", + "PLL_COMARCH_DRAFT": "Draft", + "PLL_COMARCH_TO_SEND": "To send", + "PLL_COMARCH_SENT": "Sent", + "PLL_COMARCH_ERROR": "Error occurred" } } diff --git a/languages/en-US/Products.json b/languages/en-US/Products.json index c460ed403af..44752e61023 100644 --- a/languages/en-US/Products.json +++ b/languages/en-US/Products.json @@ -86,6 +86,7 @@ "LBL_IMPORT_STOCK_ALERT": "Changing the stock level requires verification and approval, only then the stock level will change.", "LBL_WOOCOMMERCE": "Woocommerce", "FL_PRODUCT_TYPE": "Product type", + "FL_PRODUCT_CODE": "Product code", "FL_SHORT_DESCRIPTION": "Short description", "FL_TAGS": "Tags", "FL_ALIAS": "Alias", diff --git a/languages/en-US/Settings/Comarch.json b/languages/en-US/Settings/Comarch.json index 49a3f3648f9..211d73688fc 100644 --- a/languages/en-US/Settings/Comarch.json +++ b/languages/en-US/Settings/Comarch.json @@ -21,6 +21,12 @@ "LBL_SYNC_PRODUCTS": "Synchronize products", "LBL_DIRECTION_PRODUCTS": "Products synchronization direction", "LBL_PRODUCTS_LIMIT": "Products download limit", + "LBL_SYNC_INVOICES": "Synchronize invoices", + "LBL_DIRECTION_INVOICES": "Invoices synchronization direction", + "LBL_INVOICES_LIMIT": "Invoices download limit", + "LBL_SYNC_COR_INVOICES": "Synchronize correction invoices", + "LBL_DIRECTION_COR_INVOICES": "Correction invoices synchronization direction", + "LBL_COR_INVOICES_LIMIT": "Correction invoices download limit", "LBL_DIR_API_TO_CRM": "One-way from Comarch to YetiForce", "LBL_DIR_CRM_TO_API": "One-way from YetiForce to Comarch", "LBL_DIR_CRM_API": "Two-way",