Files
opensourcepos/app/Language/en-US/Reports.php
2024-06-15 17:19:15 +02:00

149 lines
6.3 KiB
PHP

<?php
return [
"reports_all" => "All",
"reports_authority" => "Authority",
"reports_canceled" => "Canceled",
"reports_categories" => "Categories",
"reports_categories_summary_report" => "Categories Summary Report",
"reports_category" => "Category",
"reports_code_canceled" => "CNL",
"reports_code_invoice" => "INV",
"reports_code_pos" => "POS",
"reports_code_quote" => "Q",
"reports_code_return" => "RET",
"reports_code_type" => "Type",
"reports_code_work_order" => "W/O",
"reports_comments" => "Comments",
"reports_commission" => "",
"reports_complete" => "Completed Sales and Returns",
"reports_completed_sales" => "Completed Sales",
"reports_confirm_delete" => "Are you sure you want to delete selected entry(s)?",
"reports_confirm_restore" => "Are you sure you want to restore selected entry(s)?",
"reports_cost" => "Wholesale",
"reports_cost_price" => "Wholesale Price",
"reports_count" => "Count",
"reports_customer" => "Customer",
"reports_customers" => "Customers",
"reports_customers_summary_report" => "Customers Summary Report",
"reports_date" => "Date",
"reports_date_range" => "Date Range",
"reports_description" => "Description",
"reports_detailed_receivings_report" => "Detailed Receivings Report",
"reports_detailed_receivings_report_input" => "",
"reports_detailed_reports" => "Detailed Reports",
"reports_detailed_requisition_report" => "",
"reports_detailed_sales_report" => "Detailed Transactions Report",
"reports_discount" => "Discount",
"reports_discount_fixed" => "Fixed Discount",
"reports_discount_percent" => "Discount Percent",
"reports_discount_type" => "Discount Type",
"reports_discounts" => "Discounts",
"reports_discounts_summary_report" => "Discounts Summary Report",
"reports_earned" => "Points Earned",
"reports_employee" => "Employee",
"reports_employees" => "Employees",
"reports_employees_summary_report" => "Employees Summary Report",
"reports_expenses" => "Expenses",
"reports_expenses_amount" => "Amount",
"reports_expenses_categories" => "Expenses",
"reports_expenses_categories_summary_report" => "Expense Categories Summary Report",
"reports_expenses_category" => "Category",
"reports_expenses_payment_amount" => "",
"reports_expenses_tax_amount" => "Tax",
"reports_expenses_total_amount" => "Total Amount",
"reports_expenses_total_tax_amount" => "Total Tax",
"reports_graphical_reports" => "Graphical Reports",
"reports_inventory" => "Inventory",
"reports_inventory_low" => "Low Inventory",
"reports_inventory_low_report" => "Low Inventory Report",
"reports_inventory_reports" => "Inventory Reports",
"reports_inventory_summary" => "Inventory Summary",
"reports_inventory_summary_report" => "Inventory Summary Report",
"reports_item" => "Item",
"reports_item_count" => "Filter Item Count",
"reports_item_name" => "Item Name",
"reports_item_number" => "Barcode",
"reports_items" => "Items",
"reports_items_purchased" => "Items Purchased",
"reports_items_received" => "Items Received",
"reports_items_summary_report" => "Items Summary Report",
"reports_jurisdiction" => "Jurisdiction",
"reports_low_inventory" => "",
"reports_low_inventory_report" => "",
"reports_low_sell_quantity" => "Low Sell Qty",
"reports_more_than_zero" => "More than zero",
"reports_name" => "Name",
"reports_no_reports_to_display" => "No Items to display.",
"reports_payment_type" => "Payment Type",
"reports_payments" => "Payments",
"reports_payments_summary_report" => "Payments Summary Report",
"reports_profit" => "Profit",
"reports_quantity" => "Quantity",
"reports_quantity_purchased" => "Quantity Purchased",
"reports_quotes" => "Quotes",
"reports_received_by" => "Received By",
"reports_receiving_id" => "Receiving ID",
"reports_receiving_type" => "Receiving Type",
"reports_receivings" => "Receivings",
"reports_reorder_level" => "Reorder Level",
"reports_report" => "Report",
"reports_report_input" => "Report Input",
"reports_reports" => "Reports",
"reports_requisition" => "",
"reports_requisition_by" => "",
"reports_requisition_id" => "",
"reports_requisition_item" => "",
"reports_requisition_item_quantity" => "",
"reports_requisition_related_item" => "",
"reports_requisition_related_item_total_quantity" => "",
"reports_requisition_related_item_unit_quantity" => "",
"reports_requisitions" => "Requisitions",
"reports_returns" => "Returns",
"reports_revenue" => "Revenue",
"reports_sale_id" => "Trans. ID",
"reports_sale_type" => "Transaction Type",
"reports_sales" => "Transactions",
"reports_sales_amount" => "Transactions amount",
"reports_sales_summary_report" => "Transactions Summary Report",
"reports_sales_taxes" => "Sales Taxes",
"reports_sales_taxes_summary_report" => "Sales Taxes Summary Report",
"reports_serial_number" => "Serial Number",
"reports_service_charge" => "",
"reports_sold_by" => "Sold By",
"reports_sold_items" => "",
"reports_sold_to" => "Sold To",
"reports_stock_location" => "Stock Location",
"reports_sub_total_value" => "Subtotal",
"reports_subtotal" => "Subtotal",
"reports_summary_reports" => "Summary Reports",
"reports_supplied_by" => "Supplied by",
"reports_supplier" => "Supplier",
"reports_suppliers" => "Suppliers",
"reports_suppliers_summary_report" => "Suppliers Summary Report",
"reports_tax" => "Tax",
"reports_tax_category" => "Tax Category",
"reports_tax_name" => "Tax Name",
"reports_tax_percent" => "Tax Percent",
"reports_tax_rate" => "Tax Rate",
"reports_taxes" => "Taxes",
"reports_taxes_summary_report" => "Taxes Summary Report",
"reports_total" => "Total",
"reports_total_inventory_value" => "Total Inventory Value",
"reports_total_low_sell_quantity" => "Total Low Sell Quantity",
"reports_total_quantity" => "Total Quantity",
"reports_total_retail" => "Total Inv. Retail Value",
"reports_trans_amount" => "Transaction Amount",
"reports_trans_due" => "Due",
"reports_trans_group" => "Transaction Group",
"reports_trans_nopay_sales" => "Sales with no payment",
"reports_trans_payments" => "Payments",
"reports_trans_refunded" => "Refunded",
"reports_trans_sales" => "Sales",
"reports_trans_type" => "Transaction Type",
"reports_type" => "Type",
"reports_unit_price" => "Retail Price",
"reports_used" => "Points Used",
"reports_work_orders" => "Work Orders",
"reports_zero_and_less" => "Zero and less",
];