From 1a846106dd077b68bc1eba138998571cf9cef856 Mon Sep 17 00:00:00 2001 From: NicoleNG18 Date: Fri, 13 Feb 2026 14:44:34 +0200 Subject: [PATCH] regenerate module --- codbex-invoices/codbex-invoices.edm | 44 +-- codbex-invoices/codbex-invoices.gen | 278 ++++++++++++++++ codbex-invoices/codbex-invoices.model | 22 ++ .../CustomerPayment/CustomerPaymentService.ts | 12 +- .../PurchaseInvoiceItemService.ts | 14 +- .../PurchaseInvoicePaymentService.ts | 14 +- .../PurchaseInvoice/PurchaseInvoiceService.ts | 14 +- .../api/SalesInvoice/DeductionService.ts | 14 +- .../SalesInvoice/SalesInvoiceItemService.ts | 14 +- .../SalesInvoicePaymentService.ts | 14 +- .../api/SalesInvoice/SalesInvoiceService.ts | 14 +- .../api/Settings/PaymentMethodService.ts | 12 +- .../Settings/PurchaseInvoiceStatusService.ts | 14 +- .../Settings/PurchaseInvoiceTypeService.ts | 14 +- .../api/Settings/SalesInvoiceStatusService.ts | 14 +- .../api/Settings/SalesInvoiceTypeService.ts | 14 +- .../api/Settings/SentMethodService.ts | 12 +- .../SupplierPayment/SupplierPaymentService.ts | 12 +- .../codbex-invoices/api/utils/HttpUtils.ts | 4 +- .../CustomerPaymentRepository.ts | 14 +- .../PurchaseInvoiceItemRepository.ts | 14 +- .../PurchaseInvoicePaymentRepository.ts | 14 +- .../PurchaseInvoiceRepository.ts | 14 +- .../dao/SalesInvoice/DeductionRepository.ts | 14 +- .../SalesInvoiceItemRepository.ts | 14 +- .../SalesInvoicePaymentRepository.ts | 14 +- .../SalesInvoice/SalesInvoiceRepository.ts | 14 +- .../dao/Settings/PaymentMethodRepository.ts | 14 +- .../PurchaseInvoiceStatusRepository.ts | 14 +- .../Settings/PurchaseInvoiceTypeRepository.ts | 14 +- .../Settings/SalesInvoiceStatusRepository.ts | 14 +- .../Settings/SalesInvoiceTypeRepository.ts | 14 +- .../dao/Settings/SentMethodRepository.ts | 14 +- .../SupplierPaymentRepository.ts | 14 +- .../PurchaseInvoiceItem/controller.js | 24 +- .../dialog-filter/index.html | 46 +-- .../PurchaseInvoiceItem/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 24 +- .../dialog-window/index.html | 44 +-- .../PurchaseInvoiceItem/dialog-window/view.js | 2 +- .../PurchaseInvoiceItem/index.html | 36 +-- .../PurchaseInvoiceItem/view.js | 2 +- .../PurchaseInvoicePayment/controller.js | 24 +- .../dialog-filter/index.html | 18 +- .../dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 24 +- .../dialog-window/index.html | 16 +- .../dialog-window/view.js | 2 +- .../PurchaseInvoicePayment/index.html | 24 +- .../PurchaseInvoicePayment/view.js | 2 +- .../PurchaseInvoice/controller.js | 36 +-- .../PurchaseInvoice/dialog-filter/index.html | 148 ++++----- .../PurchaseInvoice/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 36 +-- .../PurchaseInvoice/dialog-window/index.html | 130 ++++---- .../PurchaseInvoice/dialog-window/view.js | 2 +- .../PurchaseInvoice/index.html | 16 +- .../main-details/controller.js | 40 +-- .../PurchaseInvoice/main-details/index.html | 162 +++++----- .../PurchaseInvoice/main-details/view.js | 2 +- .../PurchaseInvoice/PurchaseInvoice/view.js | 2 +- .../ui/PurchaseInvoice/index.html | 4 +- .../ui/PurchaseInvoice/perspective.js | 2 +- .../SalesInvoice/Deduction/controller.js | 22 +- .../Deduction/dialog-filter/index.html | 14 +- .../Deduction/dialog-filter/view.js | 4 +- .../Deduction/dialog-window/controller.js | 24 +- .../Deduction/dialog-window/index.html | 12 +- .../Deduction/dialog-window/view.js | 2 +- .../SalesInvoice/Deduction/index.html | 22 +- .../SalesInvoice/Deduction/view.js | 2 +- .../SalesInvoiceItem/controller.js | 24 +- .../SalesInvoiceItem/dialog-filter/index.html | 46 +-- .../SalesInvoiceItem/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 24 +- .../SalesInvoiceItem/dialog-window/index.html | 44 +-- .../SalesInvoiceItem/dialog-window/view.js | 2 +- .../SalesInvoice/SalesInvoiceItem/index.html | 36 +-- .../SalesInvoice/SalesInvoiceItem/view.js | 2 +- .../SalesInvoicePayment/controller.js | 24 +- .../dialog-filter/index.html | 18 +- .../SalesInvoicePayment/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 24 +- .../dialog-window/index.html | 16 +- .../SalesInvoicePayment/dialog-window/view.js | 2 +- .../SalesInvoicePayment/index.html | 24 +- .../SalesInvoice/SalesInvoicePayment/view.js | 2 +- .../SalesInvoice/SalesInvoice/controller.js | 36 +-- .../SalesInvoice/dialog-filter/index.html | 142 ++++----- .../SalesInvoice/dialog-filter/view.js | 4 +- .../SalesInvoice/dialog-window/controller.js | 36 +-- .../SalesInvoice/dialog-window/index.html | 124 ++++---- .../SalesInvoice/dialog-window/view.js | 2 +- .../ui/SalesInvoice/SalesInvoice/index.html | 16 +- .../SalesInvoice/main-details/controller.js | 40 +-- .../SalesInvoice/main-details/index.html | 156 ++++----- .../SalesInvoice/main-details/view.js | 2 +- .../ui/SalesInvoice/SalesInvoice/view.js | 2 +- .../ui/SalesInvoice/index.html | 4 +- .../ui/SalesInvoice/perspective.js | 2 +- .../PurchaseInvoiceStatus/controller.js | 20 +- .../dialog-filter/controller.js | 2 +- .../dialog-filter/index.html | 14 +- .../dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 20 +- .../dialog-window/index.html | 12 +- .../dialog-window/view.js | 2 +- .../Settings/PurchaseInvoiceStatus/index.html | 20 +- .../ui/Settings/PurchaseInvoiceStatus/view.js | 2 +- .../PurchaseInvoiceType/controller.js | 20 +- .../dialog-filter/controller.js | 2 +- .../dialog-filter/index.html | 20 +- .../PurchaseInvoiceType/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 20 +- .../dialog-window/index.html | 18 +- .../PurchaseInvoiceType/dialog-window/view.js | 2 +- .../Settings/PurchaseInvoiceType/index.html | 22 +- .../ui/Settings/PurchaseInvoiceType/view.js | 2 +- .../Settings/SalesInvoiceStatus/controller.js | 20 +- .../dialog-filter/controller.js | 2 +- .../dialog-filter/index.html | 14 +- .../SalesInvoiceStatus/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 20 +- .../dialog-window/index.html | 12 +- .../SalesInvoiceStatus/dialog-window/view.js | 2 +- .../ui/Settings/SalesInvoiceStatus/index.html | 20 +- .../ui/Settings/SalesInvoiceStatus/view.js | 2 +- .../Settings/SalesInvoiceType/controller.js | 20 +- .../dialog-filter/controller.js | 2 +- .../SalesInvoiceType/dialog-filter/index.html | 20 +- .../SalesInvoiceType/dialog-filter/view.js | 4 +- .../dialog-window/controller.js | 20 +- .../SalesInvoiceType/dialog-window/index.html | 18 +- .../SalesInvoiceType/dialog-window/view.js | 2 +- .../ui/Settings/SalesInvoiceType/index.html | 22 +- .../ui/Settings/SalesInvoiceType/view.js | 2 +- .../en-US/codbex-invoices.model.json | 300 ++++++++++++++++++ 137 files changed, 2003 insertions(+), 1313 deletions(-) create mode 100644 codbex-invoices/translations/en-US/codbex-invoices.model.json diff --git a/codbex-invoices/codbex-invoices.edm b/codbex-invoices/codbex-invoices.edm index 580dd96..71610cf 100644 --- a/codbex-invoices/codbex-invoices.edm +++ b/codbex-invoices/codbex-invoices.edm @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -83,19 +83,19 @@ - + - + - + @@ -110,7 +110,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -185,7 +185,7 @@ - + @@ -200,14 +200,14 @@ - + - + @@ -231,19 +231,19 @@ - + - + - + @@ -251,7 +251,7 @@ - + @@ -259,7 +259,7 @@ - + @@ -279,7 +279,7 @@ - + diff --git a/codbex-invoices/codbex-invoices.gen b/codbex-invoices/codbex-invoices.gen index b65d4ab..7f293a5 100644 --- a/codbex-invoices/codbex-invoices.gen +++ b/codbex-invoices/codbex-invoices.gen @@ -240,6 +240,7 @@ "role": "" } }, + "tprefix": "codbex-invoices-model", "models": [ { "properties": [ @@ -262,6 +263,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -293,6 +295,7 @@ "isCalculatedProperty": false, "widgetLabel": "SalesInvoice", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -317,6 +320,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -342,6 +346,7 @@ "isCalculatedProperty": false, "widgetLabel": "Quantity", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -371,6 +376,7 @@ "isCalculatedProperty": false, "widgetLabel": "UoM", "widgetDropdownUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Settings/UoMService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Settings/UoMController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -397,6 +403,7 @@ "isCalculatedProperty": false, "widgetLabel": "Price", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -425,6 +432,7 @@ "isRequiredProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -451,6 +459,7 @@ "isCalculatedProperty": false, "widgetLabel": "VATRate", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -479,6 +488,7 @@ "isRequiredProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -507,6 +517,7 @@ "isRequiredProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -524,6 +535,7 @@ "menuIndex": "100", "menuKey": "salesinvoiceitem", "menuLabel": "SalesInvoiceItem", + "multilingual": "false", "name": "SalesInvoiceItem", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -574,6 +586,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -600,6 +613,7 @@ "isRequiredProperty": false, "widgetLabel": "Number", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -631,6 +645,7 @@ "isCalculatedProperty": false, "widgetLabel": "Type", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -660,6 +675,7 @@ "isCalculatedProperty": false, "widgetLabel": "Customer", "widgetDropdownUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Customers/CustomerService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Customers/CustomerController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -683,6 +699,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -707,6 +724,7 @@ "isCalculatedProperty": false, "widgetLabel": "Due", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -734,6 +752,7 @@ "isCalculatedProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -763,6 +782,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -789,6 +809,7 @@ "isCalculatedProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -816,6 +837,7 @@ "isCalculatedProperty": false, "widgetLabel": "Discount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -843,6 +865,7 @@ "isCalculatedProperty": false, "widgetLabel": "Taxes", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -869,6 +892,7 @@ "isCalculatedProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -896,6 +920,7 @@ "isCalculatedProperty": false, "widgetLabel": "Total", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -923,6 +948,7 @@ "isCalculatedProperty": false, "widgetLabel": "Paid", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -947,6 +973,7 @@ "isCalculatedProperty": false, "widgetLabel": "Conditions", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -978,6 +1005,7 @@ "isCalculatedProperty": false, "widgetLabel": "PaymentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1007,6 +1035,7 @@ "isCalculatedProperty": false, "widgetLabel": "SentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1036,6 +1065,7 @@ "isCalculatedProperty": false, "widgetLabel": "Status", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1065,6 +1095,7 @@ "isCalculatedProperty": false, "widgetLabel": "Operator", "widgetDropdownUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1089,6 +1120,7 @@ "isCalculatedProperty": false, "widgetLabel": "Document", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1120,6 +1152,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1145,6 +1178,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1172,6 +1206,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1198,6 +1233,7 @@ "isRequiredProperty": false, "widgetLabel": "Process", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1224,6 +1260,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1244,6 +1281,7 @@ "menuIndex": "100", "menuKey": "salesinvoice", "menuLabel": "SalesInvoice", + "multilingual": "false", "name": "SalesInvoice", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -1319,6 +1357,7 @@ "isRequiredProperty": false, "widgetLabel": "Number", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1351,6 +1390,7 @@ "isCalculatedProperty": false, "widgetLabel": "Type", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1380,6 +1420,7 @@ "isCalculatedProperty": false, "widgetLabel": "Customer", "widgetDropdownUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Customers/CustomerService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Customers/CustomerController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1403,6 +1444,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -1427,6 +1469,7 @@ "isCalculatedProperty": false, "widgetLabel": "Due", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -1454,6 +1497,7 @@ "isCalculatedProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1483,6 +1527,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1509,6 +1554,7 @@ "isCalculatedProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1536,6 +1582,7 @@ "isCalculatedProperty": false, "widgetLabel": "Discount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1563,6 +1610,7 @@ "isCalculatedProperty": false, "widgetLabel": "Taxes", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1589,6 +1637,7 @@ "isCalculatedProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1616,6 +1665,7 @@ "isCalculatedProperty": false, "widgetLabel": "Total", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1643,6 +1693,7 @@ "isCalculatedProperty": false, "widgetLabel": "Paid", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -1667,6 +1718,7 @@ "isCalculatedProperty": false, "widgetLabel": "Conditions", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1698,6 +1750,7 @@ "isCalculatedProperty": false, "widgetLabel": "PaymentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1727,6 +1780,7 @@ "isCalculatedProperty": false, "widgetLabel": "SentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1756,6 +1810,7 @@ "isCalculatedProperty": false, "widgetLabel": "Status", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1785,6 +1840,7 @@ "isCalculatedProperty": false, "widgetLabel": "Operator", "widgetDropdownUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1809,6 +1865,7 @@ "isCalculatedProperty": false, "widgetLabel": "Document", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1840,6 +1897,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -1865,6 +1923,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1892,6 +1951,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1918,6 +1978,7 @@ "isRequiredProperty": false, "widgetLabel": "Process", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1944,6 +2005,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -1976,6 +2038,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2002,6 +2065,7 @@ "isRequiredProperty": false, "widgetLabel": "Number", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2028,6 +2092,7 @@ "isCalculatedProperty": false, "widgetLabel": "OriginalNumber", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2059,6 +2124,7 @@ "isCalculatedProperty": false, "widgetLabel": "Type", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2082,6 +2148,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -2106,6 +2173,7 @@ "isCalculatedProperty": false, "widgetLabel": "Due", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -2136,6 +2204,7 @@ "isCalculatedProperty": false, "widgetLabel": "Supplier", "widgetDropdownUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Suppliers/SupplierService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Suppliers/SupplierController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2162,6 +2231,7 @@ "isCalculatedProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2191,6 +2261,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2217,6 +2288,7 @@ "isCalculatedProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2244,6 +2316,7 @@ "isCalculatedProperty": false, "widgetLabel": "Discount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2271,6 +2344,7 @@ "isCalculatedProperty": false, "widgetLabel": "Taxes", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2297,6 +2371,7 @@ "isCalculatedProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2324,6 +2399,7 @@ "isCalculatedProperty": false, "widgetLabel": "Total", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2351,6 +2427,7 @@ "isCalculatedProperty": false, "widgetLabel": "Paid", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2375,6 +2452,7 @@ "isCalculatedProperty": false, "widgetLabel": "Conditions", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2406,6 +2484,7 @@ "isCalculatedProperty": false, "widgetLabel": "PaymentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2435,6 +2514,7 @@ "isCalculatedProperty": false, "widgetLabel": "SentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2464,6 +2544,7 @@ "isCalculatedProperty": false, "widgetLabel": "Status", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2493,6 +2574,7 @@ "isCalculatedProperty": false, "widgetLabel": "Operator", "widgetDropdownUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2517,6 +2599,7 @@ "isCalculatedProperty": false, "widgetLabel": "Document", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2548,6 +2631,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2573,6 +2657,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2600,6 +2685,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2626,6 +2712,7 @@ "isRequiredProperty": false, "widgetLabel": "Process", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2652,6 +2739,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2672,6 +2760,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoice", "menuLabel": "PurchaseInvoice", + "multilingual": "false", "name": "PurchaseInvoice", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -2747,6 +2836,7 @@ "isRequiredProperty": false, "widgetLabel": "Number", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2774,6 +2864,7 @@ "isCalculatedProperty": false, "widgetLabel": "OriginalNumber", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -2805,6 +2896,7 @@ "isCalculatedProperty": false, "widgetLabel": "Type", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2828,6 +2920,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -2852,6 +2945,7 @@ "isCalculatedProperty": false, "widgetLabel": "Due", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -2882,6 +2976,7 @@ "isCalculatedProperty": false, "widgetLabel": "Supplier", "widgetDropdownUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Suppliers/SupplierService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-partners/gen/codbex-partners/api/Suppliers/SupplierController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2908,6 +3003,7 @@ "isCalculatedProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2937,6 +3033,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -2963,6 +3060,7 @@ "isCalculatedProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -2990,6 +3088,7 @@ "isCalculatedProperty": false, "widgetLabel": "Discount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3017,6 +3116,7 @@ "isCalculatedProperty": false, "widgetLabel": "Taxes", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3043,6 +3143,7 @@ "isCalculatedProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3070,6 +3171,7 @@ "isCalculatedProperty": false, "widgetLabel": "Total", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3097,6 +3199,7 @@ "isCalculatedProperty": false, "widgetLabel": "Paid", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3121,6 +3224,7 @@ "isCalculatedProperty": false, "widgetLabel": "Conditions", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3152,6 +3256,7 @@ "isCalculatedProperty": false, "widgetLabel": "PaymentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/PaymentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3181,6 +3286,7 @@ "isCalculatedProperty": false, "widgetLabel": "SentMethod", "widgetDropdownUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-methods/gen/codbex-methods/api/Settings/SentMethodController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3210,6 +3316,7 @@ "isCalculatedProperty": false, "widgetLabel": "Status", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3239,6 +3346,7 @@ "isCalculatedProperty": false, "widgetLabel": "Operator", "widgetDropdownUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3263,6 +3371,7 @@ "isCalculatedProperty": false, "widgetLabel": "Document", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3294,6 +3403,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3319,6 +3429,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3346,6 +3457,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3372,6 +3484,7 @@ "isRequiredProperty": false, "widgetLabel": "Process", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3398,6 +3511,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3430,6 +3544,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3461,6 +3576,7 @@ "isCalculatedProperty": false, "widgetLabel": "PurchaseInvoice", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3485,6 +3601,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3510,6 +3627,7 @@ "isCalculatedProperty": false, "widgetLabel": "Quantity", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3539,6 +3657,7 @@ "isCalculatedProperty": false, "widgetLabel": "UoM", "widgetDropdownUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Settings/UoMService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Settings/UoMController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3565,6 +3684,7 @@ "isCalculatedProperty": false, "widgetLabel": "Price", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3593,6 +3713,7 @@ "isRequiredProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3619,6 +3740,7 @@ "isCalculatedProperty": false, "widgetLabel": "VATRate", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3647,6 +3769,7 @@ "isRequiredProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3675,6 +3798,7 @@ "isRequiredProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -3692,6 +3816,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoiceitem", "menuLabel": "PurchaseInvoiceItem", + "multilingual": "false", "name": "PurchaseInvoiceItem", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -3742,6 +3867,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3766,6 +3892,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3786,6 +3913,7 @@ "menuIndex": "100", "menuKey": "salesinvoicestatus", "menuLabel": "SalesInvoiceStatus", + "multilingual": "false", "name": "SalesInvoiceStatus", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -3826,6 +3954,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3850,6 +3979,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3870,6 +4000,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicestatus", "menuLabel": "PurchaseInvoiceStatus", + "multilingual": "false", "name": "PurchaseInvoiceStatus", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -3912,6 +4043,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -3938,6 +4070,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3966,6 +4099,7 @@ "isCalculatedProperty": false, "widgetLabel": "Address", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -3994,6 +4128,7 @@ "isCalculatedProperty": false, "widgetLabel": "PostalCode", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4022,6 +4157,7 @@ "isCalculatedProperty": false, "widgetLabel": "Email", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4050,6 +4186,7 @@ "isCalculatedProperty": false, "widgetLabel": "Phone", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4078,6 +4215,7 @@ "isCalculatedProperty": false, "widgetLabel": "Fax", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4109,6 +4247,7 @@ "isCalculatedProperty": false, "widgetLabel": "City", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4138,6 +4277,7 @@ "isCalculatedProperty": false, "widgetLabel": "Country", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/entities/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/entities/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4164,6 +4304,7 @@ "isCalculatedProperty": false, "widgetLabel": "TIN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4192,6 +4333,7 @@ "isCalculatedProperty": false, "widgetLabel": "IBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4211,6 +4353,7 @@ "menuIndex": "100", "menuKey": "customer", "menuLabel": "Customer", + "multilingual": "false", "name": "Customer", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/user-plus.svg", @@ -4255,6 +4398,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4281,6 +4425,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4309,6 +4454,7 @@ "isCalculatedProperty": false, "widgetLabel": "Address", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4337,6 +4483,7 @@ "isCalculatedProperty": false, "widgetLabel": "PostalCode", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4365,6 +4512,7 @@ "isCalculatedProperty": false, "widgetLabel": "Email", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4393,6 +4541,7 @@ "isCalculatedProperty": false, "widgetLabel": "Phone", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4421,6 +4570,7 @@ "isCalculatedProperty": false, "widgetLabel": "Fax", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4452,6 +4602,7 @@ "isCalculatedProperty": false, "widgetLabel": "City", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4481,6 +4632,7 @@ "isCalculatedProperty": false, "widgetLabel": "Country", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/entities/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/entities/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4507,6 +4659,7 @@ "isCalculatedProperty": false, "widgetLabel": "TIN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4535,6 +4688,7 @@ "isCalculatedProperty": false, "widgetLabel": "IBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4554,6 +4708,7 @@ "menuIndex": "100", "menuKey": "supplier", "menuLabel": "Supplier", + "multilingual": "false", "name": "Supplier", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/user-minus.svg", @@ -4598,6 +4753,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4624,6 +4780,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4652,6 +4809,7 @@ "isCalculatedProperty": false, "widgetLabel": "Manager", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4680,6 +4838,7 @@ "isCalculatedProperty": false, "widgetLabel": "Email", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4708,6 +4867,7 @@ "isCalculatedProperty": false, "widgetLabel": "Phone", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4736,6 +4896,7 @@ "isCalculatedProperty": false, "widgetLabel": "Address", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4764,6 +4925,7 @@ "isCalculatedProperty": false, "widgetLabel": "PostCode", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4795,6 +4957,7 @@ "isCalculatedProperty": false, "widgetLabel": "City", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Cities/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4824,6 +4987,7 @@ "isCalculatedProperty": false, "widgetLabel": "Country", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Countries/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Countries/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4850,6 +5014,7 @@ "isCalculatedProperty": false, "widgetLabel": "TIN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4878,6 +5043,7 @@ "isCalculatedProperty": false, "widgetLabel": "IBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4897,6 +5063,7 @@ "menuIndex": "100", "menuKey": "company", "menuLabel": "Company", + "multilingual": "false", "name": "Company", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/university.svg", @@ -4941,6 +5108,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -4967,6 +5135,7 @@ "isCalculatedProperty": false, "widgetLabel": "Code", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -4995,6 +5164,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5023,6 +5193,7 @@ "isCalculatedProperty": false, "widgetLabel": "Numeric", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5050,6 +5221,7 @@ "isCalculatedProperty": false, "widgetLabel": "Rounding", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5075,6 +5247,7 @@ "isCalculatedProperty": false, "widgetLabel": "Base", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "boolean", "dataTypeTypescript": "boolean", "inputRule": "" @@ -5100,6 +5273,7 @@ "isCalculatedProperty": false, "widgetLabel": "Rate", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -5117,6 +5291,7 @@ "menuIndex": "100", "menuKey": "currency", "menuLabel": "Currency", + "multilingual": "false", "name": "Currency", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/dollar-alt.svg", @@ -5160,6 +5335,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5187,6 +5363,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5216,6 +5393,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5245,6 +5423,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5274,6 +5453,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5303,6 +5483,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5335,6 +5516,7 @@ "isRequiredProperty": false, "isCalculatedProperty": false, "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Organisations/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Organisations/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5361,6 +5543,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5380,6 +5563,7 @@ "menuIndex": "100", "menuKey": "employee", "menuLabel": "Employee", + "multilingual": "false", "name": "Employee", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/users-alt.svg", @@ -5422,6 +5606,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5453,6 +5638,7 @@ "isCalculatedProperty": false, "widgetLabel": "SalesInvoice", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5482,6 +5668,7 @@ "isCalculatedProperty": false, "widgetLabel": "CustomerPayment", "widgetDropdownUrl": "/services/ts/codbex-payments/gen/codbex-payments/api/CustomerPayment/CustomerPaymentService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-payments/gen/codbex-payments/api/CustomerPayment/CustomerPaymentController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5511,6 +5698,7 @@ "isCalculatedProperty": false, "widgetLabel": "Amount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -5528,6 +5716,7 @@ "menuIndex": "100", "menuKey": "salesinvoicepayment", "menuLabel": "SalesInvoicePayment", + "multilingual": "false", "name": "SalesInvoicePayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -5578,6 +5767,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5609,6 +5799,7 @@ "isCalculatedProperty": false, "widgetLabel": "PurchaseInvoice", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5638,6 +5829,7 @@ "isCalculatedProperty": false, "widgetLabel": "SupplierPayment", "widgetDropdownUrl": "/services/ts/codbex-payments/gen/codbex-payments/api/SupplierPayment/SupplierPaymentService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-payments/gen/codbex-payments/api/SupplierPayment/SupplierPaymentController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5667,6 +5859,7 @@ "isCalculatedProperty": false, "widgetLabel": "Amount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -5684,6 +5877,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicepayment", "menuLabel": "PurchaseInvoicePayment", + "multilingual": "false", "name": "PurchaseInvoicePayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -5736,6 +5930,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5762,6 +5957,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5790,6 +5986,7 @@ "isCalculatedProperty": false, "widgetLabel": "ISO", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5818,6 +6015,7 @@ "isCalculatedProperty": false, "widgetLabel": "SAP", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5848,6 +6046,7 @@ "isCalculatedProperty": false, "widgetLabel": "Dimension", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -5875,6 +6074,7 @@ "isCalculatedProperty": false, "widgetLabel": "Numerator", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "long", "dataTypeTypescript": "number", "inputRule": "" @@ -5900,6 +6100,7 @@ "isCalculatedProperty": false, "widgetLabel": "Denominator", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "long", "dataTypeTypescript": "number", "inputRule": "" @@ -5925,6 +6126,7 @@ "isCalculatedProperty": false, "widgetLabel": "Rounding", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -5950,6 +6152,7 @@ "isCalculatedProperty": false, "widgetLabel": "Base", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "boolean", "dataTypeTypescript": "boolean", "inputRule": "" @@ -5967,6 +6170,7 @@ "menuIndex": "100", "menuKey": "uom", "menuLabel": "UoM", + "multilingual": "false", "name": "UoM", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/arrows-resize-v.svg", @@ -6008,6 +6212,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6032,6 +6237,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6057,6 +6263,7 @@ "isCalculatedProperty": false, "widgetLabel": "Direction", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6075,6 +6282,7 @@ "menuIndex": "100", "menuKey": "salesinvoicetype", "menuLabel": "SalesInvoiceType", + "multilingual": "false", "name": "SalesInvoiceType", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -6115,6 +6323,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6141,6 +6350,7 @@ "isRequiredProperty": false, "widgetLabel": "Number", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6166,6 +6376,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -6190,6 +6401,7 @@ "isCalculatedProperty": false, "widgetLabel": "Due", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -6219,6 +6431,7 @@ "isCalculatedProperty": false, "widgetLabel": "Customer", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Customers/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Customers/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6245,6 +6458,7 @@ "isCalculatedProperty": false, "widgetLabel": "Net", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6273,6 +6487,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6299,6 +6514,7 @@ "isCalculatedProperty": false, "widgetLabel": "Gross", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6325,6 +6541,7 @@ "isCalculatedProperty": false, "widgetLabel": "Discount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6352,6 +6569,7 @@ "isCalculatedProperty": false, "widgetLabel": "Taxes", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6378,6 +6596,7 @@ "isCalculatedProperty": false, "widgetLabel": "VAT", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6404,6 +6623,7 @@ "isCalculatedProperty": false, "widgetLabel": "Total", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6431,6 +6651,7 @@ "isCalculatedProperty": false, "widgetLabel": "Paid", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -6455,6 +6676,7 @@ "isCalculatedProperty": false, "widgetLabel": "Conditions", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6485,6 +6707,7 @@ "isCalculatedProperty": false, "widgetLabel": "SentMethod", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Methods/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Methods/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6513,6 +6736,7 @@ "isCalculatedProperty": false, "widgetLabel": "SalesOrderStatus", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/OrdersSettings/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/OrdersSettings/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6541,6 +6765,7 @@ "isCalculatedProperty": false, "widgetLabel": "Operator", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Employees/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Employees/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6569,6 +6794,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6594,6 +6820,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6621,6 +6848,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6647,6 +6875,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6677,6 +6906,7 @@ "isCalculatedProperty": false, "widgetLabel": "Store", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Stores/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Stores/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6694,6 +6924,7 @@ "menuIndex": "100", "menuKey": "salesorder", "menuLabel": "SalesOrder", + "multilingual": "false", "name": "SalesOrder", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -6739,6 +6970,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6770,6 +7002,7 @@ "isCalculatedProperty": false, "widgetLabel": "DeductionInvoice", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6799,6 +7032,7 @@ "isCalculatedProperty": false, "widgetLabel": "AdvanceInvoice", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6816,6 +7050,7 @@ "menuIndex": "100", "menuKey": "deduction", "menuLabel": "Deduction", + "multilingual": "false", "name": "Deduction", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -6860,6 +7095,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6884,6 +7120,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -6909,6 +7146,7 @@ "isCalculatedProperty": false, "widgetLabel": "Direction", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6927,6 +7165,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicetype", "menuLabel": "PurchaseInvoiceType", + "multilingual": "false", "name": "PurchaseInvoiceType", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -6967,6 +7206,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -6991,6 +7231,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7010,6 +7251,7 @@ "menuIndex": "100", "menuKey": "paymentmethod", "menuLabel": "PaymentMethod", + "multilingual": "false", "name": "PaymentMethod", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/archive.svg", @@ -7051,6 +7293,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7075,6 +7318,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7094,6 +7338,7 @@ "menuIndex": "100", "menuKey": "sentmethod", "menuLabel": "SentMethod", + "multilingual": "false", "name": "SentMethod", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/archive.svg", @@ -7135,6 +7380,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7163,6 +7409,7 @@ "isCalculatedProperty": false, "widgetLabel": "Customer", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Customers/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Customers/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7187,6 +7434,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -7211,6 +7459,7 @@ "isCalculatedProperty": false, "widgetLabel": "Valor", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -7236,6 +7485,7 @@ "isCalculatedProperty": false, "widgetLabel": "CompanyIBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7262,6 +7512,7 @@ "isCalculatedProperty": false, "widgetLabel": "CounterpartyIBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7288,6 +7539,7 @@ "isCalculatedProperty": false, "widgetLabel": "CounterpartyName", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7316,6 +7568,7 @@ "isCalculatedProperty": false, "widgetLabel": "Amount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -7344,6 +7597,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7368,6 +7622,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reason", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7394,6 +7649,7 @@ "isCalculatedProperty": false, "widgetLabel": "Description", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7424,6 +7680,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7449,6 +7706,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7476,6 +7734,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7502,6 +7761,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7532,6 +7792,7 @@ "isCalculatedProperty": false, "widgetLabel": "PaymentMethod", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Methods/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Methods/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7549,6 +7810,7 @@ "menuIndex": "100", "menuKey": "customerpayment", "menuLabel": "CustomerPayment", + "multilingual": "false", "name": "CustomerPayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/usd-square.svg", @@ -7594,6 +7856,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7622,6 +7885,7 @@ "isCalculatedProperty": false, "widgetLabel": "Supplier", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Suppliers/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Suppliers/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7646,6 +7910,7 @@ "isCalculatedProperty": false, "widgetLabel": "Date", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -7670,6 +7935,7 @@ "isCalculatedProperty": false, "widgetLabel": "Valor", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "date", "dataTypeTypescript": "Date", "isDateType": true, @@ -7695,6 +7961,7 @@ "isCalculatedProperty": false, "widgetLabel": "CompanyIBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7721,6 +7988,7 @@ "isCalculatedProperty": false, "widgetLabel": "CounterpartyIBAN", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7747,6 +8015,7 @@ "isCalculatedProperty": false, "widgetLabel": "CounterpartyName", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7775,6 +8044,7 @@ "isCalculatedProperty": false, "widgetLabel": "Amount", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "double", "dataTypeTypescript": "number", "inputRule": "" @@ -7803,6 +8073,7 @@ "isCalculatedProperty": false, "widgetLabel": "Currency", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Settings/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7827,6 +8098,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reason", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7853,6 +8125,7 @@ "isCalculatedProperty": false, "widgetLabel": "Description", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7883,6 +8156,7 @@ "isCalculatedProperty": false, "widgetLabel": "Company", "widgetDropdownUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedService.ts", + "widgetDropdownControllerUrl": "/services/ts/codbex-invoices/gen/codbex-invoices/api/Companies/undefinedController.ts", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -7908,6 +8182,7 @@ "isRequiredProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7935,6 +8210,7 @@ "isRequiredProperty": false, "widgetLabel": "UUID", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7961,6 +8237,7 @@ "isCalculatedProperty": false, "widgetLabel": "Reference", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -7980,6 +8257,7 @@ "menuIndex": "100", "menuKey": "supplierpayment", "menuLabel": "SupplierPayment", + "multilingual": "false", "name": "SupplierPayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/box.svg", diff --git a/codbex-invoices/codbex-invoices.model b/codbex-invoices/codbex-invoices.model index 12ade34..adfd947 100644 --- a/codbex-invoices/codbex-invoices.model +++ b/codbex-invoices/codbex-invoices.model @@ -182,6 +182,7 @@ "menuIndex": "100", "menuKey": "salesinvoiceitem", "menuLabel": "SalesInvoiceItem", + "multilingual": "false", "name": "SalesInvoiceItem", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -609,6 +610,7 @@ "menuIndex": "100", "menuKey": "salesinvoice", "menuLabel": "SalesInvoice", + "multilingual": "false", "name": "SalesInvoice", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -1050,6 +1052,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoice", "menuLabel": "PurchaseInvoice", + "multilingual": "false", "name": "PurchaseInvoice", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -1244,6 +1247,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoiceitem", "menuLabel": "PurchaseInvoiceItem", + "multilingual": "false", "name": "PurchaseInvoiceItem", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -1302,6 +1306,7 @@ "menuIndex": "100", "menuKey": "salesinvoicestatus", "menuLabel": "SalesInvoiceStatus", + "multilingual": "false", "name": "SalesInvoiceStatus", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -1360,6 +1365,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicestatus", "menuLabel": "PurchaseInvoiceStatus", + "multilingual": "false", "name": "PurchaseInvoiceStatus", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -1561,6 +1567,7 @@ "menuIndex": "100", "menuKey": "customer", "menuLabel": "Customer", + "multilingual": "false", "name": "Customer", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/user-plus.svg", @@ -1762,6 +1769,7 @@ "menuIndex": "100", "menuKey": "supplier", "menuLabel": "Supplier", + "multilingual": "false", "name": "Supplier", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/user-minus.svg", @@ -1963,6 +1971,7 @@ "menuIndex": "100", "menuKey": "company", "menuLabel": "Company", + "multilingual": "false", "name": "Company", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/university.svg", @@ -2095,6 +2104,7 @@ "menuIndex": "100", "menuKey": "currency", "menuLabel": "Currency", + "multilingual": "false", "name": "Currency", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/dollar-alt.svg", @@ -2261,6 +2271,7 @@ "menuIndex": "100", "menuKey": "employee", "menuLabel": "Employee", + "multilingual": "false", "name": "Employee", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/users-alt.svg", @@ -2361,6 +2372,7 @@ "menuIndex": "100", "menuKey": "salesinvoicepayment", "menuLabel": "SalesInvoicePayment", + "multilingual": "false", "name": "SalesInvoicePayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -2461,6 +2473,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicepayment", "menuLabel": "PurchaseInvoicePayment", + "multilingual": "false", "name": "PurchaseInvoicePayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -2624,6 +2637,7 @@ "menuIndex": "100", "menuKey": "uom", "menuLabel": "UoM", + "multilingual": "false", "name": "UoM", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/arrows-resize-v.svg", @@ -2696,6 +2710,7 @@ "menuIndex": "100", "menuKey": "salesinvoicetype", "menuLabel": "SalesInvoiceType", + "multilingual": "false", "name": "SalesInvoiceType", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -3070,6 +3085,7 @@ "menuIndex": "100", "menuKey": "salesorder", "menuLabel": "SalesOrder", + "multilingual": "false", "name": "SalesOrder", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/receipt.svg", @@ -3151,6 +3167,7 @@ "menuIndex": "100", "menuKey": "deduction", "menuLabel": "Deduction", + "multilingual": "false", "name": "Deduction", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/invoice.svg", @@ -3223,6 +3240,7 @@ "menuIndex": "100", "menuKey": "purchaseinvoicetype", "menuLabel": "PurchaseInvoiceType", + "multilingual": "false", "name": "PurchaseInvoiceType", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/copy.svg", @@ -3279,6 +3297,7 @@ "menuIndex": "100", "menuKey": "paymentmethod", "menuLabel": "PaymentMethod", + "multilingual": "false", "name": "PaymentMethod", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/archive.svg", @@ -3335,6 +3354,7 @@ "menuIndex": "100", "menuKey": "sentmethod", "menuLabel": "SentMethod", + "multilingual": "false", "name": "SentMethod", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/archive.svg", @@ -3601,6 +3621,7 @@ "menuIndex": "100", "menuKey": "customerpayment", "menuLabel": "CustomerPayment", + "multilingual": "false", "name": "CustomerPayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/usd-square.svg", @@ -3849,6 +3870,7 @@ "menuIndex": "100", "menuKey": "supplierpayment", "menuLabel": "SupplierPayment", + "multilingual": "false", "name": "SupplierPayment", "perspectiveHeader": "", "perspectiveIcon": "/services/web/resources/unicons/box.svg", diff --git a/codbex-invoices/gen/codbex-invoices/api/CustomerPayment/CustomerPaymentService.ts b/codbex-invoices/gen/codbex-invoices/api/CustomerPayment/CustomerPaymentService.ts index 9d053d2..98d06de 100644 --- a/codbex-invoices/gen/codbex-invoices/api/CustomerPayment/CustomerPaymentService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/CustomerPayment/CustomerPaymentService.ts @@ -1,5 +1,5 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { CustomerPaymentRepository, CustomerPaymentEntityOptions } from "../../dao/CustomerPayment/CustomerPaymentRepository"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -16,7 +16,8 @@ class CustomerPaymentService { try { const options: CustomerPaymentEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -69,7 +70,10 @@ class CustomerPaymentService { public getById(_: any, ctx: any) { try { const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: CustomerPaymentEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceItemService.ts b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceItemService.ts index f466f3f..144b11a 100644 --- a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceItemService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceItemService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PurchaseInvoiceItemRepository, PurchaseInvoiceItemEntityOptions } from "../../dao/PurchaseInvoice/PurchaseInvoiceItemRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class PurchaseInvoiceItemService { this.checkPermissions("read"); const options: PurchaseInvoiceItemEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; let PurchaseInvoice = parseInt(ctx.queryParameters.PurchaseInvoice); @@ -88,7 +89,10 @@ class PurchaseInvoiceItemService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PurchaseInvoiceItemEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoicePaymentService.ts b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoicePaymentService.ts index 824a2c9..3cb8567 100644 --- a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoicePaymentService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoicePaymentService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PurchaseInvoicePaymentRepository, PurchaseInvoicePaymentEntityOptions } from "../../dao/PurchaseInvoice/PurchaseInvoicePaymentRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class PurchaseInvoicePaymentService { this.checkPermissions("read"); const options: PurchaseInvoicePaymentEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; let PurchaseInvoice = parseInt(ctx.queryParameters.PurchaseInvoice); @@ -88,7 +89,10 @@ class PurchaseInvoicePaymentService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PurchaseInvoicePaymentEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts index 8e41b68..263f793 100644 --- a/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/PurchaseInvoice/PurchaseInvoiceService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PurchaseInvoiceRepository, PurchaseInvoiceEntityOptions } from "../../dao/PurchaseInvoice/PurchaseInvoiceRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -21,7 +21,8 @@ class PurchaseInvoiceService { this.checkPermissions("read"); const options: PurchaseInvoiceEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -79,7 +80,10 @@ class PurchaseInvoiceService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PurchaseInvoiceEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/DeductionService.ts b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/DeductionService.ts index 049c8f4..139cbbc 100644 --- a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/DeductionService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/DeductionService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { DeductionRepository, DeductionEntityOptions } from "../../dao/SalesInvoice/DeductionRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class DeductionService { this.checkPermissions("read"); const options: DeductionEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; let DeductionInvoice = parseInt(ctx.queryParameters.DeductionInvoice); @@ -88,7 +89,10 @@ class DeductionService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: DeductionEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceItemService.ts b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceItemService.ts index 6217f78..5e2b6ac 100644 --- a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceItemService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceItemService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SalesInvoiceItemRepository, SalesInvoiceItemEntityOptions } from "../../dao/SalesInvoice/SalesInvoiceItemRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class SalesInvoiceItemService { this.checkPermissions("read"); const options: SalesInvoiceItemEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; let SalesInvoice = parseInt(ctx.queryParameters.SalesInvoice); @@ -88,7 +89,10 @@ class SalesInvoiceItemService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SalesInvoiceItemEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoicePaymentService.ts b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoicePaymentService.ts index 96cdb64..91008ac 100644 --- a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoicePaymentService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoicePaymentService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SalesInvoicePaymentRepository, SalesInvoicePaymentEntityOptions } from "../../dao/SalesInvoice/SalesInvoicePaymentRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class SalesInvoicePaymentService { this.checkPermissions("read"); const options: SalesInvoicePaymentEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; let SalesInvoice = parseInt(ctx.queryParameters.SalesInvoice); @@ -88,7 +89,10 @@ class SalesInvoicePaymentService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SalesInvoicePaymentEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts index 636a6d0..581c004 100644 --- a/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/SalesInvoice/SalesInvoiceService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SalesInvoiceRepository, SalesInvoiceEntityOptions } from "../../dao/SalesInvoice/SalesInvoiceRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -21,7 +21,8 @@ class SalesInvoiceService { this.checkPermissions("read"); const options: SalesInvoiceEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -79,7 +80,10 @@ class SalesInvoiceService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SalesInvoiceEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/PaymentMethodService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/PaymentMethodService.ts index 5061091..94c230e 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/PaymentMethodService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/PaymentMethodService.ts @@ -1,5 +1,5 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PaymentMethodRepository, PaymentMethodEntityOptions } from "../../dao/Settings/PaymentMethodRepository"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -16,7 +16,8 @@ class PaymentMethodService { try { const options: PaymentMethodEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -69,7 +70,10 @@ class PaymentMethodService { public getById(_: any, ctx: any) { try { const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PaymentMethodEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts index 36e5b30..58ad0d0 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceStatusService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PurchaseInvoiceStatusRepository, PurchaseInvoiceStatusEntityOptions } from "../../dao/Settings/PurchaseInvoiceStatusRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class PurchaseInvoiceStatusService { this.checkPermissions("read"); const options: PurchaseInvoiceStatusEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -77,7 +78,10 @@ class PurchaseInvoiceStatusService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PurchaseInvoiceStatusEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts index b1cbdb2..4144b0e 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/PurchaseInvoiceTypeService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { PurchaseInvoiceTypeRepository, PurchaseInvoiceTypeEntityOptions } from "../../dao/Settings/PurchaseInvoiceTypeRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class PurchaseInvoiceTypeService { this.checkPermissions("read"); const options: PurchaseInvoiceTypeEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -77,7 +78,10 @@ class PurchaseInvoiceTypeService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: PurchaseInvoiceTypeEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts index fa21531..3f114ef 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceStatusService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SalesInvoiceStatusRepository, SalesInvoiceStatusEntityOptions } from "../../dao/Settings/SalesInvoiceStatusRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class SalesInvoiceStatusService { this.checkPermissions("read"); const options: SalesInvoiceStatusEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -77,7 +78,10 @@ class SalesInvoiceStatusService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SalesInvoiceStatusEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts index 6524158..2193d6c 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/SalesInvoiceTypeService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SalesInvoiceTypeRepository, SalesInvoiceTypeEntityOptions } from "../../dao/Settings/SalesInvoiceTypeRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -19,7 +19,8 @@ class SalesInvoiceTypeService { this.checkPermissions("read"); const options: SalesInvoiceTypeEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -77,7 +78,10 @@ class SalesInvoiceTypeService { try { this.checkPermissions("read"); const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SalesInvoiceTypeEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/Settings/SentMethodService.ts b/codbex-invoices/gen/codbex-invoices/api/Settings/SentMethodService.ts index 1b7600a..b008189 100644 --- a/codbex-invoices/gen/codbex-invoices/api/Settings/SentMethodService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/Settings/SentMethodService.ts @@ -1,5 +1,5 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SentMethodRepository, SentMethodEntityOptions } from "../../dao/Settings/SentMethodRepository"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -16,7 +16,8 @@ class SentMethodService { try { const options: SentMethodEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -69,7 +70,10 @@ class SentMethodService { public getById(_: any, ctx: any) { try { const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SentMethodEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/SupplierPayment/SupplierPaymentService.ts b/codbex-invoices/gen/codbex-invoices/api/SupplierPayment/SupplierPaymentService.ts index ed2c4be..fe7a7d2 100644 --- a/codbex-invoices/gen/codbex-invoices/api/SupplierPayment/SupplierPaymentService.ts +++ b/codbex-invoices/gen/codbex-invoices/api/SupplierPayment/SupplierPaymentService.ts @@ -1,5 +1,5 @@ -import { Controller, Get, Post, Put, Delete, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { SupplierPaymentRepository, SupplierPaymentEntityOptions } from "../../dao/SupplierPayment/SupplierPaymentRepository"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; @@ -16,7 +16,8 @@ class SupplierPaymentService { try { const options: SupplierPaymentEntityOptions = { $limit: ctx.queryParameters["$limit"] ? parseInt(ctx.queryParameters["$limit"]) : undefined, - $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined + $offset: ctx.queryParameters["$offset"] ? parseInt(ctx.queryParameters["$offset"]) : undefined, + $language: request.getLocale().slice(0, 2) }; return this.repository.findAll(options); @@ -69,7 +70,10 @@ class SupplierPaymentService { public getById(_: any, ctx: any) { try { const id = parseInt(ctx.pathParameters.id); - const entity = this.repository.findById(id); + const options: SupplierPaymentEntityOptions = { + $language: request.getLocale().slice(0, 2) + }; + const entity = this.repository.findById(id, options); if (entity) { return entity; } else { diff --git a/codbex-invoices/gen/codbex-invoices/api/utils/HttpUtils.ts b/codbex-invoices/gen/codbex-invoices/api/utils/HttpUtils.ts index 80efced..08fbd20 100644 --- a/codbex-invoices/gen/codbex-invoices/api/utils/HttpUtils.ts +++ b/codbex-invoices/gen/codbex-invoices/api/utils/HttpUtils.ts @@ -1,4 +1,4 @@ -import { response } from "sdk/http"; +import { response } from "@aerokit/sdk/http"; export class HttpUtils { @@ -57,4 +57,4 @@ export class HttpUtils { response.println(JSON.stringify(body)); } } -} \ No newline at end of file +} diff --git a/codbex-invoices/gen/codbex-invoices/dao/CustomerPayment/CustomerPaymentRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/CustomerPayment/CustomerPaymentRepository.ts index 12e6ed4..c3fe32f 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/CustomerPayment/CustomerPaymentRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/CustomerPayment/CustomerPaymentRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; import { EntityUtils } from "../utils/EntityUtils"; export interface CustomerPaymentEntity { @@ -177,6 +177,7 @@ export interface CustomerPaymentEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface CustomerPaymentEntityEvent { @@ -295,14 +296,15 @@ export class CustomerPaymentRepository { options.$sort = "Date"; options.$order = "DESC"; } - return this.dao.list(options).map((e: CustomerPaymentEntity) => { + let list = this.dao.list(options).map((e: CustomerPaymentEntity) => { EntityUtils.setDate(e, "Date"); EntityUtils.setDate(e, "Valor"); return e; }); + return list; } - public findById(id: number): CustomerPaymentEntity | undefined { + public findById(id: number, options: CustomerPaymentEntityOptions = {}): CustomerPaymentEntity | undefined { const entity = this.dao.find(id); EntityUtils.setDate(entity, "Date"); EntityUtils.setDate(entity, "Valor"); diff --git a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceItemRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceItemRepository.ts index 3ced90c..429f74d 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceItemRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceItemRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface PurchaseInvoiceItemEntity { readonly Id: number; @@ -121,6 +121,7 @@ export interface PurchaseInvoiceItemEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PurchaseInvoiceItemEntityEvent { @@ -210,10 +211,11 @@ export class PurchaseInvoiceItemRepository { } public findAll(options: PurchaseInvoiceItemEntityOptions = {}): PurchaseInvoiceItemEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): PurchaseInvoiceItemEntity | undefined { + public findById(id: number, options: PurchaseInvoiceItemEntityOptions = {}): PurchaseInvoiceItemEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoicePaymentRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoicePaymentRepository.ts index 3a9d28a..35b9598 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoicePaymentRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoicePaymentRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface PurchaseInvoicePaymentEntity { readonly Id: number; @@ -70,6 +70,7 @@ export interface PurchaseInvoicePaymentEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PurchaseInvoicePaymentEntityEvent { @@ -125,10 +126,11 @@ export class PurchaseInvoicePaymentRepository { } public findAll(options: PurchaseInvoicePaymentEntityOptions = {}): PurchaseInvoicePaymentEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): PurchaseInvoicePaymentEntity | undefined { + public findById(id: number, options: PurchaseInvoicePaymentEntityOptions = {}): PurchaseInvoicePaymentEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceRepository.ts index 374ee96..9650e56 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/PurchaseInvoice/PurchaseInvoiceRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; import { EntityUtils } from "../utils/EntityUtils"; // custom imports import { NumberGeneratorService } from "/codbex-number-generator/service/generator"; @@ -267,6 +267,7 @@ export interface PurchaseInvoiceEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PurchaseInvoiceEntityEvent { @@ -442,14 +443,15 @@ export class PurchaseInvoiceRepository { options.$sort = "Number"; options.$order = "DESC"; } - return this.dao.list(options).map((e: PurchaseInvoiceEntity) => { + let list = this.dao.list(options).map((e: PurchaseInvoiceEntity) => { EntityUtils.setDate(e, "Date"); EntityUtils.setDate(e, "Due"); return e; }); + return list; } - public findById(id: number): PurchaseInvoiceEntity | undefined { + public findById(id: number, options: PurchaseInvoiceEntityOptions = {}): PurchaseInvoiceEntity | undefined { const entity = this.dao.find(id); EntityUtils.setDate(entity, "Date"); EntityUtils.setDate(entity, "Due"); diff --git a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/DeductionRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/DeductionRepository.ts index 1b51fea..4faa067 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/DeductionRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/DeductionRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface DeductionEntity { readonly Id: number; @@ -61,6 +61,7 @@ export interface DeductionEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface DeductionEntityEvent { @@ -110,10 +111,11 @@ export class DeductionRepository { } public findAll(options: DeductionEntityOptions = {}): DeductionEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): DeductionEntity | undefined { + public findById(id: number, options: DeductionEntityOptions = {}): DeductionEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceItemRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceItemRepository.ts index c4eef61..92a1d91 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceItemRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceItemRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface SalesInvoiceItemEntity { readonly Id: number; @@ -121,6 +121,7 @@ export interface SalesInvoiceItemEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SalesInvoiceItemEntityEvent { @@ -214,10 +215,11 @@ export class SalesInvoiceItemRepository { } public findAll(options: SalesInvoiceItemEntityOptions = {}): SalesInvoiceItemEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): SalesInvoiceItemEntity | undefined { + public findById(id: number, options: SalesInvoiceItemEntityOptions = {}): SalesInvoiceItemEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoicePaymentRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoicePaymentRepository.ts index 4adcdfd..c2b8cc6 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoicePaymentRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoicePaymentRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface SalesInvoicePaymentEntity { readonly Id: number; @@ -70,6 +70,7 @@ export interface SalesInvoicePaymentEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SalesInvoicePaymentEntityEvent { @@ -125,10 +126,11 @@ export class SalesInvoicePaymentRepository { } public findAll(options: SalesInvoicePaymentEntityOptions = {}): SalesInvoicePaymentEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): SalesInvoicePaymentEntity | undefined { + public findById(id: number, options: SalesInvoicePaymentEntityOptions = {}): SalesInvoicePaymentEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceRepository.ts index 4fb96e8..929ebf6 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/SalesInvoice/SalesInvoiceRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; import { EntityUtils } from "../utils/EntityUtils"; // custom imports import { NumberGeneratorService } from "/codbex-number-generator/service/generator"; @@ -258,6 +258,7 @@ export interface SalesInvoiceEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SalesInvoiceEntityEvent { @@ -429,14 +430,15 @@ export class SalesInvoiceRepository { options.$sort = "Number"; options.$order = "DESC"; } - return this.dao.list(options).map((e: SalesInvoiceEntity) => { + let list = this.dao.list(options).map((e: SalesInvoiceEntity) => { EntityUtils.setDate(e, "Date"); EntityUtils.setDate(e, "Due"); return e; }); + return list; } - public findById(id: number): SalesInvoiceEntity | undefined { + public findById(id: number, options: SalesInvoiceEntityOptions = {}): SalesInvoiceEntity | undefined { const entity = this.dao.find(id); EntityUtils.setDate(entity, "Date"); EntityUtils.setDate(entity, "Due"); diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/PaymentMethodRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/PaymentMethodRepository.ts index 435d3aa..10a4fd1 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/PaymentMethodRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/PaymentMethodRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface PaymentMethodEntity { readonly Id: number; @@ -52,6 +52,7 @@ export interface PaymentMethodEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PaymentMethodEntityEvent { @@ -96,10 +97,11 @@ export class PaymentMethodRepository { } public findAll(options: PaymentMethodEntityOptions = {}): PaymentMethodEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): PaymentMethodEntity | undefined { + public findById(id: number, options: PaymentMethodEntityOptions = {}): PaymentMethodEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceStatusRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceStatusRepository.ts index bd26ee4..b2126c4 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceStatusRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceStatusRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface PurchaseInvoiceStatusEntity { readonly Id: number; @@ -52,6 +52,7 @@ export interface PurchaseInvoiceStatusEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PurchaseInvoiceStatusEntityEvent { @@ -96,10 +97,11 @@ export class PurchaseInvoiceStatusRepository { } public findAll(options: PurchaseInvoiceStatusEntityOptions = {}): PurchaseInvoiceStatusEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): PurchaseInvoiceStatusEntity | undefined { + public findById(id: number, options: PurchaseInvoiceStatusEntityOptions = {}): PurchaseInvoiceStatusEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceTypeRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceTypeRepository.ts index 4c5f6b9..e632a0d 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceTypeRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/PurchaseInvoiceTypeRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface PurchaseInvoiceTypeEntity { readonly Id: number; @@ -61,6 +61,7 @@ export interface PurchaseInvoiceTypeEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface PurchaseInvoiceTypeEntityEvent { @@ -111,10 +112,11 @@ export class PurchaseInvoiceTypeRepository { } public findAll(options: PurchaseInvoiceTypeEntityOptions = {}): PurchaseInvoiceTypeEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): PurchaseInvoiceTypeEntity | undefined { + public findById(id: number, options: PurchaseInvoiceTypeEntityOptions = {}): PurchaseInvoiceTypeEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceStatusRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceStatusRepository.ts index ef2681b..fa3a1ed 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceStatusRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceStatusRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface SalesInvoiceStatusEntity { readonly Id: number; @@ -52,6 +52,7 @@ export interface SalesInvoiceStatusEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SalesInvoiceStatusEntityEvent { @@ -96,10 +97,11 @@ export class SalesInvoiceStatusRepository { } public findAll(options: SalesInvoiceStatusEntityOptions = {}): SalesInvoiceStatusEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): SalesInvoiceStatusEntity | undefined { + public findById(id: number, options: SalesInvoiceStatusEntityOptions = {}): SalesInvoiceStatusEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceTypeRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceTypeRepository.ts index 21d089c..c4ba676 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceTypeRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/SalesInvoiceTypeRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface SalesInvoiceTypeEntity { readonly Id: number; @@ -61,6 +61,7 @@ export interface SalesInvoiceTypeEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SalesInvoiceTypeEntityEvent { @@ -111,10 +112,11 @@ export class SalesInvoiceTypeRepository { } public findAll(options: SalesInvoiceTypeEntityOptions = {}): SalesInvoiceTypeEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): SalesInvoiceTypeEntity | undefined { + public findById(id: number, options: SalesInvoiceTypeEntityOptions = {}): SalesInvoiceTypeEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/Settings/SentMethodRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/Settings/SentMethodRepository.ts index f5d9f54..078a3bf 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/Settings/SentMethodRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/Settings/SentMethodRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface SentMethodEntity { readonly Id: number; @@ -52,6 +52,7 @@ export interface SentMethodEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SentMethodEntityEvent { @@ -96,10 +97,11 @@ export class SentMethodRepository { } public findAll(options: SentMethodEntityOptions = {}): SentMethodEntity[] { - return this.dao.list(options); + let list = this.dao.list(options); + return list; } - public findById(id: number): SentMethodEntity | undefined { + public findById(id: number, options: SentMethodEntityOptions = {}): SentMethodEntity | undefined { const entity = this.dao.find(id); return entity ?? undefined; } diff --git a/codbex-invoices/gen/codbex-invoices/dao/SupplierPayment/SupplierPaymentRepository.ts b/codbex-invoices/gen/codbex-invoices/dao/SupplierPayment/SupplierPaymentRepository.ts index e0fceb9..11389eb 100644 --- a/codbex-invoices/gen/codbex-invoices/dao/SupplierPayment/SupplierPaymentRepository.ts +++ b/codbex-invoices/gen/codbex-invoices/dao/SupplierPayment/SupplierPaymentRepository.ts @@ -1,7 +1,7 @@ -import { query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; import { EntityUtils } from "../utils/EntityUtils"; export interface SupplierPaymentEntity { @@ -168,6 +168,7 @@ export interface SupplierPaymentEntityOptions { $order?: 'ASC' | 'DESC', $offset?: number, $limit?: number, + $language?: string } export interface SupplierPaymentEntityEvent { @@ -281,14 +282,15 @@ export class SupplierPaymentRepository { options.$sort = "Date"; options.$order = "DESC"; } - return this.dao.list(options).map((e: SupplierPaymentEntity) => { + let list = this.dao.list(options).map((e: SupplierPaymentEntity) => { EntityUtils.setDate(e, "Date"); EntityUtils.setDate(e, "Valor"); return e; }); + return list; } - public findById(id: number): SupplierPaymentEntity | undefined { + public findById(id: number, options: SupplierPaymentEntityOptions = {}): SupplierPaymentEntity | undefined { const entity = this.dao.find(id); EntityUtils.setDate(entity, "Date"); EntityUtils.setDate(entity, "Valor"); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/controller.js index 0112ce8..8b985c6 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/controller.js @@ -12,10 +12,10 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }; LocaleService.onInit(() => { - translated.yes = LocaleService.t('codbex-invoices:defaults.yes'); - translated.no = LocaleService.t('codbex-invoices:defaults.no'); - translated.deleteTitle = LocaleService.t('codbex-invoices:defaults.deleteTitle', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); - translated.deleteConfirm = LocaleService.t('codbex-invoices:messages.deleteConfirm', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); + translated.yes = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.yes'); + translated.no = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.no'); + translated.deleteTitle = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.deleteTitle', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); + translated.deleteConfirm = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.deleteConfirm', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); }); //-----------------Custom Actions-------------------// Extensions.getWindows(['codbex-invoices-custom-action']).then((response) => { @@ -120,8 +120,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), - message: LocaleService.t('codbex-invoices:messages.error.unableToLF', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLF', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -129,8 +129,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCount', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCount', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -220,8 +220,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), - message: LocaleService.t('codbex-invoices:messages.error.unableToDelete', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToDelete', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)', message: message }), type: AlertTypes.Error, }); console.error('EntityService:', error); @@ -245,7 +245,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'PurchaseInvoice', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -260,7 +260,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'UoM', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/index.html index aaf4f69..30b17e2 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/index.html @@ -17,40 +17,40 @@ {{ errorMessage }} - +
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NAME' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NAME' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NAME)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_QUANTITY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_QUANTITY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_QUANTITY)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_UOM' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_UOM' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_UOM)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'UoM'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'UoM'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_PRICE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_PRICE' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_PRICE)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NET' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NET' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NET)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VATRATE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VATRATE' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VATRATE)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VAT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VAT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VAT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_GROSS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_GROSS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_GROSS)'} }}">
@@ -138,13 +138,13 @@ - + - + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/view.js index cae6bb9..893c5ac 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/view.js @@ -7,9 +7,9 @@ const viewData = { id: 'PurchaseInvoiceItem-filter', label: 'PurchaseInvoiceItem Filter', translation: { - key: 'codbex-invoices:extName', + key: 'codbex-invoices:codbex-invoices-model.extName', options: { - content: '$t(codbex-invoices:t.PURCHASEINVOICEITEM) $t(codbex-invoices:defaults.filter)', + content: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM) $t(codbex-invoices:codbex-invoices-model.defaults.filter)', } }, path: '/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-filter/index.html', diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/controller.js index 8ff002c..abbe2b3 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/controller.js @@ -20,12 +20,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer $scope.action = 'select'; LocaleService.onInit(() => { - description = LocaleService.t('codbex-invoices:defaults.description'); - $scope.formHeaders.select = LocaleService.t('codbex-invoices:defaults.formHeadSelect', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); - $scope.formHeaders.create = LocaleService.t('codbex-invoices:defaults.formHeadCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); - $scope.formHeaders.update = LocaleService.t('codbex-invoices:defaults.formHeadUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); - propertySuccessfullyCreated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); - propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)' }); + description = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.description'); + $scope.formHeaders.select = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadSelect', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); + $scope.formHeaders.create = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); + $scope.formHeaders.update = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); + propertySuccessfullyCreated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); + propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)' }); }); let params = ViewParameters.get(); @@ -44,7 +44,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer EntityService.create(entity).then((response) => { Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoiceItem.entityCreated', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), description: propertySuccessfullyCreated, type: 'positive' }); @@ -52,8 +52,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -67,7 +67,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer EntityService.update(id, entity).then((response) => { Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoiceItem.entityUpdated', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), description: propertySuccessfullyUpdated, type: 'positive' }); @@ -75,8 +75,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEITEM'), - message: LocaleService.t('codbex-invoices:messages.error.unableToUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEITEM)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/index.html index f2191ac..17b131e 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/index.html @@ -19,10 +19,10 @@
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NAME' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NAME' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NAME)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_QUANTITY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_QUANTITY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_QUANTITY)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_UOM' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_UOM' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_UOM)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'UoM'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'UoM'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_PRICE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_PRICE' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_PRICE)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NET' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NET' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NET)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VATRATE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VATRATE' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VATRATE)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VAT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VAT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VAT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEITEM_GROSS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_GROSS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_GROSS)'} }}">
@@ -149,11 +149,11 @@ - - + + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/view.js index 213b2ac..6151d36 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoiceItem-details', label: 'PurchaseInvoiceItem', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICEITEM', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM', }, path: '/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/dialog-window/index.html', perspectiveName: 'PurchaseInvoice' diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/index.html index 05bfb03..0d850ca 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/index.html @@ -15,34 +15,34 @@ - {{'codbex-invoices:messages.detailSelectRecord' | t}} + {{'codbex-invoices:codbex-invoices-model.messages.detailSelectRecord' | t}} - {{'codbex-invoices:defaults.items' | t}} - + {{'codbex-invoices:codbex-invoices-model.defaults.items' | t}} + - + - - - - - - - - + + + + + + + + - + @@ -58,14 +58,14 @@
{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NAME' | t:'Name' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_QUANTITY' | t:'Quantity' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_UOM' | t:'UoM' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_PRICE' | t:'Price' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_NET' | t:'Net' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VATRATE' | t:'VATRate' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_VAT' | t:'VAT' }}{{ 'codbex-invoices:t.PURCHASEINVOICEITEM_GROSS' | t:'Gross' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NAME' | t:'Name' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_QUANTITY' | t:'Quantity' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_UOM' | t:'UoM' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_PRICE' | t:'Price' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_NET' | t:'Net' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VATRATE' | t:'VATRate' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_VAT' | t:'VAT' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM_GROSS' | t:'Gross' }}
{{'codbex-invoices:messages.noData' | t}}{{'codbex-invoices:codbex-invoices-model.messages.noData' | t}}
{{next.Name}} - + - + - - - + + + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/view.js index 1d22ed4..67643bf 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoiceItem/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoiceItem', label: 'PurchaseInvoiceItem', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICEITEM', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEITEM', }, region: 'bottom', lazyLoad: false, diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/controller.js index ada3e58..8f63d71 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/controller.js @@ -12,10 +12,10 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }; LocaleService.onInit(() => { - translated.yes = LocaleService.t('codbex-invoices:defaults.yes'); - translated.no = LocaleService.t('codbex-invoices:defaults.no'); - translated.deleteTitle = LocaleService.t('codbex-invoices:defaults.deleteTitle', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); - translated.deleteConfirm = LocaleService.t('codbex-invoices:messages.deleteConfirm', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); + translated.yes = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.yes'); + translated.no = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.no'); + translated.deleteTitle = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.deleteTitle', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); + translated.deleteConfirm = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.deleteConfirm', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); }); //-----------------Custom Actions-------------------// Extensions.getWindows(['codbex-invoices-custom-action']).then((response) => { @@ -120,8 +120,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), - message: LocaleService.t('codbex-invoices:messages.error.unableToLF', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLF', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -129,8 +129,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCount', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCount', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -220,8 +220,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), - message: LocaleService.t('codbex-invoices:messages.error.unableToDelete', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToDelete', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)', message: message }), type: AlertTypes.Error, }); console.error('EntityService:', error); @@ -245,7 +245,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'PurchaseInvoice', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -260,7 +260,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'SupplierPayment', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/index.html index 20119b3..a1f2b89 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/index.html @@ -17,10 +17,10 @@ {{ errorMessage }} - +
- {{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'SupplierPayment'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'SupplierPayment'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_AMOUNT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_AMOUNT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_AMOUNT)'} }}">
@@ -53,13 +53,13 @@ - + - + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/view.js index a0b2e08..d90dda6 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/view.js @@ -7,9 +7,9 @@ const viewData = { id: 'PurchaseInvoicePayment-filter', label: 'PurchaseInvoicePayment Filter', translation: { - key: 'codbex-invoices:extName', + key: 'codbex-invoices:codbex-invoices-model.extName', options: { - content: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT) $t(codbex-invoices:defaults.filter)', + content: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT) $t(codbex-invoices:codbex-invoices-model.defaults.filter)', } }, path: '/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-filter/index.html', diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/controller.js index e5e1f83..f68500f 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/controller.js @@ -20,12 +20,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer $scope.action = 'select'; LocaleService.onInit(() => { - description = LocaleService.t('codbex-invoices:defaults.description'); - $scope.formHeaders.select = LocaleService.t('codbex-invoices:defaults.formHeadSelect', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); - $scope.formHeaders.create = LocaleService.t('codbex-invoices:defaults.formHeadCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); - $scope.formHeaders.update = LocaleService.t('codbex-invoices:defaults.formHeadUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); - propertySuccessfullyCreated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); - propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)' }); + description = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.description'); + $scope.formHeaders.select = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadSelect', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); + $scope.formHeaders.create = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); + $scope.formHeaders.update = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); + propertySuccessfullyCreated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); + propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)' }); }); let params = ViewParameters.get(); @@ -44,7 +44,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer EntityService.create(entity).then((response) => { Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoicePayment.entityCreated', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), description: propertySuccessfullyCreated, type: 'positive' }); @@ -52,8 +52,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -67,7 +67,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer EntityService.update(id, entity).then((response) => { Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoicePayment.entityUpdated', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), description: propertySuccessfullyUpdated, type: 'positive' }); @@ -75,8 +75,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICEPAYMENT'), - message: LocaleService.t('codbex-invoices:messages.error.unableToUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICEPAYMENT)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/index.html index e6b7797..3e033fb 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/index.html @@ -19,7 +19,7 @@
- {{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'SupplierPayment'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'SupplierPayment'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_AMOUNT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_AMOUNT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_AMOUNT)'} }}">
@@ -56,11 +56,11 @@ - - + + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/view.js index 6f32c9c..83caac4 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoicePayment-details', label: 'PurchaseInvoicePayment', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICEPAYMENT', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT', }, path: '/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/dialog-window/index.html', perspectiveName: 'PurchaseInvoice' diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/index.html index e2f8dfe..0b2214e 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/index.html @@ -15,28 +15,28 @@ - {{'codbex-invoices:messages.detailSelectRecord' | t}} + {{'codbex-invoices:codbex-invoices-model.messages.detailSelectRecord' | t}} - {{'codbex-invoices:defaults.items' | t}} - + {{'codbex-invoices:codbex-invoices-model.defaults.items' | t}} + - + - - + + - +
{{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t:'SupplierPayment' }}{{ 'codbex-invoices:t.PURCHASEINVOICEPAYMENT_AMOUNT' | t:'Amount' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_SUPPLIERPAYMENT' | t:'SupplierPayment' }}{{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT_AMOUNT' | t:'Amount' }}
{{'codbex-invoices:messages.noData' | t}}{{'codbex-invoices:codbex-invoices-model.messages.noData' | t}}
@@ -46,14 +46,14 @@ - + - + - - - + + + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/view.js index a1c1ee0..8e3fada 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/PurchaseInvoicePayment/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoicePayment', label: 'PurchaseInvoicePayment', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICEPAYMENT', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICEPAYMENT', }, region: 'bottom', lazyLoad: false, diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/controller.js index 9478c16..d7bb36d 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/controller.js @@ -12,10 +12,10 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }; LocaleService.onInit(() => { - translated.yes = LocaleService.t('codbex-invoices:defaults.yes'); - translated.no = LocaleService.t('codbex-invoices:defaults.no'); - translated.deleteTitle = LocaleService.t('codbex-invoices:defaults.deleteTitle', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - translated.deleteConfirm = LocaleService.t('codbex-invoices:messages.deleteConfirm', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); + translated.yes = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.yes'); + translated.no = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.no'); + translated.deleteTitle = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.deleteTitle', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + translated.deleteConfirm = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.deleteConfirm', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); }); $scope.dataPage = 1; $scope.dataCount = 0; @@ -114,8 +114,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), - message: LocaleService.t('codbex-invoices:messages.error.unableToLF', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLF', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -123,8 +123,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCount', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCount', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -203,8 +203,8 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), - message: LocaleService.t('codbex-invoices:messages.error.unableToDelete', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToDelete', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -251,7 +251,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Type', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -266,7 +266,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Supplier', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -281,7 +281,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Currency', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -296,7 +296,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'PaymentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -311,7 +311,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'SentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -326,7 +326,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Status', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -341,7 +341,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Operator', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -356,7 +356,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Company', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/index.html index 0fd87e7..d44b32f 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/index.html @@ -17,44 +17,44 @@ {{ errorMessage }} - +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_ORIGINALNUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Type'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Type'} }}">
- {{ 'codbex-invoices:defaults.from' | t:{'text':'$t(codbex-invoices:t.PURCHASEINVOICE_DATE)'} }} + {{ 'codbex-invoices:codbex-invoices-model.defaults.from' | t:{'text':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DATE)'} }}
- +
- {{ 'codbex-invoices:defaults.to' | t:{'text':'$t(codbex-invoices:t.PURCHASEINVOICE_DATE)'} }} + {{ 'codbex-invoices:codbex-invoices-model.defaults.to' | t:{'text':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DATE)'} }}
- +
- {{ 'codbex-invoices:defaults.from' | t:{'text':'$t(codbex-invoices:t.PURCHASEINVOICE_DUE)'} }} + {{ 'codbex-invoices:codbex-invoices-model.defaults.from' | t:{'text':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DUE)'} }}
- +
- {{ 'codbex-invoices:defaults.to' | t:{'text':'$t(codbex-invoices:t.PURCHASEINVOICE_DUE)'} }} + {{ 'codbex-invoices:codbex-invoices-model.defaults.to' | t:{'text':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DUE)'} }}
- +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SUPPLIER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Supplier'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Supplier'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NET' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CURRENCY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Currency'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Currency'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_GROSS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DISCOUNT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TAXES' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_VAT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TOTAL' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CONDITIONS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAYMENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'PaymentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'PaymentMethod'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'SentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'SentMethod'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_STATUS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Status'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Status'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_OPERATOR' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Operator'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Operator'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DOCUMENT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_COMPANY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Company'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Company'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NAME' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_UUID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PROCESS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_REFERENCE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE)'} }}">
@@ -425,13 +425,13 @@ - + - + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/view.js index 999483b..c579257 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/view.js @@ -7,9 +7,9 @@ const viewData = { id: 'PurchaseInvoice-filter', label: 'PurchaseInvoice Filter', translation: { - key: 'codbex-invoices:extName', + key: 'codbex-invoices:codbex-invoices-model.extName', options: { - content: '$t(codbex-invoices:t.PURCHASEINVOICE) $t(codbex-invoices:defaults.filter)', + content: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE) $t(codbex-invoices:codbex-invoices-model.defaults.filter)', } }, path: '/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-filter/index.html', diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/controller.js index d04f21b..2fdc0d2 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/controller.js @@ -20,12 +20,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer $scope.action = 'select'; LocaleService.onInit(() => { - description = LocaleService.t('codbex-invoices:defaults.description'); - $scope.formHeaders.select = LocaleService.t('codbex-invoices:defaults.formHeadSelect', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - $scope.formHeaders.create = LocaleService.t('codbex-invoices:defaults.formHeadCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - $scope.formHeaders.update = LocaleService.t('codbex-invoices:defaults.formHeadUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - propertySuccessfullyCreated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); + description = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.description'); + $scope.formHeaders.select = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadSelect', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + $scope.formHeaders.create = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + $scope.formHeaders.update = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + propertySuccessfullyCreated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); }); let params = ViewParameters.get(); @@ -56,7 +56,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer EntityService.create(entity).then((response) => { Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.entityCreated', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), description: propertySuccessfullyCreated, type: 'positive' }); @@ -64,7 +64,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer }, (error) => { const message = error.data ? error.data.message : ''; $scope.$evalAsync(() => { - $scope.errorMessage = LocaleService.t('codbex-invoices:messages.error.unableToCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }); + $scope.errorMessage = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }); }); console.error('EntityService:', error); }); @@ -78,14 +78,14 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.entityUpdated', data: response.data }); $scope.cancel(); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), description: propertySuccessfullyUpdated, type: 'positive' }); }, (error) => { const message = error.data ? error.data.message : ''; $scope.$evalAsync(() => { - $scope.errorMessage = LocaleService.t('codbex-invoices:messages.error.unableToUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }); + $scope.errorMessage = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }); }); console.error('EntityService:', error); }); @@ -105,7 +105,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Type', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -123,7 +123,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Supplier', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -141,7 +141,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Currency', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -159,7 +159,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'PaymentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -177,7 +177,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'SentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -195,7 +195,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Status', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -213,7 +213,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Operator', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -231,7 +231,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Company', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/index.html index d8efed6..88c426e 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/index.html @@ -21,7 +21,7 @@
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_ORIGINALNUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Type'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Type'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DATE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DATE' | t }}
- +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DUE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DUE' | t }}
- +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SUPPLIER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Supplier'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Supplier'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NET' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CURRENCY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Currency'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Currency'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_GROSS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DISCOUNT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TAXES' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_VAT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TOTAL' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CONDITIONS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAYMENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'PaymentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'PaymentMethod'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'SentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'SentMethod'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_STATUS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Status'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Status'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_OPERATOR' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Operator'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Operator'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DOCUMENT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_COMPANY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Company'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Company'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NAME' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_UUID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PROCESS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_REFERENCE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE)'} }}">
@@ -434,11 +434,11 @@ - - + + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/view.js index 8365e0d..5403d00 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/view.js @@ -7,7 +7,7 @@ const viewData = { id: "PurchaseInvoice-details", label: "PurchaseInvoice", translation: { - key: 'codbex-invoices:t.PURCHASEINVOICE', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE', }, path: "/services/web/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/dialog-window/index.html", perspectiveName: "PurchaseInvoice", diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/index.html index 782b81a..700e923 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/index.html @@ -15,18 +15,18 @@ - {{'codbex-invoices:defaults.items' | t}} + {{'codbex-invoices:codbex-invoices-model.defaults.items' | t}} - - - + + + - + - - + + @@ -71,7 +71,7 @@ - {{ 'codbex-invoices:defaults.loadMore' | t }} + {{ 'codbex-invoices:codbex-invoices-model.defaults.loadMore' | t }} diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/controller.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/controller.js index 14e4f86..c7cb126 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/controller.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/controller.js @@ -20,12 +20,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer $scope.action = 'select'; LocaleService.onInit(() => { - description = LocaleService.t('codbex-invoices:defaults.description'); - $scope.formHeaders.select = LocaleService.t('codbex-invoices:defaults.formHeadSelect', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - $scope.formHeaders.create = LocaleService.t('codbex-invoices:defaults.formHeadCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - $scope.formHeaders.update = LocaleService.t('codbex-invoices:defaults.formHeadUpdate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - propertySuccessfullyCreated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); - propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)' }); + description = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.description'); + $scope.formHeaders.select = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadSelect', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + $scope.formHeaders.create = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + $scope.formHeaders.update = LocaleService.t('codbex-invoices:codbex-invoices-model.defaults.formHeadUpdate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + propertySuccessfullyCreated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyCreated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); + propertySuccessfullyUpdated = LocaleService.t('codbex-invoices:codbex-invoices-model.messages.propertySuccessfullyUpdated', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)' }); }); //-----------------Custom Actions-------------------// @@ -132,15 +132,15 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.entityCreated', data: response.data }); Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.clearDetails' , data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), description: propertySuccessfullyCreated, type: 'positive' }); }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -152,15 +152,15 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.entityUpdated', data: response.data }); Dialogs.postMessage({ topic: 'codbex-invoices.PurchaseInvoice.PurchaseInvoice.clearDetails', data: response.data }); Notifications.show({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), description: propertySuccessfullyUpdated, type: 'positive' }); }, (error) => { const message = error.data ? error.data.message : ''; Dialogs.showAlert({ - title: LocaleService.t('codbex-invoices:t.PURCHASEINVOICE'), - message: LocaleService.t('codbex-invoices:messages.error.unableToCreate', { name: '$t(codbex-invoices:t.PURCHASEINVOICE)', message: message }), + title: LocaleService.t('codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE'), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToCreate', { name: '$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE)', message: message }), type: AlertTypes.Error }); console.error('EntityService:', error); @@ -280,7 +280,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Type', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -297,7 +297,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Supplier', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -314,7 +314,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Currency', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -331,7 +331,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'PaymentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -348,7 +348,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'SentMethod', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -365,7 +365,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Status', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -382,7 +382,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Operator', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); @@ -399,7 +399,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer const message = error.data ? error.data.message : ''; Dialogs.showAlert({ title: 'Company', - message: LocaleService.t('codbex-invoices:messages.error.unableToLoad', { message: message }), + message: LocaleService.t('codbex-invoices:codbex-invoices-model.messages.error.unableToLoad', { message: message }), type: AlertTypes.Error }); }); diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/index.html index 3195c13..73288bc 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/index.html @@ -19,7 +19,7 @@
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_ORIGINALNUMBER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_ORIGINALNUMBER)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PURCHASEINVOICETYPE)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Type'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Type'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DATE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DATE' | t }}
- +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DUE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DUE' | t }}
- +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SUPPLIER' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SUPPLIER)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Supplier'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Supplier'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NET' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NET)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CURRENCY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CURRENCY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Currency'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Currency'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_GROSS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_GROSS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DISCOUNT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DISCOUNT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TAXES' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TAXES)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_VAT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_VAT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_TOTAL' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_TOTAL)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_CONDITIONS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_CONDITIONS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PAYMENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PAYMENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'PaymentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'PaymentMethod'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_SENTMETHOD' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_SENTMETHOD)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'SentMethod'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'SentMethod'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_STATUS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_STATUS)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Status'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Status'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_OPERATOR' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_OPERATOR)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Operator'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Operator'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_DOCUMENT' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_DOCUMENT)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_COMPANY' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputSearch' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_COMPANY)'} }}" + btn-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.showHide' | t:{'name':'Company'} }}" list-aria-label="{{ 'codbex-invoices:codbex-invoices-model.aria.options' | t:{'name':'Company'} }}">
- - + +
- {{ 'codbex-invoices:t.PURCHASEINVOICE_NAME' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_NAME)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_UUID' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_UUID)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_PROCESS' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS' | t }}
+ placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_PROCESS)'} }}">
- {{ 'codbex-invoices:t.PURCHASEINVOICE_REFERENCE' | t }} + {{ 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE' | t }}
- + + placeholder="{{ 'codbex-invoices:codbex-invoices-model.messages.inputEnter' | t:{'name':'$t(codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE_REFERENCE)'} }}">
@@ -464,11 +464,11 @@ - - + + - + diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/view.js index cf04aae..dc6a8e9 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/main-details/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoice-details', label: 'PurchaseInvoice', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICE', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE', }, region: 'center', lazyLoad: false, diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/view.js b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/view.js index af7a9f4..7f330f3 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/view.js +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/PurchaseInvoice/view.js @@ -7,7 +7,7 @@ const viewData = { id: 'PurchaseInvoice', label: 'PurchaseInvoice', translation: { - key: 'codbex-invoices:t.PURCHASEINVOICE', + key: 'codbex-invoices:codbex-invoices-model.t.PURCHASEINVOICE', }, region: 'left', lazyLoad: false, diff --git a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/index.html b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/index.html index a529925..932fd42 100644 --- a/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/index.html +++ b/codbex-invoices/gen/codbex-invoices/ui/PurchaseInvoice/index.html @@ -21,10 +21,10 @@ - {{'codbex-invoices:state.busy' | t}} + {{'codbex-invoices:codbex-invoices-model.state.busy' | t}} - {{'codbex-invoices:messages.error.loading' | t}} + {{'codbex-invoices:codbex-invoices-model.messages.error.loading' | t}}