mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-15 18:08:41 +00:00
update
This commit is contained in:
parent
9a0f8adf17
commit
cebd5f2755
|
|
@ -90,7 +90,7 @@ final class Installer extends InstallerAbstract
|
||||||
|
|
||||||
$module->apiContractTypeCreate($request, $response);
|
$module->apiContractTypeCreate($request, $response);
|
||||||
|
|
||||||
$responseData = $response->get('');
|
$responseData = $response->getData('');
|
||||||
if (!\is_array($responseData)) {
|
if (!\is_array($responseData)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,8 @@ final class ApiAttributeController extends Controller
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$attribute = $this->createAttributeFromRequest($request);
|
$type = ContractAttributeTypeMapper::get()->where('id', (int) $request->getData('type'))->execute();
|
||||||
|
$attribute = $this->createAttributeFromRequest($request, $type);
|
||||||
$this->createModel($request->header->account, $attribute, ContractAttributeMapper::class, 'attribute', $request->getOrigin());
|
$this->createModel($request->header->account, $attribute, ContractAttributeMapper::class, 'attribute', $request->getOrigin());
|
||||||
$this->createStandardCreateResponse($request, $response, $attribute);
|
$this->createStandardCreateResponse($request, $response, $attribute);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'اتفافية',
|
'Contract' => 'اتفافية',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'انكماش',
|
'Contracts' => 'انكماش',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Smlouva',
|
'Contract' => 'Smlouva',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Smlouvy',
|
'Contracts' => 'Smlouvy',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Kontrakt',
|
'Contract' => 'Kontrakt',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Kontrakter',
|
'Contracts' => 'Kontrakter',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Σύμβαση',
|
'Contract' => 'Σύμβαση',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Συμβάσεις',
|
'Contracts' => 'Συμβάσεις',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Contrato',
|
'Contract' => 'Contrato',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Contrato',
|
'Contracts' => 'Contrato',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Sopimus',
|
'Contract' => 'Sopimus',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Sopimukset',
|
'Contracts' => 'Sopimukset',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Contracter',
|
'Contract' => 'Contracter',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Contrats',
|
'Contracts' => 'Contrats',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Szerződés',
|
'Contract' => 'Szerződés',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Szerződések',
|
'Contracts' => 'Szerződések',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Contrarre',
|
'Contract' => 'Contrarre',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Contratti',
|
'Contracts' => 'Contratti',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => '契約',
|
'Contract' => '契約',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => '契約',
|
'Contracts' => '契約',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => '계약',
|
'Contract' => '계약',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => '계약서',
|
'Contracts' => '계약서',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Kontrakt',
|
'Contract' => 'Kontrakt',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Kontrakter',
|
'Contracts' => 'Kontrakter',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Kontrakt',
|
'Contract' => 'Kontrakt',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Kontrakty',
|
'Contracts' => 'Kontrakty',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Contrato',
|
'Contract' => 'Contrato',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Contratos',
|
'Contracts' => 'Contratos',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Договор',
|
'Contract' => 'Договор',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Контракты',
|
'Contracts' => 'Контракты',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Avtal',
|
'Contract' => 'Avtal',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Kontrakt',
|
'Contracts' => 'Kontrakt',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'สัญญา',
|
'Contract' => 'สัญญา',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'สัญญา',
|
'Contracts' => 'สัญญา',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Sözleşme',
|
'Contract' => 'Sözleşme',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Sözleşme',
|
'Contracts' => 'Sözleşme',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => 'Договір',
|
'Contract' => 'Договір',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => 'Контракти',
|
'Contracts' => 'Контракти',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,17 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => '',
|
||||||
'AutoRenewal' => '',
|
'AutoRenewal' => '',
|
||||||
'Contract' => '合同',
|
'Contract' => '合同',
|
||||||
'ContractTypes' => '',
|
'ContractTypes' => '',
|
||||||
'Contracts' => '合同',
|
'Contracts' => '合同',
|
||||||
'Costs' => '',
|
'Costs' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '#VALUE!',
|
'End' => '',
|
||||||
'Files' => '#VALUE!',
|
'Files' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Overview' => '#VALUE!',
|
'Overview' => '',
|
||||||
'Parties' => '',
|
'Parties' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Termination' => '',
|
'Termination' => '',
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('language', ISO639x1Enum::_EN);
|
$request->setData('language', ISO639x1Enum::_EN);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeTypeCreate($request, $response);
|
$this->attrModule->apiContractAttributeTypeCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -56,7 +56,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('language', ISO639x1Enum::_DE);
|
$request->setData('language', ISO639x1Enum::_DE);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeTypeL11nCreate($request, $response);
|
$this->attrModule->apiContractAttributeTypeL11nCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -76,7 +76,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('country', ISO3166TwoEnum::_DEU);
|
$request->setData('country', ISO3166TwoEnum::_DEU);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -95,7 +95,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('country', ISO3166TwoEnum::_DEU);
|
$request->setData('country', ISO3166TwoEnum::_DEU);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -114,7 +114,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('country', ISO3166TwoEnum::_DEU);
|
$request->setData('country', ISO3166TwoEnum::_DEU);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -133,7 +133,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('country', ISO3166TwoEnum::_DEU);
|
$request->setData('country', ISO3166TwoEnum::_DEU);
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
$this->attrModule->apiContractAttributeValueCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -151,7 +151,7 @@ trait ApiControllerAttributeTrait
|
||||||
$request->setData('type', '1');
|
$request->setData('type', '1');
|
||||||
|
|
||||||
$this->attrModule->apiContractAttributeCreate($request, $response);
|
$this->attrModule->apiContractAttributeCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ trait ApiControllerContractTrait
|
||||||
$request->setData('type', '1');
|
$request->setData('type', '1');
|
||||||
|
|
||||||
$this->module->apiContractCreate($request, $response);
|
$this->module->apiContractCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -86,7 +86,7 @@ trait ApiControllerContractTrait
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->module->apiContractDocumentCreate($request, $response);
|
$this->module->apiContractDocumentCreate($request, $response);
|
||||||
self::assertCount(1, $response->get('')['response']);
|
self::assertCount(1, $response->getDataArray('')['response']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ trait ApiControllerContractTypeTrait
|
||||||
$request->setData('language', ISO639x1Enum::_EN);
|
$request->setData('language', ISO639x1Enum::_EN);
|
||||||
|
|
||||||
$this->typeModule->apiContractTypeCreate($request, $response);
|
$this->typeModule->apiContractTypeCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -70,7 +70,7 @@ trait ApiControllerContractTypeTrait
|
||||||
$request->setData('language', ISO639x1Enum::_DE);
|
$request->setData('language', ISO639x1Enum::_DE);
|
||||||
|
|
||||||
$this->typeModule->apiContractTypeL11nCreate($request, $response);
|
$this->typeModule->apiContractTypeL11nCreate($request, $response);
|
||||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user