وفّر حتى 30% عند الدفع السنوي على خطط الاستضافة شاهد الخطط ↗
CODFIX
15 دقيقة قراءةv1.0.0آخر تحديث 2026-09-06

دليل مدير الجمعية — لوحة Admin كاملة

مدخل شامل إلى لوحة مدير الجمعية ووحداتها ومسارات التشغيل الأساسية.

التوثيق الشامل لنظام غيث — لوحة مدير الجمعية

نسخة نهائية مبنية على مصدر المشروع المرفوع. التركيز هنا على لوحة الجمعية تحت /فريق CODFIX، مع فصل واضح بين ما تم استخراجه حرفيًا من الكود وما هو شرح إجرائي/بصري مضاف لتسهيل الاستخدام.

نطاق التوثيق

  • موارد Filament في app/Filament/Admin/Resources: 118 Resource.
  • صفحات Admin في app/Filament/Admin/Pages: 28 Page.
  • مصادر الحماية والسياق: AdminPanelProvider, AdminNavigation, Middleware الخاصة بالنطاق/المؤسسة/الميزات.
  • الكتالوج التقني المفصل موجود في data/admin_catalog.json.

بنية الدخول والحماية

لوحة المدير محددة في AdminPanelProvider على المسار /فريق CODFIX، وتستخدم تسجيل الدخول، نطاقًا/دومين المؤسسة، سياق المؤسسة، صلاحيات Filament Shield، وفحوصات الوصول للميزات والخدمة قبل السماح بالوصول إلى صفحات الإدارة.

Architecture

كيف نقرأ الدليل

كل وحدة أدناه تحتوي على: الهدف، الموارد/الصفحات الفعلية، العمليات الرئيسية المستخرجة من الكود، ثم تفاصيل الحقول والأعمدة المتاحة لكل Resource في الكتالوج.

الشؤون المالية

هذه الوحدة تجمع دورة الأموال من التبرعات والمصروفات والحسابات حتى القيود والتسويات والمشتريات والمخزون.

نظرة عامة

  • النوع: Page
  • المصدر: FinanceCenter

التبرعات

  • النوع: Resource
  • المصدر: DonationResource
  • Model: Donation::class
  • حقول الإدخال المكتشفة: reference, donor_id, campaign_id, amount, currency, payment_status, payment_method, payment_gateway_id, donated_at, notes, from, to, reason
  • أعمدة الجدول المكتشفة: reference, donor.name, campaign.title, amount, payment_method, payment_status, donated_at, creator.name, deleted_at
  • إجراءات مكتشفة: status_, stripe_refund, markPaid, delete_manual_donations, force_delete_manual_donations

التبرعات الشهرية

  • النوع: Resource
  • المصدر: RecurringDonationResource
  • Model: RecurringDonation::class
  • حقول الإدخال المكتشفة: campaign_id, donor_id, amount, currency, status, next_payment_at, stripe_subscription_id, metadata.cancel_at_period_end
  • أعمدة الجدول المكتشفة: donor.name, campaign.title, amount, status, metadata.cancel_at_period_end, last_payment_at, next_payment_at, failed_attempts
  • إجراءات مكتشفة: cancel_at_period_end, resume_subscription

المصروفات

  • النوع: Resource
  • المصدر: ExpenseResource
  • Model: Expense::class
  • حقول الإدخال المكتشفة: title, amount, date, expense_category_id, cost_center_id, financial_account_id, campaign_id, project_id, status, reference_number, attachment, description, category
  • أعمدة الجدول المكتشفة: title, amount, expenseCategory.name, costCenter.name, financialAccount.name, status, date
  • إجراءات مكتشفة: approve

الحسابات المالية

  • النوع: Resource
  • المصدر: FinancialAccountResource
  • Model: FinancialAccount::class
  • حقول الإدخال المكتشفة: name, type, currency, opening_balance, bank_name, account_number, is_active
  • أعمدة الجدول المكتشفة: name, type, currency, opening_balance, bank_name, account_number, is_active, created_at

الحركات المالية

  • النوع: Resource
  • المصدر: FinancialTransactionResource
  • Model: FinancialTransaction::class
  • حقول الإدخال المكتشفة: financial_account_id, type, amount, transaction_date, reference, description
  • أعمدة الجدول المكتشفة: financialAccount.name, type, amount, transaction_date, reference, description, created_at

دليل الحسابات

  • النوع: Resource
  • المصدر: AccountResource
  • Model: Account::class
  • حقول الإدخال المكتشفة: code, name, parent_id, type, normal_balance, currency, is_postable, is_active, description
  • أعمدة الجدول المكتشفة: code, name, parent.name, type, balance, is_postable, is_active

القيود اليومية

  • النوع: Resource
  • المصدر: JournalEntryResource
  • Model: JournalEntry::class
  • حقول الإدخال المكتشفة: entry_number, entry_date, description, status, lines, account_id, debit, credit, cost_center_id, campaign_id, project_id
  • أعمدة الجدول المكتشفة: entry_number, entry_date, description, total_debit, status
  • إجراءات مكتشفة: post
  • علاقات/مكونات مرتبطة مكتشفة: lines

السندات المالية

  • النوع: Resource
  • المصدر: AccountingVoucherResource
  • Model: AccountingVoucher::class
  • حقول الإدخال المكتشفة: voucher_number, type, voucher_date, financial_account_id, counter_account_id, amount, currency, beneficiary_name, reference, description, status
  • أعمدة الجدول المكتشفة: voucher_number, type, voucher_date, beneficiary_name, amount, status
  • إجراءات مكتشفة: post

الموازنات

  • النوع: Resource
  • المصدر: AccountingBudgetResource
  • Model: AccountingBudget::class
  • حقول الإدخال المكتشفة: name, year, status, notes, lines, account_id, amount, cost_center_id, campaign_id, project_id
  • أعمدة الجدول المكتشفة: name, year, total_amount, status
  • علاقات/مكونات مرتبطة مكتشفة: lines

الفترات المالية

  • النوع: Resource
  • المصدر: FiscalPeriodResource
  • Model: FiscalPeriod::class
  • حقول الإدخال المكتشفة: name, starts_at, ends_at, status
  • أعمدة الجدول المكتشفة: name, starts_at, ends_at, status

التسويات البنكية

  • النوع: Resource
  • المصدر: BankReconciliationResource
  • Model: BankReconciliation::class
  • حقول الإدخال المكتشفة: financial_account_id, statement_date, book_balance, statement_balance, difference, status, notes
  • أعمدة الجدول المكتشفة: financialAccount.name, statement_date, book_balance, statement_balance, difference, status

مراكز التكلفة

  • النوع: Resource
  • المصدر: CostCenterResource
  • Model: CostCenter::class
  • حقول الإدخال المكتشفة: name, code, parent_id, description, is_active
  • أعمدة الجدول المكتشفة: name, code, parent.name, is_active

تصنيفات المصروفات

  • النوع: Resource
  • المصدر: ExpenseCategoryResource
  • Model: ExpenseCategory::class
  • حقول الإدخال المكتشفة: name, code, description, is_active
  • أعمدة الجدول المكتشفة: name, code, description, is_active, created_at

