خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `unit_id` unit_id BIGINT UNSIGNED NOT NULL DEFAULT 0, project_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DECIMAL(18,2) NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `agent_user_id` agent_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, sale_value DECIMAL(18,2) NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_sales ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, sale_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `employee_id` employee_id BIGINT UNSIGNED NOT NULL DEFAULT 0, employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'amount']
ALTER TABLE aqarprefix_afcrm_compensation ALTER COLUMN `amount` SET DEFAULT 'pending'

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DATETIME NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `approved_by` approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0, paid_at DATETIME NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, employee_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `employee_user_id` employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'visit_datetime']
ALTER TABLE aqarprefix_afcrm_transport ALTER COLUMN `visit_datetime` SET DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TEXT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `approved_by` approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0, approval_note TEXT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_transport ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, employee_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `employee_user_id` employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, sale_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'VARCHAR(80) NOT NULL DEFAULT ''' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `lead_id` lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0, category VARCHAR(80) NOT NULL DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'lead_id']
ALTER TABLE aqarprefix_afcrm_expenses ALTER COLUMN `lead_id` SET DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'expense_date']
ALTER TABLE aqarprefix_afcrm_expenses ALTER COLUMN `expense_date` SET DEFAULT 'pending'

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `current_approver_user_id` current_approver_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_lead_files CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_lead_files CHANGE COLUMN `attachment_id` attachment_id BIGINT UNSIGNED NOT NULL, uploaded_by_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens CHANGE COLUMN `upload_count` upload_count INT NOT NULL DEFAULT 0, created_by BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens ADD `` (``)

شقة كبيرة — كمبوند ستون بارك التجمع الخامس – افضل عقار

شقة كبيرة — كمبوند ستون بارك التجمع الخامس

ملخص المشروع

بيانات مختصرة للمقارنة السريعة
المنطقة التجمع الخامس
التسليم يُسلَّم 2028
المطور العقاري شركة رؤية للتطوير العقاري Roya Developments
آخر تحديث للبيانات 21 يوليو 2026
طلب الأسعار وخطة السداد

الأسعار والتوافر قابلة للتغيير؛ تؤكد التفاصيل النهائية مع المستشار قبل الحجز.

Mayadin-New-Capital-Compound-1

تفاصيل المشروع

وحدة شقة كبيرة في كمبوند ستون بارك التجمع الخامس، مساحة 180 متر تقريباً، 4 غرف.

السعر التقريبي: 10.1 مليون جنيه — السعر استرشادي ويخضع للتأكيد حسب الوحدة والدور.

مقدم من 504 ألف جنيه. قسط شهري تقريبي 108 ألف جنيه على 7 سنوات.

💡 للاستعلام عن التفاصيل يمكنك التواصل مع فريق أفضل عقار على واتساب.
واتساب

الوحدة فيها: 4 غرف، صالة واسعة، مطبخ راكب، شرفة.

ارجوع لصفحة المشروع

وحدة شقة كبيرة مساحتها حوالي 180 متر مربع، فيها 4 غرف نوم. الوحدة بتقع في مشروع كمبوند ستون بارك التجمع الخامس، والسعر بيبدأ من 10.08 مليون جنيه كأقل سعر استرشادي للوحدة.

بالمساحة الكبيرة دي، الوحدة مناسبة للعيل الكبيرة أو لو بتدور على راحة وخصوصية عالية. كمان ممكن تكون فرصة كويسة للاستثمار العقاري في مشروع كمبوند ستون بارك التجمع الخامس خصوصًا لو بتخطط تؤجّر أو تعيد البيع بعد كده.

الاستثمار في العقار من أنجح طرق حفظ قيمة فلوسك وتحقيق عائد على المدى الطويل، والموقع المتميز بيفرق كتير في سهولة إعادة البيع أو التأجير.

السعر المعروض بيبدأ من 10.08 مليون جنيه كأقل سعر استرشادي للوحدة، لكن بيختلف حسب الدور والفيو ومرحلة الحجز. عشان كده الأفضل تتواصل مع فريق المبيعات لمعرفة أحدث سعر متاح وأنظمة التقسيط والسداد المناسبة ليك، بالإضافة لتفاصيل التشطيب وموعد التسليم الفعلي للوحدة. الكمبوندات والمناطق الجديدة في مصر بتوفّر أنظمة سداد مرنة تمتد لعدد سنوات، وده بيخلي حجز الوحدة أسهل على أكبر عدد من العملاء.

المطور العقاري

شركة رؤية للتطوير العقاري Roya Developments

إخلاء المسؤولية: نراجع البيانات المتاحة من المطورين والمصادر الرسمية، وقد تتغير الأسعار والتوافر دون إشعار. يتم تأكيد التفاصيل النهائية قبل الحجز.
مستثمر من السعودية أو الخليج؟ أسعار العقارات المصرية بالريال والعملات الخليجية + خطط سداد مخصصة للمقيمين بالخارج.
💬 استشارة استثمارية عبر واتساب
أسعار التحويل تقريبية وتُحدَّث دوريًا (آخر تحديث: 2026-09-01). الإجماليات النهائية بالجنيه المصري.