finished sku base class
This commit is contained in:
parent
1d8461aa02
commit
032617a8ba
4 changed files with 172 additions and 47 deletions
68
lib/WebGUI/i18n/English/Asset_Sku.pm
Normal file
68
lib/WebGUI/i18n/English/Asset_Sku.pm
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
package WebGUI::i18n::English::Asset_Sku;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'commerce' => {
|
||||
message => q|Commerce|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of a tab that all Sku based assets have to put their commerce related settings.|
|
||||
},
|
||||
|
||||
'sku' => {
|
||||
message => q|SKU|,
|
||||
lastUpdated => 0,
|
||||
context => q|Abbreviation for "Stock Keeping Unit" which is used as a product number or other such record keeping number.|
|
||||
},
|
||||
|
||||
'sku help' => {
|
||||
message => q|Stands for Stock Keeping Unit, which is just a fancy term for an inventory code or product number.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for sku field|
|
||||
},
|
||||
|
||||
'sales agent' => {
|
||||
message => q|sales agent|,
|
||||
lastUpdated => 0,
|
||||
context => q|asset field relating to who is selling this product|
|
||||
},
|
||||
|
||||
'sales agent help' => {
|
||||
message => q|Which person/company defined in the commerce system should get credit for selling this item, if any?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for sales agent field|
|
||||
},
|
||||
|
||||
'override tax rate' => {
|
||||
message => q|Override tax rate?|,
|
||||
lastUpdated => 0,
|
||||
context => q|A yes/no field asking whether to override tax rate.|
|
||||
},
|
||||
|
||||
'override tax rate help' => {
|
||||
message => q|Would you like to override the default tax rate for this item? Usually used in locales that have special or no tax on life essential items like food and clothing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for override tax rate field|
|
||||
},
|
||||
|
||||
'tax rate override' => {
|
||||
message => q|Tax Rate Override|,
|
||||
lastUpdated => 0,
|
||||
context => q|a field containing the percentage to use to calculate tax for this item|
|
||||
},
|
||||
|
||||
'tax rate override help' => {
|
||||
message => q|What is the new percentage that should be used to calculate tax on this item?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for tax rate override field|
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Sku|,
|
||||
lastUpdated => 0,
|
||||
context => "The name of this asset."
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue