mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 19:51:30 +00:00
Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to address issues observed during initial testing. These files have been updated in order to generate a new set of app images.
This commit is contained in:
@@ -18,6 +18,17 @@ return [
|
||||
"average_consumption_details" => "Average consumption details",
|
||||
"average_monthly_drug_consumptions" => "Average monthly drug consumption",
|
||||
"avg_drug_consumption_per_month" => "Average drug consumption per month",
|
||||
"electronic_stock_card"=>"Item Inventory Report",
|
||||
"received_stock" => "Received Stock",
|
||||
"opening_stock" => "Opening Stock",
|
||||
"cost_value" => "Opening Stock Cost",
|
||||
"sale_value" => "Opening Stock Sale Value",
|
||||
"received_cost_value" => "Received Stock Cost",
|
||||
"received_sale_value" => "Received Stock Sale Value",
|
||||
"issued_stock" => "Issued Stock",
|
||||
"issued_cost_value" => "Issued Stock Cost",
|
||||
"issued_sale_value" => "Issued Stock Sale Value",
|
||||
"closing_stock" => "Closing Stock",
|
||||
"bill" => "Bill",
|
||||
"bill_for" => "Bill for",
|
||||
"bill_for_items" => "Bill for items",
|
||||
@@ -58,6 +69,7 @@ return [
|
||||
"general_items_stock_reconciliation_report" => "General Items stock reconciliation report",
|
||||
"general_items_stock_sheet" => "General Items stock sheet",
|
||||
"general_items_total_value" => "General Items Total Value",
|
||||
"optical_items_total_value" => "Optical Items Total Value",
|
||||
"edit_a_temporary_quotation" => "Edit a temporary quotation",
|
||||
"edit_quotation" => "Edit quotation",
|
||||
"edit_stock" => "Edit stock",
|
||||
@@ -401,6 +413,9 @@ return [
|
||||
"total_stock_cost_value" => "Total Stock Cost Value",
|
||||
"expiring_sundries" => "Expiring Sundries",
|
||||
"edit_quotation_pricing" => "Edit Quotation Pricing",
|
||||
"optical_stock_reconciliation" => "Optical items stock reconciliation",
|
||||
"optical_reconciliation_report" => "Optical items stock reconciliation report",
|
||||
"optical_name" => "Optical Name",
|
||||
"unit_cost" => "Unit Cost",
|
||||
"income_account" => "Income A/c",
|
||||
"cog_account" => "Cost of Goods A/c",
|
||||
@@ -408,6 +423,15 @@ return [
|
||||
"unit_price" => "Unit Price",
|
||||
"created_on" => "Created On",
|
||||
"items_issued_to_pharmacy" => "Items issued to pharmacy",
|
||||
"issue_optical_items" => 'Issue Optical Items',
|
||||
"issued_optical_items" => "Issued Optical Items",
|
||||
"quantity_to_issued" => "Quantity To Issue",
|
||||
"store_batches" => "Store Batches"
|
||||
"store_batches" => "Store Batches",
|
||||
"remove_small" => "Remove",
|
||||
"cash_price" => "Cash Price",
|
||||
"chi_price" => "CHI Price",
|
||||
"lpo_no" => "LPO No",
|
||||
"rfg_generated_by" => "RFQ Generated By",
|
||||
"approve_requisition_from_pharmacy" => "Approve requisition from pharmacy",
|
||||
"quantity_approved" => "Quantity Approved"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user