mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-14 03:08:41 +00:00
render fixes, minor bug fixes
This commit is contained in:
parent
477c7a9d35
commit
46760eb61c
|
|
@ -14,16 +14,16 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['ItemManagement' => [
|
return ['ItemManagement' => [
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'Address' => '',
|
'Address' => 'Address',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'Article' => 'Article',
|
'Article' => 'Article',
|
||||||
'Articlegroup' => 'Articlegroup',
|
'Articlegroup' => 'Articlegroup',
|
||||||
'Attribute' => 'Attribute',
|
'Attribute' => 'Attribute',
|
||||||
'AttributeTypes' => '',
|
'AttributeTypes' => 'Attribute types',
|
||||||
'Attributes' => 'Attributes',
|
'Attributes' => 'Attributes',
|
||||||
'Available' => 'Available',
|
'Available' => 'Available',
|
||||||
'AvgPrice' => 'Avg. Price',
|
'AvgPrice' => 'Avg. Price',
|
||||||
'Bills' => '',
|
'Bills' => 'Bills',
|
||||||
'Bonus' => 'Bonus',
|
'Bonus' => 'Bonus',
|
||||||
'ClientGroup' => 'Client/Group',
|
'ClientGroup' => 'Client/Group',
|
||||||
'Commission' => 'Commission',
|
'Commission' => 'Commission',
|
||||||
|
|
@ -50,7 +50,7 @@ return ['ItemManagement' => [
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
'GrossWeight' => 'Gross Weight',
|
'GrossWeight' => 'Gross Weight',
|
||||||
'Group' => 'Group',
|
'Group' => 'Group',
|
||||||
'Groups' => '',
|
'Groups' => 'Groups',
|
||||||
'Height' => 'Height',
|
'Height' => 'Height',
|
||||||
'ID' => 'ID',
|
'ID' => 'ID',
|
||||||
'ILV' => 'ILV',
|
'ILV' => 'ILV',
|
||||||
|
|
@ -94,7 +94,7 @@ return ['ItemManagement' => [
|
||||||
'PriceChange' => 'Price Change',
|
'PriceChange' => 'Price Change',
|
||||||
'PriceUnit' => 'Unit of price',
|
'PriceUnit' => 'Unit of price',
|
||||||
'Prices' => 'Prices',
|
'Prices' => 'Prices',
|
||||||
'Pricing' => '',
|
'Pricing' => 'Pricing',
|
||||||
'Productgroup' => 'Productgroup',
|
'Productgroup' => 'Productgroup',
|
||||||
'Production' => 'Production',
|
'Production' => 'Production',
|
||||||
'Profile' => 'Profile',
|
'Profile' => 'Profile',
|
||||||
|
|
@ -107,7 +107,7 @@ return ['ItemManagement' => [
|
||||||
'QM' => 'QM',
|
'QM' => 'QM',
|
||||||
'Quantity' => 'Quantity',
|
'Quantity' => 'Quantity',
|
||||||
'QuantityUnit' => 'Unit of quantity',
|
'QuantityUnit' => 'Unit of quantity',
|
||||||
'RecentInvoices' => '',
|
'RecentInvoices' => 'Recent invoices',
|
||||||
'ReorderLevel' => 'Reorder level',
|
'ReorderLevel' => 'Reorder level',
|
||||||
'Reserved' => 'Reserved',
|
'Reserved' => 'Reserved',
|
||||||
'SN' => 'SN',
|
'SN' => 'SN',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user