mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-15 19:58:40 +00:00
Automated formatting changes
This commit is contained in:
parent
cd579a1a9f
commit
23ada6f348
|
|
@ -23,7 +23,6 @@ use Modules\ItemManagement\Models\ItemAttributeValue;
|
||||||
use Modules\ItemManagement\Models\ItemAttributeValueMapper;
|
use Modules\ItemManagement\Models\ItemAttributeValueMapper;
|
||||||
use phpOMS\Application\ApplicationAbstract;
|
use phpOMS\Application\ApplicationAbstract;
|
||||||
use phpOMS\Config\SettingsInterface;
|
use phpOMS\Config\SettingsInterface;
|
||||||
use phpOMS\DataStorage\Database\DatabasePool;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
use phpOMS\Module\ModuleInfo;
|
use phpOMS\Module\ModuleInfo;
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ final class ItemAttributeTypeMapper extends DataMapperFactory
|
||||||
'mapper' => ItemAttributeValueMapper::class,
|
'mapper' => ItemAttributeValueMapper::class,
|
||||||
'table' => 'itemmgmt_item_attr_default',
|
'table' => 'itemmgmt_item_attr_default',
|
||||||
'self' => 'itemmgmt_item_attr_default_type',
|
'self' => 'itemmgmt_item_attr_default_type',
|
||||||
'external' => 'itemmgmt_item_attr_default_value'
|
'external' => 'itemmgmt_item_attr_default_value',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ return ['ItemManagement' => [
|
||||||
'QA' => 'QA.',
|
'QA' => 'QA.',
|
||||||
'QM' => 'Qm.',
|
'QM' => 'Qm.',
|
||||||
'Quantity' => 'Antal',
|
'Quantity' => 'Antal',
|
||||||
'QuantityUnit' => 'Mængden af mængde',
|
'QuantityUnit' => "Mængden af \u{200b}\u{200b}mængde",
|
||||||
'RecentInvoices' => '#VALUE!',
|
'RecentInvoices' => '#VALUE!',
|
||||||
'ReorderLevel' => 'Ombestillingsniveau',
|
'ReorderLevel' => 'Ombestillingsniveau',
|
||||||
'Reserved' => 'Reserveret',
|
'Reserved' => 'Reserveret',
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ return ['ItemManagement' => [
|
||||||
'Properties' => 'Propriétés',
|
'Properties' => 'Propriétés',
|
||||||
'Property' => 'Propriété',
|
'Property' => 'Propriété',
|
||||||
'Purchase' => 'Acheter',
|
'Purchase' => 'Acheter',
|
||||||
'PurchasePrice' => 'Prix d\'achat',
|
'PurchasePrice' => "Prix \u{200b}\u{200b}d'achat",
|
||||||
'Purchasing' => 'Achat',
|
'Purchasing' => 'Achat',
|
||||||
'QA' => 'Qa',
|
'QA' => 'Qa',
|
||||||
'QM' => 'Qm',
|
'QM' => 'Qm',
|
||||||
|
|
@ -112,7 +112,7 @@ return ['ItemManagement' => [
|
||||||
'Reserved' => 'Réservé',
|
'Reserved' => 'Réservé',
|
||||||
'SN' => 'Sn',
|
'SN' => 'Sn',
|
||||||
'Sales' => 'Ventes',
|
'Sales' => 'Ventes',
|
||||||
'SalesPrice' => 'Prix de vente',
|
'SalesPrice' => "Prix \u{200b}\u{200b}de vente",
|
||||||
'Segment' => 'Segment',
|
'Segment' => 'Segment',
|
||||||
'ShelfLife' => 'Durée de vie',
|
'ShelfLife' => 'Durée de vie',
|
||||||
'Source' => 'La source',
|
'Source' => 'La source',
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Uri\UriFactory;
|
||||||
/** @var \Modules\ItemManagement\Models\Item $item */
|
/** @var \Modules\ItemManagement\Models\Item $item */
|
||||||
$item = $this->getData('item');
|
$item = $this->getData('item');
|
||||||
|
|
||||||
$itemL11n = $item->getL11ns();
|
$itemL11n = $item->getL11ns();
|
||||||
$itemAttribute = $item->getAttributes();
|
$itemAttribute = $item->getAttributes();
|
||||||
|
|
||||||
$notes = $item->getNotes();
|
$notes = $item->getNotes();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user