الأصول

  • النوع: Resource
  • المصدر: AssetResource
  • Model: Asset::class
  • حقول الإدخال المكتشفة: name, asset_number, category, purchase_date, purchase_cost, salvage_value, useful_life_months, depreciation_method, status, assigned_to, location, serial_number, warranty_end
  • أعمدة الجدول المكتشفة: name, asset_number, category, purchase_cost, location, status

طلبات الشراء

  • النوع: Resource
  • المصدر: PurchaseRequestResource
  • Model: PurchaseRequest::class
  • حقول الإدخال المكتشفة: request_number, project_id, cost_center_id, requested_by, request_date, needed_by, status, estimated_total, currency, justification
  • أعمدة الجدول المكتشفة: request_number, project.name, request_date, estimated_total, status

أوامر الشراء

  • النوع: Resource
  • المصدر: PurchaseOrderResource
  • Model: PurchaseOrder::class
  • حقول الإدخال المكتشفة: order_number, supplier_id, purchase_request_id, project_id, order_date, expected_date, status, subtotal, tax, total, currency, notes
  • أعمدة الجدول المكتشفة: order_number, supplier.name, order_date, total, status

الموردون

  • النوع: Resource
  • المصدر: SupplierResource
  • Model: Supplier::class
  • حقول الإدخال المكتشفة: name, code, contact_name, email, phone, tax_number, address, rating, is_active
  • أعمدة الجدول المكتشفة: name, code, contact_name, phone, rating

المستودعات

  • النوع: Resource
  • المصدر: WarehouseResource
  • Model: Warehouse::class
  • حقول الإدخال المكتشفة: name, code, location, manager_id, is_active
  • أعمدة الجدول المكتشفة: name, code, location, is_active

الأصناف

  • النوع: Resource
  • المصدر: InventoryItemResource
  • Model: InventoryItem::class
  • حقول الإدخال المكتشفة: name, sku, barcode, category, unit, minimum_stock, current_stock, average_cost, is_active
  • أعمدة الجدول المكتشفة: name, sku, category, current_stock, average_cost

حركات المخزون

  • النوع: Resource
  • المصدر: StockMovementResource
  • Model: StockMovement::class
  • حقول الإدخال المكتشفة: warehouse_id, inventory_item_id, type, quantity, unit_cost, reference_type, reference_id, movement_date, notes
  • أعمدة الجدول المكتشفة: item.name, warehouse.name, type, quantity, movement_date

الحملات والمشاريع

الحملات

  • النوع: Resource
  • المصدر: CampaignResource
  • Model: Campaign::class
  • حقول الإدخال المكتشفة: title, slug, is_active, accepts_donations, description, target_amount, collected_amount, end_date, image, header_image, blocks, checkout_settings_note, donation_page_settings.show_language_switcher, donation_page_settings.show_countdown, donation_page_settings.show_organization_logo, donation_page_settings.show_campaign_image, donation_page_settings.show_progress, donation_page_settings.show_all_donations_link, donation_page_settings.show_security_card, donation_page_settings.show_general_donation_banner, donation_page_settings.show_donor_name, donation_page_settings.show_donor_phone, donation_page_settings.allow_anonymous, donation_page_settings.category_label, donation_page_settings.secure_title, donation_page_settings.secure_description, donation_page_settings.donate_button_label, donation_page_settings.general_title, donation_page_settings.general_description, donation_page_settings.general_button_label, donation_page_settings.accent_color, donation_page_settings.button_color, donation_page_settings.enabled_gateway_ids, donation_page_settings.default_gateway_id, donation_page_settings.default_payment_method, donation_page_settings.enable_card, donation_page_settings.enable_paypal, donation_page_settings.enable_palpay, accepts_one_time, accepts_recurring
  • أعمدة الجدول المكتشفة: image, title, target_amount, collected_amount, progress, end_date, is_active, accepts_donations, blocks_count, created_at, updated_at
  • إجراءات مكتشفة: toggleActive, activate, deactivate

المشاريع

  • النوع: Resource
  • المصدر: ProjectResource
  • Model: Project::class
  • حقول الإدخال المكتشفة: name, code, description, status, start_date, end_date, budget, progress, manager_id, campaign_id, location, latitude, longitude, is_active
  • أعمدة الجدول المكتشفة: name, code, status, budget, progress

المتطوعون

نظرة عامة

  • النوع: Page
  • المصدر: VolunteerOperationsDashboard

المتطوعون

  • النوع: Resource
  • المصدر: VolunteerResource
  • Model: Volunteer::class
  • حقول الإدخال المكتشفة: volunteer_number, name, email, phone, national_id, date_of_birth, gender, country, city, address, status, education_level, specialization, profession, skills, languages, preferred_fields, availability, experience, bio, has_transport, emergency_contact_name, emergency_contact_phone, consent_at, portal_registered_at
  • أعمدة الجدول المكتشفة: volunteer_number, name, email, phone, skills, city, status, created_at
  • إجراءات مكتشفة: approve, reject, pending

مهام المتطوعين

  • النوع: Resource
  • المصدر: VolunteerTaskResource
  • Model: VolunteerTask::class
  • حقول الإدخال المكتشفة: assigned_volunteer_ids, title, priority, location, start_at, due_at, expected_hours, description, instructions, required_skills, required_training_ids, team_id, opportunity_id, admin_notes, requires_attendance, map_url, latitude, longitude, checkin_radius_meters, checkin_qr, checkout_qr, completion_requires_review, status, assignment_summary
  • أعمدة الجدول المكتشفة: task_number, title, assignments_count, is_group, priority, status, due_at

تقارير الإنجاز

  • النوع: Resource
  • المصدر: VolunteerTaskAssignmentResource
  • Model: VolunteerTaskAssignment::class
  • حقول الإدخال المكتشفة: admin_review_notes, actual_hours, admin_rating, admin_rating_notes, task, volunteer, report_notes
  • أعمدة الجدول المكتشفة: task.title, volunteer.name, status, review_status, actual_hours, submitted_at
  • إجراءات مكتشفة: review, return, rate

الحضور وساعات التطوع

  • النوع: Resource
  • المصدر: VolunteerAttendanceResource
  • Model: VolunteerAttendance::class
  • حقول الإدخال المكتشفة: hours, notes
  • أعمدة الجدول المكتشفة: volunteer.name, task.title, checkin_at, checkout_at, hours, approved_at, checkin_method
  • إجراءات مكتشفة: approve, recalc

فرص التطوع

  • النوع: Resource
  • المصدر: VolunteerOpportunityResource
  • Model: VolunteerOpportunity::class
  • حقول الإدخال المكتشفة: title, status, capacity, location, map_url, open_at, close_at, start_at, end_at, required_skills, required_training_ids, team_id, description, requirements, is_featured
  • أعمدة الجدول المكتشفة: opportunity_number, title, applications_count, capacity, status, start_at

طلبات فرص التطوع

  • النوع: Resource
  • المصدر: VolunteerOpportunityApplicationResource
  • Model: VolunteerOpportunityApplication::class
  • حقول الإدخال المكتشفة: admin_notes
  • أعمدة الجدول المكتشفة: volunteer.name, opportunity.title, status, applied_at
  • إجراءات مكتشفة: approve, reject

