Update: 2026-06-11 18:22:57
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// import 'dart:async';
|
||||
// import 'package:siro_rider/constant/currency.dart';
|
||||
import 'dart:async';
|
||||
// import 'package:siro_rider/services/offline_map_service.dart';
|
||||
// import 'package:siro_rider/services/emergency_signal_service.dart';
|
||||
// import 'package:siro_rider/views/widgets/mycircular.dart';
|
||||
@@ -6559,8 +6560,8 @@
|
||||
// if (!promoFormKey.currentState!.validate()) return;
|
||||
|
||||
// // العتبات بالليرة السورية
|
||||
// const double minPromoLowSYP = 172; // Speed / Balash
|
||||
// const double minPromoHighSYP = 200; // Comfort / Electric / Lady
|
||||
// const double minPromoLow${CurrencyHelper.currency} = 172; // Speed / Balash
|
||||
// const double minPromoHigh${CurrencyHelper.currency} = 200; // Comfort / Electric / Lady
|
||||
|
||||
// try {
|
||||
// final value = await CRUD().get(
|
||||
@@ -6723,10 +6724,10 @@
|
||||
// // if (data.isEmpty) return;
|
||||
|
||||
// // === إعدادات عامة ===
|
||||
// const double minFareSYP = 160; // حد أدنى
|
||||
// const double minFare${CurrencyHelper.currency} = 160; // حد أدنى
|
||||
// const double minBillableKm = 0.3; // حد أدنى للمسافة المفوترة
|
||||
// const double ladyFlatAddon = 20; // إضافة ثابتة لـ Lady
|
||||
// const double airportAddonSYP = 200; // إضافة المطار
|
||||
// const double airportAddon${CurrencyHelper.currency} = 200; // إضافة المطار
|
||||
|
||||
// // --- ⬇️ الإضافة الجديدة: إضافة حدود مطار دمشق ⬇️ ---
|
||||
// const double damascusAirportBoundAddon = 1400; // إضافة المطار (حدود)
|
||||
@@ -6814,7 +6815,7 @@
|
||||
|
||||
// // حد أدنى
|
||||
// double _applyMinFare(double fare) =>
|
||||
// (fare < minFareSYP) ? minFareSYP : fare;
|
||||
// (fare < minFareSYP) ? minFare${CurrencyHelper.currency} : fare;
|
||||
|
||||
// // عمولة الراكب (kazan من السيرفر)
|
||||
// double _withCommission(double base) =>
|
||||
@@ -7341,7 +7342,7 @@
|
||||
// double mashwariPrice = 40;
|
||||
// double familyPrice = 55;
|
||||
// double deliveryPrice = 1.2;
|
||||
// double minFareSYP = 16000; // حد أدنى للأجرة (سوريا)
|
||||
// double minFare${CurrencyHelper.currency} = 16000; // حد أدنى للأجرة (سوريا)
|
||||
// double minBillableKm = 1.0; // حد أدنى للمسافة المفوترة
|
||||
// double commissionPct = 15; // عمولة التطبيق % (راكب)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user