From 1d3683d4b5b8dcfcc7eb40a4631fde8c79622739 Mon Sep 17 00:00:00 2001 From: Haroon Amjad <> Date: Mon, 2 Feb 2026 20:08:14 +0300 Subject: [PATCH] Services page changes, Update to stores VersionID 19.7 --- lib/config/config.dart | 2 +- lib/config/localized_values.dart | 4 ++-- lib/widgets/drawer/app_drawer_widget.dart | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index 2a2c9359..1496b764 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -357,7 +357,7 @@ var CAN_PAY_FOR_FOR_WALKIN_APPOINTMENT = 'Services/Doctors.svc/REST/CanPayForWal var CHANNEL = 3; var GENERAL_ID = 'Cs2020@2016\$2958'; var IP_ADDRESS = '10.20.10.20'; -var VERSION_ID = 19.6; +var VERSION_ID = 19.7; var SETUP_ID = '91877'; var LANGUAGE = 2; // var PATIENT_OUT_SA = 0; diff --git a/lib/config/localized_values.dart b/lib/config/localized_values.dart index f59efa4d..78da65ac 100644 --- a/lib/config/localized_values.dart +++ b/lib/config/localized_values.dart @@ -2846,9 +2846,9 @@ const Map localizedValues = { "seeAllGraphValues": {"en": "View all results", "ar": "عرض جميع النتائج"}, "verify-with-biometric": {"en": "Biometric", "ar": "الحيوية"}, "medicationInstructions": {"en": "Medication Instructions", "ar": "تعليمات الدواء"}, - "servicePriceList": {"en": "Service Price List", "ar": "قائمة أسعار الخدمة"}, + "servicePriceList": {"en": "Services Price List", "ar": "قائمة أسعار الخدمات"}, - "servicePriceListDesc": {"en": "Below is the services price list outline the healthcare services fees for cash payments, where the insurance coverage, eligibility, and co-payment deductions will be processed in accordance with the insurance policy terms and the table of benefits of each insurance providers:", "ar": "توضح قائمة أسعار الخدمات أدناه رسوم الخدمات الصحية المقدمة للمرضى بنظام الدفع النقدي. أما فيما يتعلق بالخدمات المشمولة بالتأمين، فسيتم تطبيق التغطية التأمينية والتحقق من األهلية واحتساب نسب التحمل وفقًا لشروط وثيقة التأمين وجدول المنافع المعتمد لكل شركة تأمين."}, + "servicePriceListDesc": {"en": "Below is the services price list outline the healthcare services fees for cash payments, where the insurance coverage, eligibility, and co-payment deductions will be processed in accordance with the insurance policy terms and the table of benefits of each insurance providers:", "ar": "توضح قائمة أسعار الخدمات أدناه رسوم الخدمات الصحية المقدمة للمرضى بنظام الدفع النقدي. أما فيما يتعلق بالخدمات المشمولة بالتأمين، فسيتم تطبيق التغطية التأمينية والتحقق من الأهلية واحتساب نسب التحمل وفقًا لشروط وثيقة التأمين وجدول المنافع المعتمد لكل شركة تأمين."}, "servicePriceList1": {"en": "Consultant Physician Consultation", "ar": "كشف طبيب استشاري"}, "servicePriceList2": {"en": "Specialist Physician Consultation", "ar": "كشف طبيب أخصائي"}, "servicePriceList3": {"en": "General Physician Consultation", "ar": "كشف طبيب عام"}, diff --git a/lib/widgets/drawer/app_drawer_widget.dart b/lib/widgets/drawer/app_drawer_widget.dart index 4c0213f2..543747cf 100644 --- a/lib/widgets/drawer/app_drawer_widget.dart +++ b/lib/widgets/drawer/app_drawer_widget.dart @@ -468,13 +468,13 @@ class _AppDrawerState extends State { login(); }, ), - InkWell( + projectProvider!.havePrivilege(113) ? InkWell( child: DrawerItem(TranslationBase.of(context).servicePriceList, Icons.bookmark_added_sharp, letterSpacing: -0.84, fontSize: 14, bottomLine: false), onTap: () { Navigator.pop(context); Navigator.of(context).push(FadePage(page: ServicesPriceList())); }, - ), + ) : SizedBox.shrink(), InkWell( child: DrawerItem(TranslationBase.of(context).privacyPolicy, Icons.web, letterSpacing: -0.84, fontSize: 14, bottomLine: false), onTap: () {