mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-12 02:08:42 +00:00
phpcs autofixes
This commit is contained in:
parent
41c76dd21e
commit
a9b4abee23
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Setup Composer
|
- name: Setup Composer
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: Autoformat
|
- name: Autoformat
|
||||||
run: 'vendor/bin/php-cs-fixer fix ./ --rules=''{"array_syntax": {"syntax": "short"}, "blank_line_after_namespace": true, "global_namespace_import": {"import_classes": false, "import_constants": false, "import_functions": false}, "binary_operator_spaces": {"operators": {"=": "align", ".=": "align", "+=": "align", "-=": "align", "*=": "align", "/=": "align", "|=": "align", "&=": "align", "=>": "align", "??=": "align"}}, "cast_spaces": {"space": "single"}, "class_attributes_separation": { "elements": {"const": "one", "method": "one", "property": "one"} }, "combine_consecutive_issets": true, "compact_nullable_typehint": true, "declare_strict_types": true, "declare_equal_normalize": {"space": "none"}, "elseif": true, "encoding": true, "explicit_indirect_variable": true, "explicit_string_variable": true, "function_to_constant": true, "implode_call": true, "increment_style": {"style": "pre"}, "is_null": true, "yoda_style": {"equal": false, "identical": false, "less_and_greater": false}, "line_ending": true, "logical_operators": true, "lowercase_cast": true, "constant_case": {"case": "lower"}, "lowercase_keywords": true, "modernize_types_casting": true, "native_constant_invocation": true, "native_function_casing": true, "native_function_invocation": {"include": ["@all"]}, "new_with_braces": true, "no_extra_blank_lines": {"tokens": ["break", "case", "continue", "curly_brace_block", "extra", "return", "switch", "throw", "use"]}, "no_spaces_after_function_name": true, "no_alias_functions": true, "no_closing_tag": true, "no_empty_comment": true, "no_empty_phpdoc": true, "no_empty_statement": true, "no_homoglyph_names": true, "no_mixed_echo_print": {"use": "echo"}, "no_php4_constructor": true, "no_singleline_whitespace_before_semicolons": true, "no_spaces_inside_parenthesis": true, "no_trailing_whitespace": true, "no_unneeded_final_method": true, "no_unused_imports": true, "no_useless_return": true, "no_whitespace_before_comma_in_array": true, "no_whitespace_in_blank_line": true, "non_printable_character": true, "normalize_index_brace": true, "ordered_imports": {"sort_algorithm": "alpha"}, "ordered_interfaces": {"order": "alpha"}, "php_unit_construct": true, "php_unit_internal_class": true, "php_unit_set_up_tear_down_visibility": true, "phpdoc_indent": true, "phpdoc_align": {"align": "vertical"}, "phpdoc_annotation_without_dot": true, "phpdoc_scalar": true, "phpdoc_return_self_reference": {"replacements": {"this": "self"}}, "phpdoc_trim": true, "phpdoc_trim_consecutive_blank_line_separation": true, "random_api_migration": true, "self_accessor": true, "return_type_declaration": {"space_before": "one"}, "semicolon_after_instruction": true, "set_type_to_cast": true, "short_scalar_cast": true, "single_blank_line_at_eof": true, "single_line_after_imports": true, "standardize_increment": true, "trailing_comma_in_multiline": true, "trim_array_spaces": true, "visibility_required": true, "void_return": true}'' --allow-risky=yes'
|
run: 'vendor/bin/php-cs-fixer fix ./ --rules=''{"array_syntax": {"syntax": "short"}, "blank_line_after_namespace": true, "global_namespace_import": {"import_classes": false, "import_constants": false, "import_functions": false}, "binary_operator_spaces": {"operators": {"=": "align", ".=": "align", "+=": "align", "-=": "align", "*=": "align", "/=": "align", "|=": "align", "&=": "align", "=>": "align", "??=": "align", ">>=": "align", "<<=": "align"}}, "cast_spaces": {"space": "single"}, "class_attributes_separation": { "elements": {"const": "one", "method": "one", "property": "one"} }, "combine_consecutive_issets": true, "compact_nullable_typehint": true, "declare_strict_types": true, "declare_equal_normalize": {"space": "none"}, "elseif": true, "encoding": true, "explicit_indirect_variable": true, "explicit_string_variable": true, "function_to_constant": true, "implode_call": true, "increment_style": {"style": "pre"}, "is_null": true, "yoda_style": {"equal": false, "identical": false, "less_and_greater": false}, "line_ending": true, "logical_operators": true, "lowercase_cast": true, "constant_case": {"case": "lower"}, "lowercase_keywords": true, "modernize_types_casting": true, "native_constant_invocation": true, "native_function_casing": true, "native_function_invocation": {"include": ["@all"]}, "new_with_braces": true, "no_extra_blank_lines": {"tokens": ["break", "case", "continue", "curly_brace_block", "extra", "return", "switch", "throw", "use"]}, "no_spaces_after_function_name": true, "no_alias_functions": true, "no_closing_tag": true, "no_empty_comment": true, "no_empty_phpdoc": true, "no_empty_statement": true, "no_homoglyph_names": true, "no_mixed_echo_print": {"use": "echo"}, "no_php4_constructor": true, "no_singleline_whitespace_before_semicolons": true, "no_spaces_inside_parenthesis": true, "no_trailing_whitespace": true, "no_unneeded_final_method": true, "no_unused_imports": true, "no_useless_return": true, "no_whitespace_before_comma_in_array": true, "no_whitespace_in_blank_line": true, "non_printable_character": true, "normalize_index_brace": true, "ordered_imports": {"sort_algorithm": "alpha"}, "ordered_interfaces": {"order": "alpha"}, "php_unit_construct": true, "php_unit_internal_class": true, "php_unit_set_up_tear_down_visibility": true, "phpdoc_indent": true, "phpdoc_align": {"align": "vertical"}, "phpdoc_annotation_without_dot": true, "phpdoc_scalar": true, "phpdoc_return_self_reference": {"replacements": {"this": "self"}}, "phpdoc_trim": true, "phpdoc_trim_consecutive_blank_line_separation": true, "random_api_migration": true, "self_accessor": true, "return_type_declaration": {"space_before": "one"}, "semicolon_after_instruction": true, "set_type_to_cast": true, "short_scalar_cast": true, "single_blank_line_at_eof": true, "single_line_after_imports": true, "standardize_increment": true, "trailing_comma_in_multiline": true, "trim_array_spaces": true, "visibility_required": true, "void_return": true}'' --allow-risky=yes'
|
||||||
- name: Check for modified files
|
- name: Check for modified files
|
||||||
id: git-check
|
id: git-check
|
||||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
||||||
|
|
|
||||||
|
|
@ -48,5 +48,5 @@ return [
|
||||||
'state' => PermissionCategory::SALES_ITEM,
|
'state' => PermissionCategory::SALES_ITEM,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,6 @@ use phpOMS\Localization\NullBaseStringL11nType;
|
||||||
use phpOMS\Message\Http\HttpRequest;
|
use phpOMS\Message\Http\HttpRequest;
|
||||||
use phpOMS\Message\Http\HttpResponse;
|
use phpOMS\Message\Http\HttpResponse;
|
||||||
use phpOMS\Message\Http\RequestStatusCode;
|
use phpOMS\Message\Http\RequestStatusCode;
|
||||||
use phpOMS\Message\NotificationLevel;
|
|
||||||
use phpOMS\Message\RequestAbstract;
|
use phpOMS\Message\RequestAbstract;
|
||||||
use phpOMS\Message\ResponseAbstract;
|
use phpOMS\Message\ResponseAbstract;
|
||||||
use phpOMS\Model\Message\FormValidation;
|
use phpOMS\Model\Message\FormValidation;
|
||||||
|
|
@ -508,7 +507,6 @@ final class ApiController extends Controller
|
||||||
*/
|
*/
|
||||||
private function updateItemAttributeFromRequest(RequestAbstract $request, Attribute $attribute) : Attribute
|
private function updateItemAttributeFromRequest(RequestAbstract $request, Attribute $attribute) : Attribute
|
||||||
{
|
{
|
||||||
|
|
||||||
if ($attribute->type->custom) {
|
if ($attribute->type->custom) {
|
||||||
// @question: we are overwriting the old value, could there be a use case where we want to create a new value and keep the old one?
|
// @question: we are overwriting the old value, could there be a use case where we want to create a new value and keep the old one?
|
||||||
$attribute->value->setValue($request->getData('value'), $attribute->type->datatype);
|
$attribute->value->setValue($request->getData('value'), $attribute->type->datatype);
|
||||||
|
|
|
||||||
|
|
@ -37,14 +37,14 @@ final class ItemAttributeValueMapper extends DataMapperFactory
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public const COLUMNS = [
|
public const COLUMNS = [
|
||||||
'itemmgmt_attr_value_id' => ['name' => 'itemmgmt_attr_value_id', 'type' => 'int', 'internal' => 'id'],
|
'itemmgmt_attr_value_id' => ['name' => 'itemmgmt_attr_value_id', 'type' => 'int', 'internal' => 'id'],
|
||||||
'itemmgmt_attr_value_default' => ['name' => 'itemmgmt_attr_value_default', 'type' => 'bool', 'internal' => 'isDefault'],
|
'itemmgmt_attr_value_default' => ['name' => 'itemmgmt_attr_value_default', 'type' => 'bool', 'internal' => 'isDefault'],
|
||||||
'itemmgmt_attr_value_valueStr' => ['name' => 'itemmgmt_attr_value_valueStr', 'type' => 'string', 'internal' => 'valueStr'],
|
'itemmgmt_attr_value_valueStr' => ['name' => 'itemmgmt_attr_value_valueStr', 'type' => 'string', 'internal' => 'valueStr'],
|
||||||
'itemmgmt_attr_value_valueInt' => ['name' => 'itemmgmt_attr_value_valueInt', 'type' => 'int', 'internal' => 'valueInt'],
|
'itemmgmt_attr_value_valueInt' => ['name' => 'itemmgmt_attr_value_valueInt', 'type' => 'int', 'internal' => 'valueInt'],
|
||||||
'itemmgmt_attr_value_valueDec' => ['name' => 'itemmgmt_attr_value_valueDec', 'type' => 'float', 'internal' => 'valueDec'],
|
'itemmgmt_attr_value_valueDec' => ['name' => 'itemmgmt_attr_value_valueDec', 'type' => 'float', 'internal' => 'valueDec'],
|
||||||
'itemmgmt_attr_value_valueDat' => ['name' => 'itemmgmt_attr_value_valueDat', 'type' => 'DateTime', 'internal' => 'valueDat'],
|
'itemmgmt_attr_value_valueDat' => ['name' => 'itemmgmt_attr_value_valueDat', 'type' => 'DateTime', 'internal' => 'valueDat'],
|
||||||
'itemmgmt_attr_value_unit' => ['name' => 'itemmgmt_attr_value_unit', 'type' => 'string', 'internal' => 'unit'],
|
'itemmgmt_attr_value_unit' => ['name' => 'itemmgmt_attr_value_unit', 'type' => 'string', 'internal' => 'unit'],
|
||||||
'itemmgmt_attr_value_deptype' => ['name' => 'itemmgmt_attr_value_deptype', 'type' => 'int', 'internal' => 'dependingAttributeType'],
|
'itemmgmt_attr_value_deptype' => ['name' => 'itemmgmt_attr_value_deptype', 'type' => 'int', 'internal' => 'dependingAttributeType'],
|
||||||
'itemmgmt_attr_value_depvalue' => ['name' => 'itemmgmt_attr_value_depvalue', 'type' => 'int', 'internal' => 'dependingAttributeValue'],
|
'itemmgmt_attr_value_depvalue' => ['name' => 'itemmgmt_attr_value_depvalue', 'type' => 'int', 'internal' => 'dependingAttributeValue'],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -121,22 +121,22 @@ final class ItemMapper extends DataMapperFactory
|
||||||
SQL;
|
SQL;
|
||||||
|
|
||||||
$itemsResult = self::$db->con->query($query)->fetchAll();
|
$itemsResult = self::$db->con->query($query)->fetchAll();
|
||||||
$items = [];
|
$items = [];
|
||||||
|
|
||||||
foreach ($itemsResult as $res) {
|
foreach ($itemsResult as $res) {
|
||||||
$media = null;
|
$media = null;
|
||||||
if ($res['media_id'] !== null) {
|
if ($res['media_id'] !== null) {
|
||||||
$mediaType = new MediaType();
|
$mediaType = new MediaType();
|
||||||
$mediaType->id = $res['media_type_id'];
|
$mediaType->id = $res['media_type_id'];
|
||||||
$mediaType->name = $res['media_type_name'];
|
$mediaType->name = $res['media_type_name'];
|
||||||
|
|
||||||
$media = new Media();
|
$media = new Media();
|
||||||
$media->id = $res['media_id'];
|
$media->id = $res['media_id'];
|
||||||
$media->setPath($res['media_file']);
|
$media->setPath($res['media_file']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$item = new Item();
|
$item = new Item();
|
||||||
$item->id = $res['itemmgmt_item_id'];
|
$item->id = $res['itemmgmt_item_id'];
|
||||||
$item->number = $res['itemmgmt_item_no'];
|
$item->number = $res['itemmgmt_item_no'];
|
||||||
$item->salesPrice->setInt($res['itemmgmt_item_salesprice']);
|
$item->salesPrice->setInt($res['itemmgmt_item_salesprice']);
|
||||||
|
|
||||||
|
|
@ -171,14 +171,14 @@ final class ItemMapper extends DataMapperFactory
|
||||||
$l11nsResult = $sth->fetchAll();
|
$l11nsResult = $sth->fetchAll();
|
||||||
|
|
||||||
foreach ($l11nsResult as $res) {
|
foreach ($l11nsResult as $res) {
|
||||||
$l11nType = new BaseStringL11nType();
|
$l11nType = new BaseStringL11nType();
|
||||||
$l11nType->id = $res['itemmgmt_item_l11n_typeref'];
|
$l11nType->id = $res['itemmgmt_item_l11n_typeref'];
|
||||||
$l11nType->title= $res['itemmgmt_item_l11n_type_title'];
|
$l11nType->title= $res['itemmgmt_item_l11n_type_title'];
|
||||||
|
|
||||||
$l11n = new BaseStringL11n();
|
$l11n = new BaseStringL11n();
|
||||||
$l11n->id = $res['itemmgmt_item_l11n_id'];
|
$l11n->id = $res['itemmgmt_item_l11n_id'];
|
||||||
$l11n->ref = $res['itemmgmt_item_id'];
|
$l11n->ref = $res['itemmgmt_item_id'];
|
||||||
$l11n->type = $l11nType;
|
$l11n->type = $l11nType;
|
||||||
$l11n->content = $res['itemmgmt_item_l11n_description'];
|
$l11n->content = $res['itemmgmt_item_l11n_description'];
|
||||||
$l11n->setLanguage($res['itemmgmt_item_l11n_lang']);
|
$l11n->setLanguage($res['itemmgmt_item_l11n_lang']);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Analyze' => 'Analyze',
|
'Analyze' => 'Analyze',
|
||||||
'Items' => 'Items',
|
'Items' => 'Items',
|
||||||
'Attributes' => 'Attributes',
|
'Attributes' => 'Attributes',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
'ItemManagement' => 'Item Management',
|
'ItemManagement' => 'Item Management',
|
||||||
|
|
|
||||||
|
|
@ -13,140 +13,140 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ItemManagement' => [
|
return ['ItemManagement' => [
|
||||||
'SalesPricing' => 'Sales Pricing',
|
'SalesPricing' => 'Sales Pricing',
|
||||||
'ItemGroup' => 'Item Group',
|
'ItemGroup' => 'Item Group',
|
||||||
'ItemSegment' => 'Item Segment',
|
'ItemSegment' => 'Item Segment',
|
||||||
'ItemSection' => 'Item Section',
|
'ItemSection' => 'Item Section',
|
||||||
'ItemType' => 'Item Type',
|
'ItemType' => 'Item Type',
|
||||||
'ClientGroup' => 'Client Group',
|
'ClientGroup' => 'Client Group',
|
||||||
'ClientSegment' => 'Client Segment',
|
'ClientSegment' => 'Client Segment',
|
||||||
'ClientSection' => 'Client Section',
|
'ClientSection' => 'Client Section',
|
||||||
'ClientType' => 'Client Type',
|
'ClientType' => 'Client Type',
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'Article' => 'Article',
|
'Article' => 'Article',
|
||||||
'Articlegroup' => 'Articlegroup',
|
'Articlegroup' => 'Articlegroup',
|
||||||
'Attribute' => 'Attribute',
|
'Attribute' => 'Attribute',
|
||||||
'AttributeTypes' => 'Attribute types',
|
'AttributeTypes' => 'Attribute types',
|
||||||
'Attributes' => 'Attributes',
|
'Attributes' => 'Attributes',
|
||||||
'Available' => 'Available',
|
'Available' => 'Available',
|
||||||
'AvgPrice' => 'Avg. Price',
|
'AvgPrice' => 'Avg. Price',
|
||||||
'Bills' => 'Bills',
|
'Bills' => 'Bills',
|
||||||
'Bonus' => 'Bonus',
|
'Bonus' => 'Bonus',
|
||||||
'ClientGroup' => 'Client/Group',
|
'ClientGroup' => 'Client/Group',
|
||||||
'Commission' => 'Commission',
|
'Commission' => 'Commission',
|
||||||
'Container' => 'Container',
|
'Container' => 'Container',
|
||||||
'CostCenter' => 'CostCenter',
|
'CostCenter' => 'CostCenter',
|
||||||
'CostIndicator' => 'Cost Indicator',
|
'CostIndicator' => 'Cost Indicator',
|
||||||
'CostObject' => 'CostObject',
|
'CostObject' => 'CostObject',
|
||||||
'Countries' => 'Countries',
|
'Countries' => 'Countries',
|
||||||
'Country' => 'Country',
|
'Country' => 'Country',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'CreatedAt' => 'Created',
|
'CreatedAt' => 'Created',
|
||||||
'Customer' => 'Customer',
|
'Customer' => 'Customer',
|
||||||
'CustomerGroup' => 'Customer Group',
|
'CustomerGroup' => 'Customer Group',
|
||||||
'CustomsID' => 'Customs ID',
|
'CustomsID' => 'Customs ID',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'Discount' => 'Discount',
|
'Discount' => 'Discount',
|
||||||
'DiscountP' => 'Discount in %',
|
'DiscountP' => 'Discount in %',
|
||||||
'Disposal' => 'Disposal',
|
'Disposal' => 'Disposal',
|
||||||
'Documents' => 'Documents',
|
'Documents' => 'Documents',
|
||||||
'EarningIndicator' => 'Earning Indicator',
|
'EarningIndicator' => 'Earning Indicator',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
'GrossWeight' => 'Gross Weight',
|
'GrossWeight' => 'Gross Weight',
|
||||||
'Group' => 'Group',
|
'Group' => 'Group',
|
||||||
'Groups' => 'Groups',
|
'Groups' => 'Groups',
|
||||||
'Height' => 'Height',
|
'Height' => 'Height',
|
||||||
'ID' => 'ID',
|
'ID' => 'ID',
|
||||||
'ILV' => 'ILV',
|
'ILV' => 'ILV',
|
||||||
'Info' => 'Info',
|
'Info' => 'Info',
|
||||||
'IsActive' => 'Active?',
|
'IsActive' => 'Active?',
|
||||||
'Item' => 'Item',
|
'Item' => 'Item',
|
||||||
'Items' => 'Items',
|
'Items' => 'Items',
|
||||||
'Language' => 'Language',
|
'Language' => 'Language',
|
||||||
'LastOrder' => 'Last Order',
|
'LastOrder' => 'Last Order',
|
||||||
'Leadtime' => 'Lead time',
|
'Leadtime' => 'Lead time',
|
||||||
'Length' => 'Length',
|
'Length' => 'Length',
|
||||||
'Localization' => 'Localization',
|
'Localization' => 'Localization',
|
||||||
'Localizations' => 'Localizations',
|
'Localizations' => 'Localizations',
|
||||||
'Location' => 'Location',
|
'Location' => 'Location',
|
||||||
'Log' => 'Log',
|
'Log' => 'Log',
|
||||||
'Logs' => 'Logs',
|
'Logs' => 'Logs',
|
||||||
'Lot' => 'Lot',
|
'Lot' => 'Lot',
|
||||||
'MRR' => 'MRR',
|
'MRR' => 'MRR',
|
||||||
'MTDSales' => 'MTD Sales',
|
'MTDSales' => 'MTD Sales',
|
||||||
'Makespan' => 'Makespan',
|
'Makespan' => 'Makespan',
|
||||||
'Margin' => 'Margin',
|
'Margin' => 'Margin',
|
||||||
'Master' => 'Master',
|
'Master' => 'Master',
|
||||||
'MaximumLevel' => 'Maximum stock level',
|
'MaximumLevel' => 'Maximum stock level',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
'MinimumLevel' => 'Minimum stock level',
|
'MinimumLevel' => 'Minimum stock level',
|
||||||
'Modified' => 'Modified',
|
'Modified' => 'Modified',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Name1' => 'Name1',
|
'Name1' => 'Name1',
|
||||||
'Name2' => 'Name2',
|
'Name2' => 'Name2',
|
||||||
'Name3' => 'Name3',
|
'Name3' => 'Name3',
|
||||||
'Name4' => 'Name4',
|
'Name4' => 'Name4',
|
||||||
'Name5' => 'Name5',
|
'Name5' => 'Name5',
|
||||||
'Net' => 'Net',
|
'Net' => 'Net',
|
||||||
'NetWeight' => 'Net Weight',
|
'NetWeight' => 'Net Weight',
|
||||||
'None' => 'None',
|
'None' => 'None',
|
||||||
'Notes' => 'Notes',
|
'Notes' => 'Notes',
|
||||||
'Number' => 'Number',
|
'Number' => 'Number',
|
||||||
'Ordered' => 'Ordered',
|
'Ordered' => 'Ordered',
|
||||||
'Packaging' => 'Packaging',
|
'Packaging' => 'Packaging',
|
||||||
'Price' => 'Price',
|
'Price' => 'Price',
|
||||||
'PriceChange' => 'Price Change',
|
'PriceChange' => 'Price Change',
|
||||||
'PriceUnit' => 'Unit of price',
|
'PriceUnit' => 'Unit of price',
|
||||||
'Prices' => 'Prices',
|
'Prices' => 'Prices',
|
||||||
'Pricing' => 'Pricing',
|
'Pricing' => 'Pricing',
|
||||||
'Productgroup' => 'Productgroup',
|
'Productgroup' => 'Productgroup',
|
||||||
'Production' => 'Production',
|
'Production' => 'Production',
|
||||||
'Profile' => 'Profile',
|
'Profile' => 'Profile',
|
||||||
'Properties' => 'Properties',
|
'Properties' => 'Properties',
|
||||||
'Property' => 'Property',
|
'Property' => 'Property',
|
||||||
'Purchase' => 'Purchase',
|
'Purchase' => 'Purchase',
|
||||||
'Procurement' => 'Procurement',
|
'Procurement' => 'Procurement',
|
||||||
'PurchasePrice' => 'Purchase Price',
|
'PurchasePrice' => 'Purchase Price',
|
||||||
'Purchasing' => 'Purchasing',
|
'Purchasing' => 'Purchasing',
|
||||||
'QA' => 'QA',
|
'QA' => 'QA',
|
||||||
'QM' => 'QM',
|
'QM' => 'QM',
|
||||||
'Quantity' => 'Quantity',
|
'Quantity' => 'Quantity',
|
||||||
'QuantityUnit' => 'Unit of quantity',
|
'QuantityUnit' => 'Unit of quantity',
|
||||||
'RecentInvoices' => 'Recent invoices',
|
'RecentInvoices' => 'Recent invoices',
|
||||||
'ReorderLevel' => 'Reorder level',
|
'ReorderLevel' => 'Reorder level',
|
||||||
'Reserved' => 'Reserved',
|
'Reserved' => 'Reserved',
|
||||||
'SN' => 'SN',
|
'SN' => 'SN',
|
||||||
'Sales' => 'Sales',
|
'Sales' => 'Sales',
|
||||||
'SalesPrice' => 'Sales Price',
|
'SalesPrice' => 'Sales Price',
|
||||||
'Segment' => 'Segment',
|
'Segment' => 'Segment',
|
||||||
'ShelfLife' => 'Shelf life',
|
'ShelfLife' => 'Shelf life',
|
||||||
'Source' => 'Source',
|
'Source' => 'Source',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Stock' => 'Stock',
|
'Stock' => 'Stock',
|
||||||
'StockList' => 'Stock list',
|
'StockList' => 'Stock list',
|
||||||
'Successor' => 'Successor',
|
'Successor' => 'Successor',
|
||||||
'Supplier' => 'Supplier',
|
'Supplier' => 'Supplier',
|
||||||
'Tax' => 'Tax',
|
'Tax' => 'Tax',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'TimeUnit' => 'Unit of time',
|
'TimeUnit' => 'Unit of time',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Tracking' => 'Tracking',
|
'Tracking' => 'Tracking',
|
||||||
'TradingUnit' => 'Trading Unit',
|
'TradingUnit' => 'Trading Unit',
|
||||||
'Translation' => 'Translation',
|
'Translation' => 'Translation',
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Unit' => 'Unit',
|
'Unit' => 'Unit',
|
||||||
'Value' => 'Value',
|
'Value' => 'Value',
|
||||||
'Variation' => 'Variation',
|
'Variation' => 'Variation',
|
||||||
'Variations' => 'Variations',
|
'Variations' => 'Variations',
|
||||||
'Volume' => 'Volume',
|
'Volume' => 'Volume',
|
||||||
'Warehouse' => 'Warehouse',
|
'Warehouse' => 'Warehouse',
|
||||||
'Width' => 'Width',
|
'Width' => 'Width',
|
||||||
'TopCustomers' => 'Top Customers',
|
'TopCustomers' => 'Top Customers',
|
||||||
'YTDSales' => 'YTD Sales',
|
'YTDSales' => 'YTD Sales',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ use phpOMS\Localization\ISO639Enum;
|
||||||
$types = AttributeValueType::getConstants();
|
$types = AttributeValueType::getConstants();
|
||||||
|
|
||||||
$attribute = $this->getData('attribute');
|
$attribute = $this->getData('attribute');
|
||||||
$l11ns = $this->getData('l11ns');
|
$l11ns = $this->getData('l11ns');
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Media\Models\NullMedia;
|
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ $item = $this->getData('item');
|
||||||
|
|
||||||
$attribute = $item->getAttributes();
|
$attribute = $item->getAttributes();
|
||||||
|
|
||||||
$notes = $item->getNotes();
|
$notes = $item->getNotes();
|
||||||
$files = $item->getFiles();
|
$files = $item->getFiles();
|
||||||
$itemImage = $this->getData('itemImage') ?? new NullMedia();
|
$itemImage = $this->getData('itemImage') ?? new NullMedia();
|
||||||
|
|
||||||
$newestInvoices = $this->getData('newestInvoices') ?? [];
|
$newestInvoices = $this->getData('newestInvoices') ?? [];
|
||||||
|
|
@ -539,7 +539,7 @@ echo $this->getData('nav')->render();
|
||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
<?php
|
<?php
|
||||||
$c = 0;
|
$c = 0;
|
||||||
$itemL11n = $this->getData('l11nValues');
|
$itemL11n = $this->getData('l11nValues');
|
||||||
foreach ($itemL11n as $value) : ++$c; ?>
|
foreach ($itemL11n as $value) : ++$c; ?>
|
||||||
<tr data-id="<?= $value->id; ?>">
|
<tr data-id="<?= $value->id; ?>">
|
||||||
|
|
@ -782,7 +782,7 @@ echo $this->getData('nav')->render();
|
||||||
<td><?= $this->getHtml('End'); ?>
|
<td><?= $this->getHtml('End'); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
$c = 0;
|
$c = 0;
|
||||||
$prices = $this->getData('prices');
|
$prices = $this->getData('prices');
|
||||||
foreach ($prices as $key => $value) : ++$c;
|
foreach ($prices as $key => $value) : ++$c;
|
||||||
$url = UriFactory::build('{/base}/admin/group/settings?{?}&id=' . $value->id); ?>
|
$url = UriFactory::build('{/base}/admin/group/settings?{?}&id=' . $value->id); ?>
|
||||||
|
|
@ -1206,8 +1206,8 @@ echo $this->getData('nav')->render();
|
||||||
<td><?= $this->getHtml('Date', 'Auditor'); ?>
|
<td><?= $this->getHtml('Date', 'Auditor'); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
$count = 0;
|
$count = 0;
|
||||||
$audits = $this->getData('audits') ?? [];
|
$audits = $this->getData('audits') ?? [];
|
||||||
$previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/module/settings?id={?id}#{\#}' : 'admin/module/settings?{?}&audit=' . \reset($audits)->id . '&ptype=p#{\#}';
|
$previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/module/settings?id={?id}#{\#}' : 'admin/module/settings?{?}&audit=' . \reset($audits)->id . '&ptype=p#{\#}';
|
||||||
$next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/module/settings?id={?id}#{\#}' : 'admin/module/settings?{?}&audit=' . \end($audits)->id . '&ptype=n#{\#}';
|
$next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/module/settings?id={?id}#{\#}' : 'admin/module/settings?{?}&audit=' . \end($audits)->id . '&ptype=n#{\#}';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Media\Models\NullMedia;
|
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Media\Models\NullMedia;
|
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Media\Models\NullMedia;
|
|
||||||
use phpOMS\Localization\ISO639Enum;
|
use phpOMS\Localization\ISO639Enum;
|
||||||
use phpOMS\Localization\Money;
|
use phpOMS\Localization\Money;
|
||||||
use phpOMS\Localization\NullLocalization;
|
use phpOMS\Localization\NullLocalization;
|
||||||
|
|
@ -22,7 +21,7 @@ use phpOMS\Uri\UriFactory;
|
||||||
$item = $this->getData('item');
|
$item = $this->getData('item');
|
||||||
|
|
||||||
$itemL11n = $item->getL11ns();
|
$itemL11n = $item->getL11ns();
|
||||||
$Attribute = $item->getAttributes();
|
$Attribute = $item->getAttributes();
|
||||||
|
|
||||||
$notes = $item->getNotes();
|
$notes = $item->getNotes();
|
||||||
$files = $item->getFiles();
|
$files = $item->getFiles();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Media\Models\NullMedia;
|
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/** @var \phpOMS\Views\View $this */
|
/** @var \phpOMS\Views\View $this */
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\ItemManagement\tests\Controller\Api;
|
namespace Modules\ItemManagement\tests\Controller\Api;
|
||||||
|
|
||||||
use Modules\ItemManagement\Models\AttributeValueType;
|
|
||||||
use phpOMS\Localization\ISO3166TwoEnum;
|
use phpOMS\Localization\ISO3166TwoEnum;
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
use phpOMS\Message\Http\HttpRequest;
|
use phpOMS\Message\Http\HttpRequest;
|
||||||
|
|
|
||||||
|
|
@ -55,13 +55,13 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
protected string $appName = 'Api';
|
protected string $appName = 'Api';
|
||||||
};
|
};
|
||||||
|
|
||||||
$this->app->dbPool = $GLOBALS['dbpool'];
|
$this->app->dbPool = $GLOBALS['dbpool'];
|
||||||
$this->app->unitId = 1;
|
$this->app->unitId = 1;
|
||||||
$this->app->accountManager = new AccountManager($GLOBALS['session']);
|
$this->app->accountManager = new AccountManager($GLOBALS['session']);
|
||||||
$this->app->appSettings = new CoreSettings();
|
$this->app->appSettings = new CoreSettings();
|
||||||
$this->app->moduleManager = new ModuleManager($this->app, __DIR__ . '/../../../../Modules/');
|
$this->app->moduleManager = new ModuleManager($this->app, __DIR__ . '/../../../../Modules/');
|
||||||
$this->app->dispatcher = new Dispatcher($this->app);
|
$this->app->dispatcher = new Dispatcher($this->app);
|
||||||
$this->app->eventManager = new EventManager($this->app->dispatcher);
|
$this->app->eventManager = new EventManager($this->app->dispatcher);
|
||||||
$this->app->eventManager->importFromFile(__DIR__ . '/../../../../Web/Api/Hooks.php');
|
$this->app->eventManager->importFromFile(__DIR__ . '/../../../../Web/Api/Hooks.php');
|
||||||
$this->app->sessionManager = new HttpSession(36000);
|
$this->app->sessionManager = new HttpSession(36000);
|
||||||
$this->app->l11nManager = new L11nManager();
|
$this->app->l11nManager = new L11nManager();
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\ItemManagement\tests\Models;
|
namespace Modules\ItemManagement\tests\Models;
|
||||||
|
|
||||||
|
use Modules\Attribute\Models\Attribute;
|
||||||
use Modules\Editor\Models\EditorDoc;
|
use Modules\Editor\Models\EditorDoc;
|
||||||
use Modules\ItemManagement\Models\Item;
|
use Modules\ItemManagement\Models\Item;
|
||||||
use Modules\Attribute\Models\Attribute;
|
|
||||||
use Modules\ItemManagement\Models\ItemStatus;
|
use Modules\ItemManagement\Models\ItemStatus;
|
||||||
use Modules\Media\Models\Media;
|
use Modules\Media\Models\Media;
|
||||||
use phpOMS\Localization\BaseStringL11n;
|
use phpOMS\Localization\BaseStringL11n;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user