فرق المتطوعين

  • النوع: Resource
  • المصدر: VolunteerTeamResource
  • Model: VolunteerTeam::class
  • حقول الإدخال المكتشفة: name, leader_volunteer_id, member_ids, is_active, description
  • أعمدة الجدول المكتشفة: name, members_count, leader.name, is_active

تدريب المتطوعين

  • النوع: Resource
  • المصدر: VolunteerTrainingResource
  • Model: VolunteerTraining::class
  • حقول الإدخال المكتشفة: title, content_url, duration_minutes, passing_score, is_mandatory, is_active, description, quiz_questions, question, options, correct_index
  • أعمدة الجدول المكتشفة: title, is_mandatory, is_active, duration_minutes, passing_score
  • علاقات/مكونات مرتبطة مكتشفة: quiz_questions

سجل التدريب

  • النوع: Resource
  • المصدر: VolunteerTrainingEnrollmentResource
  • Model: VolunteerTrainingEnrollment::class
  • أعمدة الجدول المكتشفة: volunteer.name, training.title, status, score, completed_at
  • إجراءات مكتشفة: reset

رسائل المتطوعين

  • النوع: Resource
  • المصدر: VolunteerMessageResource
  • Model: VolunteerMessage::class
  • حقول الإدخال المكتشفة: volunteer_id, task_id, body, attachments
  • أعمدة الجدول المكتشفة: volunteer.name, sender_type, body, created_at, read_by_admin_at
  • إجراءات مكتشفة: reply, mark_read

شهادات المتطوعين

  • النوع: Resource
  • المصدر: VolunteerCertificateResource
  • Model: VolunteerCertificate::class
  • حقول الإدخال المكتشفة: volunteer_id, title, hours, issued_at, valid_until, status
  • أعمدة الجدول المكتشفة: certificate_number, volunteer.name, title, hours, issued_at, status

مستندات المتطوعين

  • النوع: Resource
  • المصدر: VolunteerDocumentResource
  • Model: VolunteerDocument::class
  • أعمدة الجدول المكتشفة: volunteer.name, type, title, status, expires_at
  • إجراءات مكتشفة: download, approve, reject

مصروفات المتطوعين

  • النوع: Resource
  • المصدر: VolunteerExpenseResource
  • Model: VolunteerExpense::class
  • حقول الإدخال المكتشفة: review_notes
  • أعمدة الجدول المكتشفة: volunteer.name, type, amount, status, submitted_at
  • إجراءات مكتشفة: approve, reject, paid

إعدادات البوابة

  • النوع: Page
  • المصدر: ManageVolunteerPortal

الشراكات والمجتمع

المنح

  • النوع: Resource
  • المصدر: GrantResource
  • Model: Grant::class
  • حقول الإدخال المكتشفة: title, code, donor_agency_id, project_id, amount, currency, start_date, end_date, status, spent_amount, description
  • أعمدة الجدول المكتشفة: title, code, donorAgency.name, amount, status

الجهات المانحة

  • النوع: Resource
  • المصدر: DonorAgencyResource
  • Model: DonorAgency::class
  • حقول الإدخال المكتشفة: name, code, contact_name, email, phone, website, address, is_active
  • أعمدة الجدول المكتشفة: name, code, contact_name, email, is_active

الشركاء

  • النوع: Resource
  • المصدر: PartnerResource
  • Model: Partner::class
  • حقول الإدخال المكتشفة: name, logo, website, description, sort_order, is_active
  • أعمدة الجدول المكتشفة: name, sort_order, updated_at

قصص النجاح

  • النوع: Resource
  • المصدر: SuccessStoryResource
  • Model: SuccessStory::class
  • حقول الإدخال المكتشفة: title, beneficiary_name, campaign_id, video_url, image, content
  • أعمدة الجدول المكتشفة: image, title, beneficiary_name, campaign.title, video_url, created_at, updated_at
  • إجراءات مكتشفة: open_video

المتبرعون

المتبرعون

  • النوع: Resource
  • المصدر: DonorResource
  • Model: Donor::class
  • حقول الإدخال المكتشفة: avatar, name, type, is_active, email, phone, country, country_code, city, address, gender, birth_date, occupation, company, tags, notes
  • أعمدة الجدول المكتشفة: avatar, name, type, email, phone, country, paid_donations_count, paid_donations_sum_amount, is_active, created_at

تفاعلات المتبرعين

  • النوع: Resource
  • المصدر: CrmInteractionResource
  • Model: CrmInteraction::class
  • حقول الإدخال المكتشفة: donor_id, type, subject, interaction_at, handled_by, outcome, next_follow_up_at, status
  • أعمدة الجدول المكتشفة: donor.name, type, subject, interaction_at, status

الإشعارات

  • النوع: Resource
  • المصدر: EnterpriseNotificationResource
  • Model: EnterpriseNotification::class
  • حقول الإدخال المكتشفة: title, body, user_id, channel, priority, type, action_url, scheduled_at
  • أعمدة الجدول المكتشفة: title, user.name, channel, priority, status, attempts, scheduled_at, sent_at
  • إجراءات مكتشفة: send, cancel

المستفيدون والطلبات

هذه الوحدة تدير دورة المستفيد من التسجيل والتحديث والطلبات والمساعدات والشكاوى وحتى الاتصال عبر SMS وبوابة المستفيد.

المستفيدون

  • النوع: Resource
  • المصدر: BeneficiaryResource
  • Model: Beneficiary::class
  • حقول الإدخال المكتشفة: image, file_number, name, national_id, phone, alternate_phone, email, gender, marital_status, date_of_birth, country, governorate, city, address, family_size, dependents_count, housing_status, employment_status, monthly_income, campaign_id, need_level, status, is_active, needs, description, documents, last_assessment_at, message
  • أعمدة الجدول المكتشفة: image, file_number, name, national_id, phone, family_size, need_level, status, is_active, created_at
  • إجراءات مكتشفة: send_sms, mark_assisted

طلبات تسجيل المستفيدين

  • النوع: Resource
  • المصدر: BeneficiaryApplicationResource
  • Model: Beneficiary::class
  • حقول الإدخال المكتشفة: portal_status, submitted_at, review_notes, submitted_profile, file_number, name, national_id, phone, email, date_of_birth, gender, family_size, need_level, address, description, notes, reason
  • أعمدة الجدول المكتشفة: file_number, name, national_id, portalAccount.email, portalAccount.phone, portalAccount.status, portalAccount.submitted_at
  • إجراءات مكتشفة: approve, request_changes, reject

حسابات بوابة المستفيدين

  • النوع: Resource
  • المصدر: BeneficiaryPortalAccountResource
  • Model: BeneficiaryPortalAccount::class
  • حقول الإدخال المكتشفة: beneficiary_id, email, phone, password, status, review_notes
  • أعمدة الجدول المكتشفة: beneficiary.file_number, beneficiary.name, email, phone, status, submitted_at, last_login_at
  • إجراءات مكتشفة: activate, suspend, reset_password

