{
- const triggerExtensions = await Extensions.loadExtensionModules('codbex-payments-Suppliers-Supplier', ['trigger']);
- triggerExtensions.forEach(triggerExtension => {
- try {
- triggerExtension.trigger(data);
- } catch (error) {
- console.error(error);
- }
- });
- Producer.topic('codbex-payments-Suppliers-Supplier').send(JSON.stringify(data));
- }
-}
diff --git a/codbex-payments/gen/codbex-payments/schema/codbex-payments.schema b/codbex-payments/gen/codbex-payments/schema/codbex-payments.schema
index 198e138..0589dcf 100644
--- a/codbex-payments/gen/codbex-payments/schema/codbex-payments.schema
+++ b/codbex-payments/gen/codbex-payments/schema/codbex-payments.schema
@@ -14,7 +14,6 @@
},
{
"type": "INTEGER",
- "nullable": true,
"name": "CUSTOMERPAYMENT_CUSTOMER"
},
{
@@ -108,7 +107,6 @@
},
{
"type": "INTEGER",
- "nullable": true,
"name": "SUPPLIERPAYMENT_SUPPLIER"
},
{
@@ -195,6 +193,10 @@
"nullable": true,
"name": "EMPLOYEEPAYMENT_ID"
},
+ {
+ "type": "INTEGER",
+ "name": "EMPLOYEEPAYMENT_EMPLOYEE"
+ },
{
"type": "DATE",
"name": "EMPLOYEEPAYMENT_DATE"
@@ -361,6 +363,17 @@
"type": "BOOLEAN",
"nullable": true,
"name": "PAYMENTRECORD_DELETED"
+ },
+ {
+ "type": "TIMESTAMP",
+ "nullable": true,
+ "name": "PAYMENTRECORD_DELETEDAT"
+ },
+ {
+ "type": "VARCHAR",
+ "length": 255,
+ "nullable": true,
+ "name": "PAYMENTRECORD_DELETEDREASON"
}
]
},
@@ -436,77 +449,6 @@
}
]
},
- {
- "name": "CODBEX_SUPPLIER",
- "type": "TABLE",
- "columns": [
- {
- "type": "INTEGER",
- "primaryKey": true,
- "identity": true,
- "nullable": true,
- "name": "SUPPLIER_ID"
- },
- {
- "type": "VARCHAR",
- "length": 100,
- "nullable": true,
- "name": "SUPPLIER_NAME"
- },
- {
- "type": "VARCHAR",
- "length": 200,
- "nullable": true,
- "name": "SUPPLIER_ADDRESS"
- },
- {
- "type": "VARCHAR",
- "length": 20,
- "nullable": true,
- "name": "SUPPLIER_POSTALCODE"
- },
- {
- "type": "VARCHAR",
- "length": 100,
- "nullable": true,
- "name": "SUPPLIER_EMAIL"
- },
- {
- "type": "VARCHAR",
- "length": 20,
- "nullable": true,
- "name": "SUPPLIER_PHONE"
- },
- {
- "type": "VARCHAR",
- "length": 20,
- "nullable": true,
- "name": "SUPPLIER_FAX"
- },
- {
- "type": "INTEGER",
- "nullable": true,
- "name": "SUPPLIER_COUNTRY"
- },
- {
- "type": "INTEGER",
- "nullable": true,
- "name": "SUPPLIER_CITY"
- },
- {
- "type": "VARCHAR",
- "length": 20,
- "nullable": true,
- "name": "SUPPLIER_TIN"
- },
- {
- "type": "VARCHAR",
- "length": 36,
- "nullable": true,
- "name": "SUPPLIER_IBAN"
- }
- ]
- },
{
"name": "CODBEX_PAYMENTDIRECTION",
"type": "TABLE",
@@ -588,6 +530,15 @@
"referencedTable": "CODBEX_COMPANY",
"referencedColumns": "COMPANY_ID"
},
+ {
+ "name": "EmployeePayment_Employee",
+ "type": "foreignKey",
+ "table": "CODBEX_EMPLOYEEPAYMENT",
+ "constraintName": "EmployeePayment_Employee",
+ "columns": "EMPLOYEEPAYMENT_EMPLOYEE",
+ "referencedTable": "CODBEX_EMPLOYEE",
+ "referencedColumns": "EMPLOYEE_ID"
+ },
{
"name": "EmployeePayment_Currency",
"type": "foreignKey",
diff --git a/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/dialog-window/index.html
index 805c767..363c880 100644
--- a/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/dialog-window/index.html
@@ -74,7 +74,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -94,7 +95,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -114,7 +116,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -166,7 +169,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_REASON' | t }}
-
+
@@ -186,7 +190,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_DESCRIPTION' | t }}
-
+
@@ -251,7 +256,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/main-details/index.html b/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/main-details/index.html
index 579b800..ea6ae3d 100644
--- a/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/main-details/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/CustomerPayment/CustomerPayment/main-details/index.html
@@ -76,7 +76,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -96,7 +97,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -116,7 +118,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -172,7 +175,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_REASON' | t }}
-
+
@@ -192,7 +196,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_DESCRIPTION' | t }}
-
+
@@ -261,7 +266,9 @@
{{ 'codbex-payments:codbex-payments-model.t.CUSTOMERPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/controller.js b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/controller.js
index 91a45e0..660ba10 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/controller.js
@@ -139,6 +139,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
Dialogs.postMessage({ topic: 'codbex-payments.EmployeePayment.EmployeePayment.entitySelected', data: {
entity: entity,
selectedMainEntityId: entity.Id,
+ optionsEmployee: $scope.optionsEmployee,
optionsCurrency: $scope.optionsCurrency,
optionsCompany: $scope.optionsCompany,
}});
@@ -150,6 +151,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
Dialogs.postMessage({ topic: 'codbex-payments.EmployeePayment.EmployeePayment.createEntity', data: {
entity: {},
+ optionsEmployee: $scope.optionsEmployee,
optionsCurrency: $scope.optionsCurrency,
optionsCompany: $scope.optionsCompany,
}});
@@ -159,6 +161,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
$scope.action = 'update';
Dialogs.postMessage({ topic: 'codbex-payments.EmployeePayment.EmployeePayment.updateEntity', data: {
entity: $scope.selectedEntity,
+ optionsEmployee: $scope.optionsEmployee,
optionsCurrency: $scope.optionsCurrency,
optionsCompany: $scope.optionsCompany,
}});
@@ -202,6 +205,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
id: 'EmployeePayment-filter',
params: {
entity: $scope.filterEntity,
+ optionsEmployee: $scope.optionsEmployee,
optionsCurrency: $scope.optionsCurrency,
optionsCompany: $scope.optionsCompany,
},
@@ -209,10 +213,26 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
};
//----------------Dropdowns-----------------//
+ $scope.optionsEmployee = [];
$scope.optionsCurrency = [];
$scope.optionsCompany = [];
+ $http.get('/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts').then((response) => {
+ $scope.optionsEmployee = response.data.map(e => ({
+ value: e.Id,
+ text: e.Name
+ }));
+ }, (error) => {
+ console.error(error);
+ const message = error.data ? error.data.message : '';
+ Dialogs.showAlert({
+ title: 'Employee',
+ message: LocaleService.t('codbex-payments:codbex-payments-model.messages.error.unableToLoad', { message: message }),
+ type: AlertTypes.Error
+ });
+ });
+
$http.get('/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts').then((response) => {
$scope.optionsCurrency = response.data.map(e => ({
value: e.Id,
@@ -243,6 +263,14 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
});
});
+ $scope.optionsEmployeeValue = (optionKey) => {
+ for (let i = 0; i < $scope.optionsEmployee.length; i++) {
+ if ($scope.optionsEmployee[i].value === optionKey) {
+ return $scope.optionsEmployee[i].text;
+ }
+ }
+ return null;
+ };
$scope.optionsCurrencyValue = (optionKey) => {
for (let i = 0; i < $scope.optionsCurrency.length; i++) {
if ($scope.optionsCurrency[i].value === optionKey) {
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/controller.js b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/controller.js
index 96dda7d..24e0489 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/controller.js
@@ -22,6 +22,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
$scope.entity = params.entity ?? {};
$scope.selectedMainEntityKey = params.selectedMainEntityKey;
$scope.selectedMainEntityId = params.selectedMainEntityId;
+ $scope.optionsEmployee = params.optionsEmployee;
$scope.optionsCurrency = params.optionsCurrency;
$scope.optionsCompany = params.optionsCompany;
}
@@ -40,6 +41,10 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
const condition = { propertyName: 'Id', operator: 'EQ', value: entity.Id };
filter.$filter.conditions.push(condition);
}
+ if (entity.Employee !== undefined) {
+ const condition = { propertyName: 'Employee', operator: 'EQ', value: entity.Employee };
+ filter.$filter.conditions.push(condition);
+ }
if (entity.DateFrom) {
const condition = { propertyName: 'Date', operator: 'GE', value: entity.DateFrom };
filter.$filter.conditions.push(condition);
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/index.html b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/index.html
index a7b1572..8cfd06b 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-filter/index.html
@@ -17,6 +17,21 @@
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_EMPLOYEE' | t }}
+
+
+
+
+
+
{{ 'codbex-payments:codbex-payments-model.defaults.from' | t:{'text':'$t(codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_DATE)'} }}
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/controller.js b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/controller.js
index aa66538..29a925d 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/controller.js
@@ -40,6 +40,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
$scope.entity = params.entity;
$scope.selectedMainEntityKey = params.selectedMainEntityKey;
$scope.selectedMainEntityId = params.selectedMainEntityId;
+ $scope.optionsEmployee = params.optionsEmployee;
$scope.optionsCurrency = params.optionsCurrency;
$scope.optionsCompany = params.optionsCompany;
}
@@ -85,6 +86,24 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
});
};
+ $scope.serviceEmployee = '/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts';
+
+ $scope.optionsEmployee = [];
+
+ $http.get('/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts').then((response) => {
+ $scope.optionsEmployee = response.data.map(e => ({
+ value: e.Id,
+ text: e.Name
+ }));
+ }, (error) => {
+ console.error(error);
+ const message = error.data ? error.data.message : '';
+ Dialogs.showAlert({
+ title: 'Employee',
+ message: LocaleService.t('codbex-payments:codbex-payments-model.messages.error.unableToLoad', { message: message }),
+ type: AlertTypes.Error
+ });
+ });
$scope.serviceCurrency = '/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts';
$scope.optionsCurrency = [];
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/index.html
index 2381369..cffcbf0 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/dialog-window/index.html
@@ -18,6 +18,23 @@
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_EMPLOYEE' | t }}
+
+
+
+
+
+
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_DATE' | t }}
@@ -57,7 +74,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -77,7 +95,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -97,7 +116,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -149,7 +169,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_REASON' | t }}
-
+
@@ -169,7 +190,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_DESCRIPTION' | t }}
-
+
@@ -234,7 +256,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/index.html b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/index.html
index 33a6396..ad1b1fd 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/index.html
@@ -38,8 +38,9 @@
navigated="next.Id === selectedEntity.Id"
ng-click="action == 'select' ? selectEntity(next) : ''">
+ item-title="{{optionsEmployeeValue(next.Employee)}}">
+ {{next.Date | date: "dd/MMM/yyyy"}} |
{{next.Valor | date: "dd/MMM/yyyy"}} |
{{next.CompanyIBAN}} |
{{next.CounterpartyIBAN}} |
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/controller.js b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/controller.js
index 75e2878..3e97e78 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/controller.js
@@ -50,6 +50,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
Dialogs.addMessageListener({ topic: 'codbex-payments.EmployeePayment.EmployeePayment.clearDetails', handler: () => {
$scope.$evalAsync(() => {
$scope.entity = {};
+ $scope.optionsEmployee = [];
$scope.optionsCurrency = [];
$scope.optionsCompany = [];
$scope.action = 'select';
@@ -64,6 +65,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
data.entity.Valor = new Date(data.entity.Valor);
}
$scope.entity = data.entity;
+ $scope.optionsEmployee = data.optionsEmployee;
$scope.optionsCurrency = data.optionsCurrency;
$scope.optionsCompany = data.optionsCompany;
$scope.action = 'select';
@@ -72,6 +74,7 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
Dialogs.addMessageListener({ topic: 'codbex-payments.EmployeePayment.EmployeePayment.createEntity', handler: (data) => {
$scope.$evalAsync(() => {
$scope.entity = {};
+ $scope.optionsEmployee = data.optionsEmployee;
$scope.optionsCurrency = data.optionsCurrency;
$scope.optionsCompany = data.optionsCompany;
$scope.action = 'create';
@@ -86,12 +89,14 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
data.entity.Valor = new Date(data.entity.Valor);
}
$scope.entity = data.entity;
+ $scope.optionsEmployee = data.optionsEmployee;
$scope.optionsCurrency = data.optionsCurrency;
$scope.optionsCompany = data.optionsCompany;
$scope.action = 'update';
});
}});
+ $scope.serviceEmployee = '/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts';
$scope.serviceCurrency = '/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts';
$scope.serviceCompany = '/services/ts/codbex-companies/gen/codbex-companies/api/Companies/CompanyController.ts';
@@ -151,6 +156,16 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
});
};
+ $scope.createEmployee = () => {
+ Dialogs.showWindow({
+ id: 'Employee-details',
+ params: {
+ action: 'create',
+ entity: {},
+ },
+ closeButton: false
+ });
+ };
$scope.createCurrency = () => {
Dialogs.showWindow({
id: 'Currency-details',
@@ -178,6 +193,23 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
//----------------Dropdowns-----------------//
+ $scope.refreshEmployee = () => {
+ $scope.optionsEmployee = [];
+ $http.get('/services/ts/codbex-employees/gen/codbex-employees/api/Employees/EmployeeController.ts').then((response) => {
+ $scope.optionsEmployee = response.data.map(e => ({
+ value: e.Id,
+ text: e.Name
+ }));
+ }, (error) => {
+ console.error(error);
+ const message = error.data ? error.data.message : '';
+ Dialogs.showAlert({
+ title: 'Employee',
+ message: LocaleService.t('codbex-payments:codbex-payments-model.messages.error.unableToLoad', { message: message }),
+ type: AlertTypes.Error
+ });
+ });
+ };
$scope.refreshCurrency = () => {
$scope.optionsCurrency = [];
$http.get('/services/ts/codbex-currencies/gen/codbex-currencies/api/Settings/CurrencyController.ts').then((response) => {
diff --git a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/index.html b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/index.html
index a71a711..8390676 100644
--- a/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/EmployeePayment/EmployeePayment/main-details/index.html
@@ -16,6 +16,27 @@
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_EMPLOYEE' | t }}
+
+
+
+
+
+
+
+
+
+
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_DATE' | t }}
@@ -55,7 +76,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -75,7 +97,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -95,7 +118,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -151,7 +175,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_REASON' | t }}
-
+
@@ -171,7 +196,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_DESCRIPTION' | t }}
-
+
@@ -240,7 +266,9 @@
{{ 'codbex-payments:codbex-payments-model.t.EMPLOYEEPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/dialog-window/index.html
index 4038c6e..399b430 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/dialog-window/index.html
@@ -106,7 +106,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTADJUSTMENT_REASON' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/main-details/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/main-details/index.html
index 58cb513..a4b4f3c 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/main-details/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentAdjustment/PaymentAdjustment/main-details/index.html
@@ -112,7 +112,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTADJUSTMENT_REASON' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/controller.js b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/controller.js
index 5d716a7..09b5ca7 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/controller.js
@@ -109,6 +109,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (e.Valor) {
e.Valor = new Date(e.Valor);
}
+ if (e.DeletedAt) {
+ e.DeletedAt = new Date(e.DeletedAt);
+ }
});
$scope.data = $scope.data.concat(response.data);
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/controller.js b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/controller.js
index c847905..499b400 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/controller.js
@@ -19,6 +19,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
if (params?.entity?.ValorTo) {
params.entity.ValorTo = new Date(params.entity.ValorTo);
}
+ if (params?.entity?.DeletedAtFrom) {
+ params.entity.DeletedAtFrom = new Date(params.entity.DeletedAtFrom);
+ }
+ if (params?.entity?.DeletedAtTo) {
+ params.entity.DeletedAtTo = new Date(params.entity.DeletedAtTo);
+ }
$scope.entity = params.entity ?? {};
$scope.selectedMainEntityKey = params.selectedMainEntityKey;
$scope.selectedMainEntityId = params.selectedMainEntityId;
@@ -110,6 +116,18 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
const condition = { propertyName: 'Deleted', operator: 'EQ', value: entity.Deleted };
filter.$filter.conditions.push(condition);
}
+ if (entity.DeletedAtFrom) {
+ const condition = { propertyName: 'DeletedAt', operator: 'GE', value: entity.DeletedAtFrom };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedAtTo) {
+ const condition = { propertyName: 'DeletedAt', operator: 'LE', value: entity.DeletedAtTo };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedReason) {
+ const condition = { propertyName: 'DeletedReason', operator: 'LIKE', value: `%${entity.DeletedReason}%` };
+ filter.$filter.conditions.push(condition);
+ }
Dialogs.postMessage({ topic: 'codbex-payments.PaymentRecord.PaymentRecord.entitySearch', data: {
entity: entity,
filter: filter
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/index.html
index 7e72e05..b6c72a7 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-filter/index.html
@@ -278,6 +278,39 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t }}
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t }}
+
+
+
+
+
+
+
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t }}
+
+
+
+
+
+
+
+
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/controller.js b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/controller.js
index 9d620b1..b63e39f 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/controller.js
@@ -37,6 +37,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (params.entity.Valor) {
params.entity.Valor = new Date(params.entity.Valor);
}
+ if (params.entity.DeletedAt) {
+ params.entity.DeletedAt = new Date(params.entity.DeletedAt);
+ }
$scope.entity = params.entity;
$scope.selectedMainEntityKey = params.selectedMainEntityKey;
$scope.selectedMainEntityId = params.selectedMainEntityId;
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/index.html
index ecde131..83258ec 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/dialog-window/index.html
@@ -57,7 +57,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COMPANYIBAN' | t }}
-
+
@@ -77,7 +78,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COUNTERPARTYIBAN' | t }}
-
+
@@ -97,7 +99,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COUNTERPARTYNAME' | t }}
-
+
@@ -183,7 +186,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REASON' | t }}
-
+
@@ -203,7 +207,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DESCRIPTION' | t }}
-
+
@@ -254,7 +259,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REFERENCE' | t }}
-
+
@@ -281,6 +287,47 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t }}
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t }}
+
+
+
+
+
+
+
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t }}
+
+
+
+
+
+
+
+
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/index.html
index d7cd2ea..fb0d226 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/index.html
@@ -53,7 +53,9 @@
{{optionsCompanyValue(next.Company)}} |
{{next.UUID}} |
{{next.Reference}} |
- {{next.Deleted}}
+ {{next.Deleted}} |
+ {{next.DeletedAt}} |
+ {{next.DeletedReason}}
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/controller.js b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/controller.js
index 1b56b13..5e416e0 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/controller.js
@@ -65,6 +65,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (data.entity.Valor) {
data.entity.Valor = new Date(data.entity.Valor);
}
+ if (data.entity.DeletedAt) {
+ data.entity.DeletedAt = new Date(data.entity.DeletedAt);
+ }
$scope.entity = data.entity;
$scope.optionsCurrency = data.optionsCurrency;
$scope.optionsPaymentDirection = data.optionsPaymentDirection;
@@ -91,6 +94,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (data.entity.Valor) {
data.entity.Valor = new Date(data.entity.Valor);
}
+ if (data.entity.DeletedAt) {
+ data.entity.DeletedAt = new Date(data.entity.DeletedAt);
+ }
$scope.entity = data.entity;
$scope.optionsCurrency = data.optionsCurrency;
$scope.optionsPaymentDirection = data.optionsPaymentDirection;
diff --git a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/index.html b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/index.html
index 7b9ab94..d60c2c6 100644
--- a/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/PaymentRecord/PaymentRecord/main-details/index.html
@@ -55,7 +55,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COMPANYIBAN' | t }}
-
+
@@ -75,7 +76,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COUNTERPARTYIBAN' | t }}
-
+
@@ -95,7 +97,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_COUNTERPARTYNAME' | t }}
-
+
@@ -193,7 +196,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REASON' | t }}
-
+
@@ -213,7 +217,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DESCRIPTION' | t }}
-
+
@@ -268,7 +273,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REFERENCE' | t }}
-
+
@@ -295,6 +301,47 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t }}
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t }}
+
+
+
+
+
+
+
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t }}
+
+
+
+
+
+
+
+
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/controller.js b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/controller.js
index 960e43e..448b44d 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/controller.js
@@ -91,6 +91,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (e.Valor) {
e.Valor = new Date(e.Valor);
}
+ if (e.DeletedAt) {
+ e.DeletedAt = new Date(e.DeletedAt);
+ }
});
$scope.data = response.data;
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/controller.js b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/controller.js
index 5db3241..594d35b 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/controller.js
@@ -19,6 +19,12 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
if (params?.entity?.ValorTo) {
params.entity.ValorTo = new Date(params.entity.ValorTo);
}
+ if (params?.entity?.DeletedAtFrom) {
+ params.entity.DeletedAtFrom = new Date(params.entity.DeletedAtFrom);
+ }
+ if (params?.entity?.DeletedAtTo) {
+ params.entity.DeletedAtTo = new Date(params.entity.DeletedAtTo);
+ }
$scope.entity = params.entity ?? {};
$scope.selectedMainEntityKey = params.selectedMainEntityKey;
$scope.selectedMainEntityId = params.selectedMainEntityId;
@@ -110,6 +116,18 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
const condition = { propertyName: 'Deleted', operator: 'EQ', value: entity.Deleted };
filter.$filter.conditions.push(condition);
}
+ if (entity.DeletedAtFrom) {
+ const condition = { propertyName: 'DeletedAt', operator: 'GE', value: entity.DeletedAtFrom };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedAtTo) {
+ const condition = { propertyName: 'DeletedAt', operator: 'LE', value: entity.DeletedAtTo };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedReason) {
+ const condition = { propertyName: 'DeletedReason', operator: 'LIKE', value: `%${entity.DeletedReason}%` };
+ filter.$filter.conditions.push(condition);
+ }
Dialogs.postMessage({ topic: 'codbex-payments.PaymentRecord.PaymentRecord.entitySearch', data: {
entity: entity,
filter: filter
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/index.html b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/index.html
index 8a5488c..17e4b9b 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-filter/index.html
@@ -273,6 +273,39 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t }}
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t }}
+
+
+
+
+
+
+
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t }}
+
+
+
+
+
+
+
+
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/controller.js b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/controller.js
index 1423990..bc57e32 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/controller.js
@@ -88,6 +88,18 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
const condition = { propertyName: 'Deleted', operator: 'EQ', value: entity.Deleted };
filter.$filter.conditions.push(condition);
}
+ if (entity.DeletedAtFrom) {
+ const condition = { propertyName: 'DeletedAt', operator: 'GE', value: entity.DeletedAtFrom };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedAtTo) {
+ const condition = { propertyName: 'DeletedAt', operator: 'LE', value: entity.DeletedAtTo };
+ filter.$filter.conditions.push(condition);
+ }
+ if (entity.DeletedReason) {
+ const condition = { propertyName: 'DeletedReason', operator: 'LIKE', value: `%${entity.DeletedReason}%` };
+ filter.$filter.conditions.push(condition);
+ }
$scope.filter = filter;
@@ -115,6 +127,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale', 'EntitySer
if (e.Valor) {
e.Valor = new Date(e.Valor);
}
+ if (e.DeletedAt) {
+ e.DeletedAt = new Date(e.DeletedAt);
+ }
});
$scope.data = response.data;
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/index.html b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/index.html
index 5efdaef..1b842c8 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-print/index.html
@@ -35,6 +35,8 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_UUID' | t:'UUID' }} |
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REFERENCE' | t:'Reference' }} |
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t:'Deleted' }} |
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t:'DeletedAt' }} |
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t:'DeletedReason' }} |
@@ -64,6 +66,8 @@
+ {{next.DeletedAt}} |
+ {{next.DeletedReason}} |
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/controller.js b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/controller.js
index b09f472..1f29631 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/controller.js
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/controller.js
@@ -11,6 +11,9 @@ angular.module('page', ['blimpKit', 'platformView', 'platformLocale']).controlle
if (params.entity.Valor) {
params.entity.Valor = new Date(params.entity.Valor);
}
+ if (params.entity.DeletedAt) {
+ params.entity.DeletedAt = new Date(params.entity.DeletedAt);
+ }
$scope.entity = params.entity;
$scope.optionsCurrency = params.optionsCurrency;
$scope.optionsPaymentDirection = params.optionsPaymentDirection;
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/index.html
index b62ad59..49e914d 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/dialog-window/index.html
@@ -233,6 +233,36 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t }}
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t }}
+
+
+
+
+
+
+
+
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t }}
+
+
+
+
+
diff --git a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/index.html b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/index.html
index 528be82..ceb6022 100644
--- a/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Reports/PaymentRecord/index.html
@@ -39,6 +39,8 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_UUID' | t:'UUID' }} |
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_REFERENCE' | t:'Reference' }} |
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETED' | t:'Deleted' }} |
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDAT' | t:'DeletedAt' }} |
+ {{ 'codbex-payments:codbex-payments-model.t.PAYMENTRECORD_DELETEDREASON' | t:'DeletedReason' }} |
|
@@ -78,6 +80,8 @@
+ {{next.DeletedAt}} |
+ {{next.DeletedReason}} |
diff --git a/codbex-payments/gen/codbex-payments/ui/Settings/PaymentDirection/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/Settings/PaymentDirection/dialog-window/index.html
index 2847e95..e5fa2c8 100644
--- a/codbex-payments/gen/codbex-payments/ui/Settings/PaymentDirection/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Settings/PaymentDirection/dialog-window/index.html
@@ -23,7 +23,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTDIRECTION_NAME' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/Settings/PaymentType/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/Settings/PaymentType/dialog-window/index.html
index c67ea87..e0fce33 100644
--- a/codbex-payments/gen/codbex-payments/ui/Settings/PaymentType/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/Settings/PaymentType/dialog-window/index.html
@@ -23,7 +23,9 @@
{{ 'codbex-payments:codbex-payments-model.t.PAYMENTTYPE_NAME' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/dialog-window/index.html b/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/dialog-window/index.html
index 7b7295a..92976b3 100644
--- a/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/dialog-window/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/dialog-window/index.html
@@ -20,13 +20,13 @@
- {{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_SUPPLIER' | t }}
+ {{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_SUPPLIER' | t }}
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -94,7 +95,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -114,7 +116,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -166,7 +169,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_REASON' | t }}
-
+
@@ -186,7 +190,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_DESCRIPTION' | t }}
-
+
@@ -251,7 +256,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/main-details/index.html b/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/main-details/index.html
index 1b387b9..1b56224 100644
--- a/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/main-details/index.html
+++ b/codbex-payments/gen/codbex-payments/ui/SupplierPayment/SupplierPayment/main-details/index.html
@@ -18,13 +18,13 @@
- {{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_SUPPLIER' | t }}
+ {{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_SUPPLIER' | t }}
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COMPANYIBAN' | t }}
-
+
@@ -96,7 +97,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COUNTERPARTYIBAN' | t }}
-
+
@@ -116,7 +118,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_COUNTERPARTYNAME' | t }}
-
+
@@ -172,7 +175,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_REASON' | t }}
-
+
@@ -192,7 +196,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_DESCRIPTION' | t }}
-
+
@@ -261,7 +266,9 @@
{{ 'codbex-payments:codbex-payments-model.t.SUPPLIERPAYMENT_REFERENCE' | t }}
-
+
diff --git a/codbex-payments/translations/en-US/codbex-payments.model.json b/codbex-payments/translations/en-US/codbex-payments.model.json
index 0eead0d..83c6602 100644
--- a/codbex-payments/translations/en-US/codbex-payments.model.json
+++ b/codbex-payments/translations/en-US/codbex-payments.model.json
@@ -24,7 +24,10 @@
"unableToLoad": "Unable to load data: '{{message}}'",
"unableToLF": "Unable to list/filter {{name}}: '{{message}}'",
"unableToCount": "Unable to count {{name}}: '{{message}}'",
- "pattern": "The value doesn't match the required pattern: {{rule}}"
+ "pattern": "The value doesn't match the required pattern: {{rule}}",
+ "lengthMinMax": "Value must be between {{min}} and {{max}} characters long",
+ "lengthMin": "Value must not be less than {{min}} characters",
+ "lengthMax": "Value must not be more than {{max}} characters"
},
"propertySuccessfullyCreated": "{{name}} successfully created",
"propertySuccessfullyUpdated": "{{name}} successfully updated",
@@ -98,6 +101,7 @@
"SUPPLIERPAYMENT_REFERENCE": "Reference",
"EMPLOYEEPAYMENT": "EmployeePayment",
"EMPLOYEEPAYMENT_ID": "Id",
+ "EMPLOYEEPAYMENT_EMPLOYEE": "Employee",
"EMPLOYEEPAYMENT_DATE": "Date",
"EMPLOYEEPAYMENT_VALOR": "Valor",
"EMPLOYEEPAYMENT_COMPANYIBAN": "CompanyIBAN",
@@ -128,6 +132,8 @@
"PAYMENTRECORD_UUID": "UUID",
"PAYMENTRECORD_REFERENCE": "Reference",
"PAYMENTRECORD_DELETED": "Deleted",
+ "PAYMENTRECORD_DELETEDAT": "DeletedAt",
+ "PAYMENTRECORD_DELETEDREASON": "DeletedReason",
"CURRENCY": "Currency",
"CURRENCY_ID": "Id",
"CURRENCY_CODE": "Code",
@@ -175,21 +181,35 @@
"PAYMENTADJUSTMENT_COMPANY": "Company",
"PAYMENTADJUSTMENT_REASON": "Reason",
"PAYMENTADJUSTMENT_UUID": "UUID",
+ "PAYMENTDIRECTION": "PaymentDirection",
+ "PAYMENTDIRECTION_ID": "Id",
+ "PAYMENTDIRECTION_NAME": "Name",
+ "EMPLOYEE": "Employee",
+ "EMPLOYEE_ID": "Id",
+ "EMPLOYEE_FIRSTNAME": "First Name",
+ "EMPLOYEE_MIDDLENAME": "Middle Name",
+ "EMPLOYEE_LASTNAME": "Last Name",
+ "EMPLOYEE_NAME": "Name",
+ "EMPLOYEE_EMAIL": "Email",
+ "EMPLOYEE_PHONENUMBER": "PhoneNumber",
+ "EMPLOYEE_BIRTHDATE": "BirthDate",
+ "EMPLOYEE_PERSONALNUMBER": "PersonalNumber",
+ "EMPLOYEE_NATIONALITY": "Nationality",
+ "EMPLOYEE_GENDER": "Gender",
+ "EMPLOYEE_MARTIALSTATUS": "MartialStatus",
+ "EMPLOYEE_IBAN": "IBAN",
"SUPPLIER": "Supplier",
"SUPPLIER_ID": "Id",
+ "SUPPLIER_FIRSTNAME": "FirstName",
+ "SUPPLIER_LASTNAME": "LastName",
+ "SUPPLIER_LEGALENTITYNAME": "LegalEntityName",
"SUPPLIER_NAME": "Name",
- "SUPPLIER_ADDRESS": "Address",
- "SUPPLIER_POSTALCODE": "PostalCode",
"SUPPLIER_EMAIL": "Email",
"SUPPLIER_PHONE": "Phone",
"SUPPLIER_FAX": "Fax",
- "SUPPLIER_COUNTRY": "Country",
- "SUPPLIER_CITY": "City",
"SUPPLIER_TIN": "TIN",
"SUPPLIER_IBAN": "IBAN",
- "PAYMENTDIRECTION": "PaymentDirection",
- "PAYMENTDIRECTION_ID": "Id",
- "PAYMENTDIRECTION_NAME": "Name",
+ "SUPPLIER_CREATEDAT": "CreatedAt",
"CustomerPayment": "CustomerPayment",
"SupplierPayment": "SupplierPayment",
"PaymentRecord": "PaymentRecord",
|