mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-07 16:47:03 -05:00
Rename Sales to be Transactions (#1599)
This commit is contained in:
@@ -26,7 +26,7 @@ $lang["reports_description"] = "Description";
|
||||
$lang["reports_detailed_receivings_report"] = "Detailed Receivings Report";
|
||||
$lang["reports_detailed_reports"] = "Detailed Reports";
|
||||
$lang["reports_detailed_requisition_report"] = "";
|
||||
$lang["reports_detailed_sales_report"] = "Detailed Sales Report";
|
||||
$lang["reports_detailed_sales_report"] = "Detailed Transactions Report";
|
||||
$lang["reports_discount"] = "Discount";
|
||||
$lang["reports_discount_percent"] = "Discount Percent";
|
||||
$lang["reports_discounts"] = "Discounts";
|
||||
@@ -81,11 +81,11 @@ $lang["reports_requisition_related_item_unit_quantity"] = "";
|
||||
$lang["reports_requisitions"] = "Requisitions";
|
||||
$lang["reports_returns"] = "Returns";
|
||||
$lang["reports_revenue"] = "Revenue";
|
||||
$lang["reports_sale_id"] = "Sale ID";
|
||||
$lang["reports_sale_type"] = "Sale Type";
|
||||
$lang["reports_sales"] = "Sale";
|
||||
$lang["reports_sales_amount"] = "Sales amount";
|
||||
$lang["reports_sales_summary_report"] = "Sales Summary Report";
|
||||
$lang["reports_sale_id"] = "Trans ID";
|
||||
$lang["reports_sale_type"] = "Transactions Type";
|
||||
$lang["reports_sales"] = "Transactions";
|
||||
$lang["reports_sales_amount"] = "Transactions amount";
|
||||
$lang["reports_sales_summary_report"] = "Transactions Summary Report";
|
||||
$lang["reports_serial_number"] = "Serial #";
|
||||
$lang["reports_sold_by"] = "Sold By";
|
||||
$lang["reports_sold_to"] = "Sold To";
|
||||
|
||||
@@ -139,7 +139,7 @@ $lang["sales_suspended_doc_id"] = "Document";
|
||||
$lang["sales_suspended_sale_id"] = "ID";
|
||||
$lang["sales_suspended_sales"] = "Suspended";
|
||||
$lang["sales_table"] = "Table";
|
||||
$lang["sales_takings"] = "Takings";
|
||||
$lang["sales_takings"] = "Transactions";
|
||||
$lang["sales_tax"] = "Tax";
|
||||
$lang["sales_tax_percent"] = "Tax %";
|
||||
$lang["sales_total"] = "Total";
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang["reports_description"] = "Description";
|
||||
$lang["reports_detailed_receivings_report"] = "Detailed Receivings Report";
|
||||
$lang["reports_detailed_reports"] = "Detailed Reports";
|
||||
$lang["reports_detailed_requisition_report"] = "";
|
||||
$lang["reports_detailed_sales_report"] = "Detailed Sales Report";
|
||||
$lang["reports_detailed_sales_report"] = "Detailed Transactions Report";
|
||||
$lang["reports_discount"] = "Discount";
|
||||
$lang["reports_discount_percent"] = "Discount Percent";
|
||||
$lang["reports_discounts"] = "Discounts";
|
||||
@@ -81,11 +81,11 @@ $lang["reports_requisition_related_item_unit_quantity"] = "";
|
||||
$lang["reports_requisitions"] = "Requisitions";
|
||||
$lang["reports_returns"] = "Returns";
|
||||
$lang["reports_revenue"] = "Revenue";
|
||||
$lang["reports_sale_id"] = "Sale ID";
|
||||
$lang["reports_sale_type"] = "Sale Type";
|
||||
$lang["reports_sales"] = "Sale";
|
||||
$lang["reports_sales_amount"] = "Sales amount";
|
||||
$lang["reports_sales_summary_report"] = "Sales Summary Report";
|
||||
$lang["reports_sale_id"] = "Trans. ID";
|
||||
$lang["reports_sale_type"] = "Transaction Type";
|
||||
$lang["reports_sales"] = "Transactions";
|
||||
$lang["reports_sales_amount"] = "Transactions amount";
|
||||
$lang["reports_sales_summary_report"] = "Transactions Summary Report";
|
||||
$lang["reports_serial_number"] = "Serial Number";
|
||||
$lang["reports_sold_by"] = "Sold By";
|
||||
$lang["reports_sold_to"] = "Sold To";
|
||||
|
||||
Reference in New Issue
Block a user