تحديثات بيانات المستفيدين

  • النوع: Resource
  • المصدر: BeneficiaryProfileChangeRequestResource
  • Model: BeneficiaryProfileChangeRequest::class
  • حقول الإدخال المكتشفة: request_number, beneficiary_id, status, payload, review_notes
  • أعمدة الجدول المكتشفة: request_number, beneficiary.name, status, created_at, reviewer.name
  • إجراءات مكتشفة: approve, reject

طلبات البوابة

  • النوع: Resource
  • المصدر: PortalAssistanceRequestResource
  • Model: AssistanceRequest::class
  • حقول الإدخال المكتشفة: request_number, beneficiary_id, title, type, priority, status, requested_amount, approved_amount, description, decision_notes, quantity, unit, amount, currency, delivered_at, receipt_number, notes
  • أعمدة الجدول المكتشفة: request_number, beneficiary.name, title, type, priority, status, created_at
  • إجراءات مكتشفة: review, approve, deliver, reject

شكاوى المستفيدين

  • النوع: Resource
  • المصدر: BeneficiaryComplaintResource
  • Model: BeneficiaryComplaint::class
  • حقول الإدخال المكتشفة: complaint_number, beneficiary_id, category, priority, status, assigned_to, subject, description, response
  • أعمدة الجدول المكتشفة: complaint_number, beneficiary.name, subject, category, status, created_at
  • إجراءات مكتشفة: start_review, resolve

سجل المساعدات

  • النوع: Resource
  • المصدر: BeneficiaryAidResource
  • Model: BeneficiaryAid::class
  • حقول الإدخال المكتشفة: beneficiary_id, assistance_request_id, aid_number, type, title, description, quantity, unit, amount, currency, status, delivered_at, delivery_method, receipt_number, proof_files, notes
  • أعمدة الجدول المكتشفة: aid_number, beneficiary.name, title, type, quantity, amount, status, delivered_at

تقارير المستفيدين

  • النوع: Page
  • المصدر: BeneficiaryPortalReports

حملات SMS

  • النوع: Resource
  • المصدر: SmsCampaignResource
  • Model: SmsCampaign::class
  • حقول الإدخال المكتشفة: name, sms_template_id, message, segments_preview, audience_type, filters.need_levels, filters.beneficiary_ids, filters.statuses, scheduled_at, queue_notice
  • أعمدة الجدول المكتشفة: name, audience_type, status, recipient_count, sent_count, delivered_count, failed_count, segments_count, created_at
  • إجراءات مكتشفة: quota, send, logs

قوالب SMS

  • النوع: Resource
  • المصدر: SmsTemplateResource
  • Model: SmsTemplate::class
  • حقول الإدخال المكتشفة: name, category, is_active, body, sms_preview
  • أعمدة الجدول المكتشفة: name, category, body, segments, is_active, updated_at

سجل SMS

  • النوع: Resource
  • المصدر: SmsMessageResource
  • Model: SmsMessage::class
  • أعمدة الجدول المكتشفة: recipient_name, recipient_phone, body, provider, status, segments, cost, created_at
  • إجراءات مكتشفة: retry

إعدادات SMS

  • النوع: Resource
  • المصدر: SmsGatewaySettingResource
  • Model: SmsGatewaySetting::class
  • حقول الإدخال المكتشفة: provider, is_active, sender_id, default_country_code, credentials.account_sid, credentials.auth_token, credentials.from_number, credentials.messaging_service_sid, credentials.api_key, credentials.api_secret, credentials.from, credentials.currency, credentials.base_url, credentials.endpoint, credentials.method, credentials.format, credentials.auth_type, credentials.token, credentials.auth_header, credentials.username, credentials.password, credentials.recipient_field, credentials.message_field, credentials.sender_field, credentials.callback_field, credentials.message_id_path, credentials.status_path, credentials.error_path, credentials.success_path, credentials.success_value, credentials.headers, credentials.static_payload, webhook_url, last_test, phone, message
  • أعمدة الجدول المكتشفة: provider, is_active, sender_id, default_country_code, last_test_status, updated_at
  • إجراءات مكتشفة: test

طلبات المساعدة

  • النوع: Resource
  • المصدر: AssistanceRequestResource
  • Model: AssistanceRequest::class
  • حقول الإدخال المكتشفة: request_number, beneficiary_id, campaign_id, title, type, priority, status, needed_by, description, requested_amount, approved_amount, assigned_to, decision_notes, attachments, workflow_definition_id
  • أعمدة الجدول المكتشفة: request_number, beneficiary.name, title, type, priority, status, assignee.name, created_at
  • إجراءات مكتشفة: start_review, approve, reject, start_workflow

طلبات الموافقة

  • النوع: Resource
  • المصدر: ApprovalRequestResource
  • Model: ApprovalRequest::class
  • حقول الإدخال المكتشفة: title, description, assigned_to, status, required_levels, current_level, subject_type, subject_id, decision_notes
  • أعمدة الجدول المكتشفة: title, requester.name, assignee.name, status, current_level, created_at
  • إجراءات مكتشفة: approve, reject

إدارة الموظفين

الموظفون

  • النوع: Resource
  • المصدر: EmployeeResource
  • Model: Employee::class
  • حقول الإدخال المكتشفة: profile_photo, full_name, email, phone, national_id, date_of_birth, gender, address, emergency_contact_name, emergency_contact_phone, auto_generate_employee_number, employee_number, job_title, department, hire_date, contract_type, status, user_id, basic_salary, currency, salary_note, portal_enabled, portal_activation_mode, portal_password, send_activation_email, send_credentials_email, existing_portal_status, portal_note, documents_hint
  • أعمدة الجدول المكتشفة: profile_photo, employee_number, full_name, email, hire_date, status, portalAccount.status

تخصصات الوظائف

  • النوع: Resource
  • المصدر: JobSpecialtyResource
  • Model: JobSpecialty::class
  • حقول الإدخال المكتشفة: name, name_en, category, is_active
  • أعمدة الجدول المكتشفة: name, category, vacancies_count, profiles_count, is_active

حسابات المتقدمين

  • النوع: Resource
  • المصدر: JobPortalAccountResource
  • Model: JobPortalAccount::class
  • حقول الإدخال المكتشفة: name, email, phone, status, last_login, created, profile_completion, specialty, national_id, personal_details, degree, academic, experience, professional_entries, location, address_details, emergency_contact, cv
  • أعمدة الجدول المكتشفة: name, profile.specialty.name, profile.years_experience, profile_completion, applications_count, status, created_at
  • إجراءات مكتشفة: cv

الوظائف الشاغرة

  • النوع: Resource
  • المصدر: JobVacancyResource
  • Model: JobVacancy::class
  • حقول الإدخال المكتشفة: title, department, specialty_id, location, employment_type, workplace_type, experience_level, openings_count, summary, description, responsibilities, requirements, benefits, status, application_deadline, is_featured, show_salary, salary_min, salary_max, salary_currency
  • أعمدة الجدول المكتشفة: title, location, specialty.name, employment_type, status, applications_count, application_deadline, is_featured
  • إجراءات مكتشفة: open_portal, publish

