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
      • Human Resources
      • Point of Sale
      • Real Estate
      • Mobile Applications

        • تطبيق الهواتف المحمولة
        • Mobile QR Integrator Guide
        • أسئلة شائعة حول تطبيقات الهواتف المحمولة في نظام Nama ERP
        • .
      • 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
      • .

تطبيق الهواتف المحمولة

شاشة الاستعلام عن صنف

تتيح هذه الشاشة مسح الباركود أو QR Code أو إدخال الكود يدوياً لاسترجاع بيانات الصنف وعرضها باستخدام قوالب Tempo.

البيانات المتاحة:

  • barcode - الكود الممسوح أو المدخل يدوياً
  • invItemCode - تفاصيل اللون والمقاس والوحدة (التفاصيل)
  • item - بيانات الصنف (التفاصيل)
  • dimensions - محددات الدخول الحالية

مثال بسيط:

Name1: {item.name1} {enter}
Name2: {item.name2} {enter}
Color: {invItemCode.color}{enter}
Size: {invItemCode.size}{enter}
Price: {itemprice(itemIdOrCode=item,colorCode=invItemCode.color,sizeCode=invItemCode.size,legalEntityCodeOrId="01",fieldToDisplay=unitPrice)}{enter}
Price Including Tax: {itemprice(itemIdOrCode=item,colorCode=invItemCode.color,sizeCode=invItemCode.size,legalEntityCodeOrId="01",fieldToDisplay=netValue)}{enter}

يمكنك معرفة المزيد عند دالة الأسعار itemprice من دليل استعمل tempo Sales Price Tempo Function يمكنك أيضاً كتابة استعلامات SQL مخصصة لجلب بيانات إضافية وعرضها في القالب.

مثال استعلام لحساب الكميات بكل مخزن:

select w.code, w.name1, net qty from ItemDimensionsQty Q
left join Warehouse w on w.id = q.warehouse_id
where item_id = {item.id}
Edit On github
Last Updated:: 6/4/26, 9:58 PM
Next
Mobile QR Integrator Guide