Nama ERP DocsNama ERP Docs
Home
Namasoft.com
Data Model
GitHub
Home
Namasoft.com
Data Model
GitHub
  • Home

    • Search
    • Getting Started
    • Platform Features

      • Screen Modifier
      • List Views
      • Approvals
      • الصلاحيات والأمان
      • Entity Flows
      • Reports
      • Business Intelligence
      • Notifications
      • .
    • Modules

      • الفواتير والضرائب والخصومات
      • Supply Chain
      • Manufacturing

        • Manufacturing Module Overview
        • Production Orders: Planning What to Make
        • Production Execution: Recording What Actually Happens
        • Production Costing: Following the Money
        • Material Requirements Planning (MRP) - User Guide
        • Carton Manufacturing: Smart Material Planning for Corrugated Products
        • Carton Specifications: Defining Your Products
        • Carton Orders: From Customer Request to Production Plan
        • Carton Material Planning: The Optimization Engine
        • Carton Material Issues: From Warehouse to Shop Floor
        • أسئلة شائعة حول موديول التصنيع في نظام Nama ERP
        • .
      • Human Resources
      • Point of Sale
      • Real Estate
      • Mobile Applications
      • e-commerce Integration
      • .
    • External Integrations
    • System Administration

      • Troubleshooting
      • Reprocessing Transactions
      • .
    • Developer Reference
    • AI Generated Entity Flows Documentation

      • Core
      • Accounting Module
      • AI Module
      • Contracting Module
      • CRM Module
      • EGTax Reader Module
      • Freight Management System Module
      • Hospital Management System Module
      • HR Module
      • e-commerce Integration Module
      • Manufacturing Module
      • POS Module
      • Real Estate Module
      • Service Center Module
      • Supply Chain Module
      • .
    • Release Notes

      • 2016
      • 2017
      • 2018
      • 2019
      • 2020
      • 2021
      • 2022
      • 2023
      • 2024
      • 2025
      • 2026
      • .
    • Video Tutorials

      • Supply Chain Videos
      • Report Wizard Videos
      • Human Resources Videos
      • .

أسئلة شائعة حول موديول التصنيع في نظام Nama ERP

أريد عند حفظ أمر الإنتاج أن تتغير حالته مباشرة إلى "قيد التنفيذ" بحيث أتمكن من تنفيذ أمر الإنتاج بعد الحفظ مباشرة

يمكنك تحقيق ذلك من خلال مسار كيان (Entity Flow) يُنفذ أثناء عملية حفظ أمر الإنتاج.

الإجراء المستخدم

ما قبل تحديث الحقول المحسوبة (PreUpdateCalculatedFields)

العنصر الجاهز

EAStartOrderIfNotStarted هذا العنصر يقوم بفحص حالة أمر الإنتاج، وإذا لم تكن الحالة قد بدأت، فإنه يغيرها إلى "قيد التنفيذ".

طريقة التفعيل

قم بإضافة مسار كيان من النوع ProductionOrder، وضع به العنصر المذكور على الإجراء PreUpdateCalculatedFields.

JSON للاستيراد المباشر
{
  "targetType": "ProductionOrder",
  "details": [
    {
      "className": "com.namasoft.modules.manufacturing.domain.utils.plugnplay.EAStartOrderIfNotStarted",
      "targetAction": "PreUpdateCalculatedFields"
    }
  ]
}
Edit On github
Last Updated:: 6/4/26, 9:58 PM
Prev
Carton Material Issues: From Warehouse to Shop Floor
Next
.