Home
last modified time | relevance | path

Searched refs:getCurrencyId (Results 1 – 25 of 45) sorted by relevance

12

/dports/finance/prestashop/prestashop/src/Adapter/Currency/CommandHandler/
H A DDeleteCurrencyHandler.php68 $entity = new Currency($command->getCurrencyId()->getValue());
71 …ency object with id "%s" has not been found for deletion.', $command->getCurrencyId()->getValue())…
74 $this->assertDefaultCurrencyIsNotBeingRemoved($command->getCurrencyId()->getValue());
79 …on(sprintf('Unable to delete currency object with id "%s"', $command->getCurrencyId()->getValue())…
82 …rror occurred when deleting Currency object with id "%s"', $command->getCurrencyId()->getValue())…
H A DToggleCurrencyStatusHandler.php68 $entity = new Currency($command->getCurrencyId()->getValue());
71 …ency object with id "%s" has not been found for toggling.', $command->getCurrencyId()->getValue())…
81 …Exception(sprintf('Unable to toggle Currency with id "%s"', $command->getCurrencyId()->getValue())…
84 …red when toggling status for Currency object with id "%s"', $command->getCurrencyId()->getValue())…
H A DEditOfficialCurrencyHandler.php62 $entity = new Currency($command->getCurrencyId()->getValue());
64 …ncy object with id "%s" was not found for currency update', $command->getCurrencyId()->getValue())…
69 …error occurred when updating currency object with id "%s"', $command->getCurrencyId()->getValue())…
H A DEditUnofficialCurrencyHandler.php64 $entity = new Currency($command->getCurrencyId()->getValue());
66 …ncy object with id "%s" was not found for currency update', $command->getCurrencyId()->getValue())…
75 …error occurred when updating currency object with id "%s"', $command->getCurrencyId()->getValue())…
H A DCurrencyCommandValidator.php119 …if (!$command->isEnabled() && $command->getCurrencyId()->getValue() === $this->defaultCurrencyId) {
120 …h id "%s" is the default currency and cannot be disabled.', $command->getCurrencyId()->getValue())…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/form/
H A DPayGradeForm.php95 …$list[] = array('id' => $currency->getCurrencyId(), 'name' => $currency->getCurrencyId()." - ".__(…
115 …$list[] = array('id' => $currency->getCurrencyId(), 'name' => $currency->getCurrencyId()." - ".__(…
/dports/finance/prestashop/prestashop/src/Adapter/Currency/QueryHandler/
H A DGetCurrencyForEditingHandler.php62 $query->getCurrencyId()->getValue(),
68 …ntf('Currency object with id "%s" was not found for editing', $query->getCurrencyId()->getValue())…
/dports/finance/prestashop/prestashop/src/Adapter/CatalogPriceRule/CommandHandler/
H A DEditCatalogPriceRuleHandler.php87 if (null !== $command->getCurrencyId()) {
88 $specificPriceRule->id_currency = $command->getCurrencyId();
H A DAddCatalogPriceRuleHandler.php78 $specificPriceRule->id_currency = $command->getCurrencyId();
/dports/finance/prestashop/prestashop/src/Core/Domain/Currency/Command/
H A DToggleCurrencyStatusCommand.php55 public function getCurrencyId() function in PrestaShop\\PrestaShop\\Core\\Domain\\Currency\\Command\\ToggleCurrencyStatusCommand
H A DDeleteCurrencyCommand.php55 public function getCurrencyId() function in PrestaShop\\PrestaShop\\Core\\Domain\\Currency\\Command\\DeleteCurrencyCommand
H A DEditCurrencyCommand.php93 public function getCurrencyId() function in PrestaShop\\PrestaShop\\Core\\Domain\\Currency\\Command\\EditCurrencyCommand
/dports/finance/prestashop/prestashop/src/Core/Domain/Currency/Query/
H A DGetCurrencyForEditing.php55 public function getCurrencyId() function in PrestaShop\\PrestaShop\\Core\\Domain\\Currency\\Query\\GetCurrencyForEditing
/dports/finance/prestashop/prestashop/src/Core/Domain/ValueObject/
H A DMoney.php75 public function getCurrencyId(): CurrencyId function in PrestaShop\\PrestaShop\\Core\\Domain\\ValueObject\\Money
/dports/finance/prestashop/prestashop/src/Core/Domain/CartRule/QueryResult/
H A DEditableCartRuleMinimum.php87 public function getCurrencyId(): CurrencyId function in PrestaShop\\PrestaShop\\Core\\Domain\\CartRule\\QueryResult\\EditableCartRuleMinimum
H A DEditableCartRuleReduction.php110 public function getCurrencyId(): ?CurrencyId function in PrestaShop\\PrestaShop\\Core\\Domain\\CartRule\\QueryResult\\EditableCartRuleReduction
/dports/finance/prestashop/prestashop/src/Adapter/CartRule/CommandHandler/
H A DAddCartRuleHandler.php106 …$cartRule->minimum_amount_currency = $minimumAmount->getMoneyAmount()->getCurrencyId()->getValue();
141 $amountDiscount->getMoneyAmount()->getCurrencyId()->getValue() :
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataProvider/
H A DCancelProductFormDataProvider.php70 $currency = $this->currencyDataProvider->getCurrencyById($orderForViewing->getCurrencyId());
H A DCatalogPriceRuleFormDataProvider.php74 'id_currency' => $editableCatalogPriceRule->getCurrencyId(),
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Supplier/QueryResult/
H A DProductSupplierForEditing.php141 public function getCurrencyId(): int function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Supplier\\QueryResult\\ProductSupplierForEditing
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Supplier/
H A DProductSupplier.php97 public function getCurrencyId(): CurrencyId function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Supplier\\ProductSupplier
/dports/finance/prestashop/prestashop/src/Core/Domain/Currency/QueryResult/
H A DEditableCurrency.php128 public function getCurrencyId() function in PrestaShop\\PrestaShop\\Core\\Domain\\Currency\\QueryResult\\EditableCurrency
/dports/finance/prestashop/prestashop/src/Core/Domain/Cart/QueryResult/
H A DCartForOrderCreation.php129 public function getCurrencyId(): int function in PrestaShop\\PrestaShop\\Core\\Domain\\Cart\\QueryResult\\CartForOrderCreation
/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DAbstractProductSupplierHandler.php109 $productSupplier->id_currency = $productSupplierDTO->getCurrencyId()->getValue();
/dports/finance/prestashop/prestashop/src/Adapter/Product/SpecificPrice/CommandHandler/
H A DAddProductSpecificPriceHandler.php91 $specificPrice->id_currency = $command->getCurrencyId() ?? 0;

12