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:
2024-04-11 11:16:51 -07:00
parent cb4c6b4c1a
commit 4a89356390
10435 changed files with 107737 additions and 1220538 deletions
@@ -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"
];