طلبات التوظيف

  • النوع: Resource
  • المصدر: JobApplicationResource
  • Model: JobApplication::class
  • حقول الإدخال المكتشفة: application_number, vacancy.title, applicant_name, email, phone, city, education, current_job_title, years_experience, specialty.name, cover_letter, cv_download, status, score, interview_at, reviewed_by, rejection_reason, admin_notes
  • أعمدة الجدول المكتشفة: application_number, applicant_name, vacancy.title, specialty.name, years_experience, status, score, submitted_at
  • إجراءات مكتشفة: cv

إعدادات بوابة الوظائف

  • النوع: Page
  • المصدر: ManageJobPortal

الحضور والانصراف

  • النوع: Resource
  • المصدر: AttendanceResource
  • Model: Attendance::class
  • حقول الإدخال المكتشفة: employee_id, attendance_date, check_in, check_out, status, notes
  • أعمدة الجدول المكتشفة: employee.first_name, attendance_date, check_in, check_out, status

طلبات الإجازة

  • النوع: Resource
  • المصدر: LeaveRequestResource
  • Model: LeaveRequest::class
  • حقول الإدخال المكتشفة: employee_id, type, start_date, end_date, days, status, reason, approved_by
  • أعمدة الجدول المكتشفة: employee.first_name, type, start_date, end_date, days, status

حسابات الموظفين

  • النوع: Resource
  • المصدر: EmployeePortalAccountResource
  • Model: EmployeePortalAccount::class
  • حقول الإدخال المكتشفة: employee_id, password, status, last_login
  • أعمدة الجدول المكتشفة: employee.employee_number, employee.first_name, employee.job_title, status, last_login_at

مهام الموظفين

  • النوع: Resource
  • المصدر: EmployeeTaskResource
  • Model: EmployeeTask::class
  • حقول الإدخال المكتشفة: employee_id, title, priority, status, starts_at, due_at, description, admin_notes, employee_notes
  • أعمدة الجدول المكتشفة: employee.employee_number, title, priority, status, due_at

طلبات الموظفين

  • النوع: Resource
  • المصدر: EmployeeRequestResource
  • Model: EmployeeRequest::class
  • حقول الإدخال المكتشفة: employee, request_number, title, type, status, description, attachment, response
  • أعمدة الجدول المكتشفة: request_number, employee.employee_number, title, type, status, created_at

مستندات الموظفين

  • النوع: Resource
  • المصدر: EmployeeDocumentResource
  • Model: EmployeeDocument::class
  • حقول الإدخال المكتشفة: employee_id, title, type, expires_at, file_path, visible_to_employee, description
  • أعمدة الجدول المكتشفة: employee.employee_number, title, type, visible_to_employee, expires_at

كشوف الرواتب

  • النوع: Resource
  • المصدر: EmployeePayslipResource
  • Model: EmployeePayslip::class
  • حقول الإدخال المكتشفة: employee_id, period_start, period_end, basic_salary, allowances, deductions, net_salary, currency, status, pdf_path
  • أعمدة الجدول المكتشفة: employee.employee_number, period_end, net_salary, currency, status

رسائل الموظفين

  • النوع: Resource
  • المصدر: EmployeeMessageResource
  • Model: EmployeeMessage::class
  • حقول الإدخال المكتشفة: employee_id, from_admin, subject, body
  • أعمدة الجدول المكتشفة: employee.employee_number, from_admin, subject, body, created_at

التعاميم الداخلية

  • النوع: Resource
  • المصدر: EmployeeAnnouncementResource
  • Model: EmployeeAnnouncement::class
  • حقول الإدخال المكتشفة: title, body, priority, audience_type, department, employee_ids, publish_at, expires_at, is_active
  • أعمدة الجدول المكتشفة: title, priority, audience_type, publish_at, is_active

تقييم الأداء

  • النوع: Resource
  • المصدر: EmployeePerformanceReviewResource
  • Model: EmployeePerformanceReview::class
  • حقول الإدخال المكتشفة: employee_id, review_period, period_start, period_end, overall_score, status, goals, title, target, weight, score, notes, strengths, improvements, manager_comments, employee_comments
  • أعمدة الجدول المكتشفة: employee.full_name, review_period, overall_score, status, period_end
  • علاقات/مكونات مرتبطة مكتشفة: goals

التدريب والتطوير

  • النوع: Resource
  • المصدر: EmployeeTrainingResource
  • Model: EmployeeTraining::class
  • حقول الإدخال المكتشفة: title, description, provider, delivery_type, location, materials_url, starts_at, ends_at, capacity, status, allow_self_enrollment, enrollments, employee_id, notes, completed_at
  • أعمدة الجدول المكتشفة: title, provider, starts_at, status, allow_self_enrollment
  • علاقات/مكونات مرتبطة مكتشفة: enrollments

العهد والأصول

  • النوع: Resource
  • المصدر: EmployeeAssetResource
  • Model: EmployeeAsset::class
  • حقول الإدخال المكتشفة: employee_id, asset_code, asset_name, asset_type, serial_number, condition, status, assigned_at, due_at, returned_at, employee_notes, admin_notes
  • أعمدة الجدول المكتشفة: asset_code, asset_name, employee.full_name, status, assigned_at, issue_reported_at

الدعم الداخلي

  • النوع: Resource
  • المصدر: EmployeeSupportTicketResource
  • Model: EmployeeSupportTicket::class
  • حقول الإدخال المكتشفة: employee_id, ticket_number, subject, category, priority, status, description, replies, sender_type, sender_name, body
  • أعمدة الجدول المكتشفة: ticket_number, subject, employee.full_name, priority, status, updated_at
  • علاقات/مكونات مرتبطة مكتشفة: replies

العمل الميداني

  • النوع: Resource
  • المصدر: EmployeeFieldAssignmentResource
  • Model: EmployeeFieldAssignment::class
  • حقول الإدخال المكتشفة: employee_id, title, project_name, location, starts_at, ends_at, status, requires_report, instructions, safety_notes, check_times, employee_report
  • أعمدة الجدول المكتشفة: title, employee.full_name, project_name, location, status, starts_at

إعدادات الإضافات

  • النوع: Page
  • المصدر: ManageEmployeePortalExtensions

إعدادات بوابة الموظفين

  • النوع: Page
  • المصدر: ManageEmployeePortal

المستخدمون والفريق

المستخدمون

  • النوع: Resource
  • المصدر: UserResource
  • Model: User::class
  • حقول الإدخال المكتشفة: name, email, password, password_confirmation, organization_id, roles
  • أعمدة الجدول المكتشفة: name, email, organization.name, roles.name, email_verified_at, created_at, updated_at
  • إجراءات مكتشفة: verify_email, unverify_email

الأدوار والصلاحيات

  • النوع: Resource
  • المصدر: RoleResource

المهام

  • النوع: Resource
  • المصدر: WorkflowTaskResource
  • Model: WorkflowTask::class
  • حقول الإدخال المكتشفة: title, description, assigned_to, status, priority, progress, due_at, taskable_type, taskable_id
  • أعمدة الجدول المكتشفة: title, assignee.name, priority, status, progress, due_at
  • إجراءات مكتشفة: start, complete

