mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-17 21:07:11 -04:00
Refactor + fix detailed reports (#68)
This commit is contained in:
@@ -5,7 +5,7 @@ $lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected at
|
||||
$lang["attributes_definition_flags"] = "Attribute Visibility";
|
||||
$lang["attributes_definition_group"] = "Group";
|
||||
$lang["attributes_definition_id"] = "Id";
|
||||
$lang["attributes_definition_name"] = "Add Attribute";
|
||||
$lang["attributes_definition_name"] = "Attribute Name";
|
||||
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
|
||||
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
|
||||
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
|
||||
@@ -23,3 +23,6 @@ $lang["attributes_show_in_receivings_visibility"] = "Receivings";
|
||||
$lang["attributes_show_in_sales"] = "Show in sales";
|
||||
$lang["attributes_show_in_sales_visibility"] = "Sales";
|
||||
$lang["attributes_update"] = "Update Attribute";
|
||||
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
|
||||
$lang["attributes_definition_type_required"] = "Attriubte type is a required field";
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected at
|
||||
$lang["attributes_definition_flags"] = "Attribute Visibility";
|
||||
$lang["attributes_definition_group"] = "Group";
|
||||
$lang["attributes_definition_id"] = "Id";
|
||||
$lang["attributes_definition_name"] = "Add Attribute";
|
||||
$lang["attributes_definition_name"] = "Attribute Name";
|
||||
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
|
||||
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
|
||||
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
|
||||
@@ -23,3 +23,6 @@ $lang["attributes_show_in_receivings_visibility"] = "Receivings";
|
||||
$lang["attributes_show_in_sales"] = "Show in sales";
|
||||
$lang["attributes_show_in_sales_visibility"] = "Sales";
|
||||
$lang["attributes_update"] = "Update Attribute";
|
||||
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
|
||||
$lang["attributes_definition_type_required"] = "Attriubte type is a required field";
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
|
||||
Reference in New Issue
Block a user