التبرعات

مركز التبرعات مخصص لتشغيل واجهة التبرع ومتابعة المتبرعين والتبرعات الدورية وبوابات الدفع وإعدادات التبرع.

مركز التبرعات

  • النوع: Page
  • المصدر: DonationCenter

التبرعات

  • النوع: Resource
  • المصدر: DonationResource
  • Model: Donation::class
  • حقول الإدخال المكتشفة: reference, donor_id, campaign_id, amount, currency, payment_status, payment_method, payment_gateway_id, donated_at, notes, from, to, reason
  • أعمدة الجدول المكتشفة: reference, donor.name, campaign.title, amount, payment_method, payment_status, donated_at, creator.name, deleted_at
  • إجراءات مكتشفة: status_, stripe_refund, markPaid, delete_manual_donations, force_delete_manual_donations

المتبرعون

  • النوع: Resource
  • المصدر: DonorResource
  • Model: Donor::class
  • حقول الإدخال المكتشفة: avatar, name, type, is_active, email, phone, country, country_code, city, address, gender, birth_date, occupation, company, tags, notes
  • أعمدة الجدول المكتشفة: avatar, name, type, email, phone, country, paid_donations_count, paid_donations_sum_amount, is_active, created_at

الحملات

  • النوع: Resource
  • المصدر: CampaignResource
  • Model: Campaign::class
  • حقول الإدخال المكتشفة: title, slug, is_active, accepts_donations, description, target_amount, collected_amount, end_date, image, header_image, blocks, checkout_settings_note, donation_page_settings.show_language_switcher, donation_page_settings.show_countdown, donation_page_settings.show_organization_logo, donation_page_settings.show_campaign_image, donation_page_settings.show_progress, donation_page_settings.show_all_donations_link, donation_page_settings.show_security_card, donation_page_settings.show_general_donation_banner, donation_page_settings.show_donor_name, donation_page_settings.show_donor_phone, donation_page_settings.allow_anonymous, donation_page_settings.category_label, donation_page_settings.secure_title, donation_page_settings.secure_description, donation_page_settings.donate_button_label, donation_page_settings.general_title, donation_page_settings.general_description, donation_page_settings.general_button_label, donation_page_settings.accent_color, donation_page_settings.button_color, donation_page_settings.enabled_gateway_ids, donation_page_settings.default_gateway_id, donation_page_settings.default_payment_method, donation_page_settings.enable_card, donation_page_settings.enable_paypal, donation_page_settings.enable_palpay, accepts_one_time, accepts_recurring
  • أعمدة الجدول المكتشفة: image, title, target_amount, collected_amount, progress, end_date, is_active, accepts_donations, blocks_count, created_at, updated_at
  • إجراءات مكتشفة: toggleActive, activate, deactivate

التبرعات الدورية

  • النوع: Resource
  • المصدر: RecurringDonationResource
  • Model: RecurringDonation::class
  • حقول الإدخال المكتشفة: campaign_id, donor_id, amount, currency, status, next_payment_at, stripe_subscription_id, metadata.cancel_at_period_end
  • أعمدة الجدول المكتشفة: donor.name, campaign.title, amount, status, metadata.cancel_at_period_end, last_payment_at, next_payment_at, failed_attempts
  • إجراءات مكتشفة: cancel_at_period_end, resume_subscription

أخبار الجمعية

التصنيفات

  • النوع: Resource
  • المصدر: NewsCategoryResource
  • Model: NewsCategory::class
  • حقول الإدخال المكتشفة: organization_id, name, slug, description, image, color, sort_order, is_active
  • أعمدة الجدول المكتشفة: image, name, posts_count, is_active, updated_at

الأخبار

  • النوع: Resource
  • المصدر: NewsPostResource
  • Model: NewsPost::class
  • حقول الإدخال المكتشفة: organization_id, author_id, title, slug, news_category_id, excerpt, content, image, image_alt, status, published_at, is_featured, allow_comments, seo_title, seo_description, seo_keywords
  • أعمدة الجدول المكتشفة: image, title, category.name, status, is_featured, comments_count, views_count, published_at
  • إجراءات مكتشفة: preview, publish, draft

التعليقات

  • النوع: Resource
  • المصدر: NewsCommentResource
  • Model: NewsComment::class
  • حقول الإدخال المكتشفة: name, email, content, status, post_title, request_info
  • أعمدة الجدول المكتشفة: name, email, post.title, content, status, created_at
  • إجراءات مكتشفة: approve, reject, spam

إعدادات العرض

  • النوع: Page
  • المصدر: ManageNewsDisplay

المحتوى والإعلام

ألبومات الصور

  • النوع: Resource
  • المصدر: AlbumResource
  • Model: Album::class
  • حقول الإدخال المكتشفة: name, slug, created_from, created_until
  • أعمدة الجدول المكتشفة: name, slug, gallery_images_count, created_at, updated_at

الفيديوهات

  • النوع: Resource
  • المصدر: VideoResource
  • Model: Video::class
  • حقول الإدخال المكتشفة: title, album_id, youtube_id, description, is_active
  • أعمدة الجدول المكتشفة: youtube_thumbnail, title, album.name, youtube_id, is_active, created_at, updated_at
  • إجراءات مكتشفة: open_youtube, activate, deactivate

التواصل والنماذج

تشمل الرسائل الواردة والبريد الجماعي والقوالب والمشتركين والدعم والنماذج وإجاباتها.

الرسائل الواردة

  • النوع: Resource
  • المصدر: ContactMessageResource
  • Model: ContactMessage::class
  • حقول الإدخال المكتشفة: name, email, phone, country, subject, message, attachment_download, is_read, created_at_display, updated_at_display, created_from, created_until
  • أعمدة الجدول المكتشفة: is_read, name, email, phone, country, subject, message, attachment, created_at, updated_at
  • إجراءات مكتشفة: markAsRead, markAsUnread

إنشاء رسالة

  • النوع: Page
  • المصدر: ComposeEmail

الحملات البريدية

  • النوع: Resource
  • المصدر: EmailCampaignResource
  • Model: EmailCampaign::class
  • أعمدة الجدول المكتشفة: subject, status, recipient_count, queued_count, failed_count, creator.name, created_at
  • إجراءات مكتشفة: quota, compose

قوالب الرسائل

  • النوع: Resource
  • المصدر: EmailTemplateResource
  • Model: EmailTemplate::class
  • حقول الإدخال المكتشفة: name, subject, body, name_variable, email_variable
  • أعمدة الجدول المكتشفة: name, subject, created_at, updated_at
  • إجراءات مكتشفة: send_to_all

المشتركون

  • النوع: Resource
  • المصدر: SubscriberResource
  • Model: Subscriber::class
  • حقول الإدخال المكتشفة: name, email, is_active
  • أعمدة الجدول المكتشفة: name, email, is_active, created_at, updated_at
  • إجراءات مكتشفة: activate, deactivate

الدعم الفني

  • النوع: Resource
  • المصدر: SupportTicketResource
  • Model: SupportTicket::class
  • حقول الإدخال المكتشفة: ticket_number, subject, category, priority, status, description
  • أعمدة الجدول المكتشفة: ticket_number, subject, category, priority, status, last_replied_at, created_at

منشئ النماذج

  • النوع: Resource
  • المصدر: DynamicFormResource
  • Model: DynamicForm::class
  • حقول الإدخال المكتشفة: name, slug, description, schema, settings, is_public, is_active
  • أعمدة الجدول المكتشفة: name, slug, is_public, is_active

إجابات النماذج

  • النوع: Resource
  • المصدر: DynamicFormSubmissionResource
  • Model: DynamicFormSubmission::class
  • حقول الإدخال المكتشفة: payload, status, ip_address, submitted_at
  • أعمدة الجدول المكتشفة: id, status, ip_address, submitted_at

واجهة الموقع

هذه الوحدة تدير واجهة الجمعية العامة من الهوية والإعدادات إلى الصفحات والمحتوى والوسائط ومواد الثقة.

نظرة عامة

  • النوع: Page
  • المصدر: WebsiteInterfaceOverview

إعدادات الموقع

  • النوع: Resource
  • المصدر: OrganizationWebsiteResource
  • Model: OrganizationWebsite::class
  • حقول الإدخال المكتشفة: theme_settings.primary_color, theme_settings.secondary_color, theme_settings.accent_color, theme_settings.surface_color, theme_settings.text_color, theme_settings.muted_color, theme_settings.border_radius, theme_settings.section_spacing, theme_settings.default_font, theme_settings.container_width, theme_settings.card_shadow, header_settings.show_top_bar, header_settings.top_bar_text, header_settings.top_bar_background, header_settings.tagline, header_settings.logo_height, header_settings.sticky_header, header_settings.show_language_switcher, header_settings.show_search, header_settings.show_login_button, header_settings.login_button_label, header_settings.login_button_url, header_settings.show_donate_button, header_settings.donate_button_label, header_settings.donate_button_url, tracking_settings.hero_settings.autoplay, tracking_settings.hero_settings.interval, tracking_settings.hero_settings.pause_on_hover, tracking_settings.hero_settings.show_arrows, tracking_settings.hero_settings.show_dots, tracking_settings.hero_settings.height, tracking_settings.hero_settings.mobile_height, slides_help, tracking_settings.sections_settings.video_badge, tracking_settings.sections_settings.video_title, tracking_settings.sections_settings.video_description, tracking_settings.sections_settings.video_url, tracking_settings.sections_settings.video_cover, tracking_settings.sections_settings.about_badge, tracking_settings.sections_settings.about_title
  • أعمدة الجدول المكتشفة: status, primary_domain, template.name, last_build_at
  • إجراءات مكتشفة: preview, defaults, publish, rebuild

الهيدر والتواصل

  • النوع: Page
  • المصدر: ManageHeaderTools

سلايدر الهيرو

  • النوع: Resource
  • المصدر: SliderResource
  • Model: Slider::class
  • حقول الإدخال المكتشفة: badge_text, badge_icon, title, highlight_text, highlight_color, description, primary_btn_text, primary_btn_link, secondary_btn_text, secondary_btn_link, bg_image, mobile_image, overlay_color, overlay_opacity, content_position, show_stats, stat_one_value, stat_one_label, stat_two_value, stat_two_label, stat_three_value, stat_three_label, min_height, autoplay_seconds, sort_order, is_active
  • أعمدة الجدول المكتشفة: bg_image, title, badge_text, sort_order

قسم من نحن

  • النوع: Page
  • المصدر: ManageAboutSection

إدارة الخدمات

  • النوع: Page
  • المصدر: ManageServices

الصفحات

  • النوع: Resource
  • المصدر: PageResource
  • Model: Page::class
  • حقول الإدخال المكتشفة: title, slug, is_published, content
  • أعمدة الجدول المكتشفة: id, title, slug, is_published, created_at, updated_at
  • إجراءات مكتشفة: toggle_publish

منشئ الصفحات

  • النوع: Resource
  • المصدر: PageSectionResource
  • حقول الإدخال المكتشفة: page_id, section_type, name, locale, is_visible, sort_order, content, settings
  • أعمدة الجدول المكتشفة: page.title, name, section_type, locale, is_visible, sort_order

القوائم

  • النوع: Resource
  • المصدر: MenuResource
  • Model: Menu::class
  • حقول الإدخال المكتشفة: name, location, locale, is_active, items, label, type, page_id, url, target, icon, is_visible, sort_order
  • أعمدة الجدول المكتشفة: name, location, locale, items_count, is_active
  • علاقات/مكونات مرتبطة مكتشفة: items

مكتبة الوسائط

  • النوع: Resource
  • المصدر: MediaAssetResource
  • Model: MediaAsset::class
  • حقول الإدخال المكتشفة: title, file_path, file_type, alt_text, description, is_active
  • أعمدة الجدول المكتشفة: title, file_type, updated_at

الأسئلة الشائعة

  • النوع: Resource
  • المصدر: FaqResource
  • Model: Faq::class
  • حقول الإدخال المكتشفة: question, answer, category, sort_order, is_active
  • أعمدة الجدول المكتشفة: question, category, sort_order, updated_at

آراء المستفيدين

  • النوع: Resource
  • المصدر: TestimonialResource
  • Model: Testimonial::class
  • حقول الإدخال المكتشفة: name, position, photo, content, rating, sort_order, is_active
  • أعمدة الجدول المكتشفة: name, rating, sort_order, updated_at

إحصائيات الموقع

  • النوع: Resource
  • المصدر: SiteStatisticResource
  • Model: SiteStatistic::class
  • حقول الإدخال المكتشفة: title, value, icon, suffix, sort_order, is_active
  • أعمدة الجدول المكتشفة: title, value, sort_order, updated_at

التقارير والرقابة

تجمع التحليلات والتقارير والسجلات الرقابية والتدقيق ومسارات الاعتماد.

مركز التحليلات

  • النوع: Page
  • المصدر: AnalyticsCenter

التقارير المالية

  • النوع: Page
  • المصدر: FinancialReports

التقارير المتقدمة

  • النوع: Page
  • المصدر: AdvancedFinancialReports

منشئ التقارير

  • النوع: Resource
  • المصدر: ReportDefinitionResource
  • Model: ReportDefinition::class
  • حقول الإدخال المكتشفة: name, source, description, columns, format, chart_type, row_limit, is_shared, filters, field, operator, value
  • أعمدة الجدول المكتشفة: name, source, format, row_limit, is_shared, updated_at
  • إجراءات مكتشفة: excel
  • علاقات/مكونات مرتبطة مكتشفة: filters

تخصيص اللوحة

  • النوع: Resource
  • المصدر: DashboardLayoutResource
  • Model: DashboardLayout::class
  • حقول الإدخال المكتشفة: name, user_id, panel, is_default, description, widgets, type, order, visible
  • أعمدة الجدول المكتشفة: name, user.name, widgets, is_default, updated_at
  • علاقات/مكونات مرتبطة مكتشفة: widgets

سجل النشاط

  • النوع: Resource
  • المصدر: ActivityLogResource
  • Model: ActivityLog::class
  • أعمدة الجدول المكتشفة: event, description, user.name, ip_address, created_at

مركز التدقيق

  • النوع: Resource
  • المصدر: AuditEventResource
  • Model: AuditEvent::class
  • حقول الإدخال المكتشفة: category, severity, event, message, ip_address, context, resolved_at
  • أعمدة الجدول المكتشفة: severity, event, message, created_at

التدقيق المالي

  • النوع: Resource
  • المصدر: AccountingAuditLogResource
  • Model: AccountingAuditLog::class
  • أعمدة الجدول المكتشفة: created_at, user.name, event, auditable_type, auditable_id, ip_address

سجل الأنشطة

  • النوع: Resource
  • المصدر: EnterpriseActivityResource
  • Model: EnterpriseActivity::class
  • حقول الإدخال المكتشفة: event, level, user.name, ip_address, method, url, description, old_values, new_values, user_agent, from, until
  • أعمدة الجدول المكتشفة: event, description, user.name, subject_type, ip_address, method, created_at

تعريفات مسارات العمل

  • النوع: Resource
  • المصدر: WorkflowDefinitionResource
  • Model: WorkflowDefinition::class
  • حقول الإدخال المكتشفة: name, key, subject_type, version, is_active, description, steps, approver_type, approver_role, approver_user_id, sla_hours, requires_comment
  • أعمدة الجدول المكتشفة: name, key, subject_type_label, steps_count, version, is_active, instances_count, updated_at
  • إجراءات مكتشفة: duplicate
  • علاقات/مكونات مرتبطة مكتشفة: steps

طلبات الاعتماد

  • النوع: Resource
  • المصدر: WorkflowInstanceResource
  • Model: WorkflowInstance::class
  • حقول الإدخال المكتشفة: definition.name, current_step_label, status_label, currentAssignee.name, started_at, due_at, completed_at, context, comment
  • أعمدة الجدول المكتشفة: id, definition.name, current_step_label, status, currentAssignee.name, starter.name, due_at, created_at
  • إجراءات مكتشفة: approve, return, reject

إعدادات النظام

تشمل إعدادات النظام والنطاق والخطة واللغة والذكاء الاصطناعي وAPI والأتمتة وWebhooks.

إعدادات النظام العامة

  • النوع: Page
  • المصدر: ManageSystemSettings

النطاق

  • النوع: Page
  • المصدر: ManageDomainSettings

الخطة والاستخدام

  • النوع: Page
  • المصدر: SubscriptionOverview

إعدادات اللغة

  • النوع: Page
  • المصدر: LanguageSettings

إعدادات الإدارة

  • النوع: Resource
  • المصدر: AdminResource

ربط Stripe

  • النوع: Resource
  • المصدر: OrganizationStripeAccountResource
  • Model: OrganizationStripeAccount::class
  • حقول الإدخال المكتشفة: stripe_account_id, onboarding_status, verification_status, payment_status, charges_enabled, payouts_enabled, requirements_currently_due, requirements_pending_verification, last_error
  • أعمدة الجدول المكتشفة: stripe_account_id, onboarding_status, verification_status, payment_status, charges_enabled, payouts_enabled, last_stripe_sync_at
  • إجراءات مكتشفة: onboarding, sync

استوديو الذكاء الاصطناعي

  • النوع: Page
  • المصدر: AiStudio

قوالب الذكاء الاصطناعي

  • النوع: Resource
  • المصدر: AiPromptResource
  • Model: AiPrompt::class
  • حقول الإدخال المكتشفة: name, key, category, description, is_active, system_prompt, template, provider, model, temperature, max_output_tokens
  • أعمدة الجدول المكتشفة: name, category, model, usage_count, is_active, last_used_at
  • إجراءات مكتشفة: use

سجل الاستخدام الذكي

  • النوع: Resource
  • المصدر: AiUsageResource
  • Model: AiUsage::class
  • أعمدة الجدول المكتشفة: prompt.name, user.name, model, status, input_tokens, output_tokens, duration_ms, created_at

عملاء API

  • النوع: Resource
  • المصدر: ApiClientResource
  • Model: ApiClient::class
  • حقول الإدخال المكتشفة: name, rate_limit, description, abilities, expires_at, is_active
  • أعمدة الجدول المكتشفة: name, is_active, rate_limit, requests_count, last_used_at, last_ip, expires_at
  • إجراءات مكتشفة: regenerate, toggle

سجل طلبات API

  • النوع: Resource
  • المصدر: ApiRequestLogResource
  • Model: ApiRequestLog::class
  • أعمدة الجدول المكتشفة: client.name, method, path, status_code, duration_ms, ip_address, requested_at

قواعد الأتمتة

  • النوع: Resource
  • المصدر: AutomationRuleResource
  • Model: AutomationRule::class
  • حقول الإدخال المكتشفة: name, event, execution_mode, stop_on_failure, is_active, conditions, field, operator, value, actions, type, title, body, channel, user_id, workflow_key, due_hours
  • أعمدة الجدول المكتشفة: name, event, execution_mode, runs_count, is_active, last_run_at
  • إجراءات مكتشفة: test
  • علاقات/مكونات مرتبطة مكتشفة: conditions, actions

سجل الأتمتة

  • النوع: Resource
  • المصدر: AutomationRunResource
  • Model: AutomationRun::class
  • حقول الإدخال المكتشفة: rule.name, event, status, duration_ms, payload, result, error_message
  • أعمدة الجدول المكتشفة: id, rule.name, event, status, duration_ms, started_at, finished_at
  • إجراءات مكتشفة: retry

نقاط Webhook

  • النوع: Resource
  • المصدر: WebhookEndpointResource
  • Model: WebhookEndpoint::class
  • حقول الإدخال المكتشفة: name, url, description, secret, is_active, events, headers, timeout, max_attempts
  • أعمدة الجدول المكتشفة: name, url, is_active, success_count, failure_count, last_triggered_at
  • إجراءات مكتشفة: test

سجل Webhooks

  • النوع: Resource
  • المصدر: WebhookDeliveryResource
  • Model: WebhookDelivery::class
  • أعمدة الجدول المكتشفة: request_id, endpoint.name, event, status, response_code, attempts, duration_ms, created_at
  • إجراءات مكتشفة: retry

التوثيق البصري الإجرائي

دورة التبرع

Donation

إدارة واجهة الجمعية

Website

ملاحظات استخدام مهمة

  • القوائم في Admin ديناميكية؛ بعض العناصر تظهر أو تختفي بحسب صلاحيات المستخدم والميزات المفعلة وحالة خدمة المؤسسة.
  • أي شرح تفصيلي لحقل أو إجراء يجب اعتباره مرتبطًا بالنسخة البرمجية المفحوصة؛ عند تحديث النظام يجب إعادة توليد الكتالوج ومراجعة المقالات المتأثرة.
  • هذا الدليل لا يفترض وجود ميزة غير مثبتة في المصدر؛ عند غياب تعريف واضح تكون المعلومة موسومة في الكتالوج بدل اختلاق سلوك.
لديك مشروع أو تحتاج استضافة؟ابدأ الآن ↗