Nama ERP DocsNama ERP Docs
Home
Guides
Examples
GitHub
Home
Guides
Examples
GitHub
  • Home

    • Guides

      • بعض المعلومات عن استعمال هذا الموقع
      • Utility Links
      • System Minimum Requirements
      • Reports Guide (Jasper Reports)
      • Keyboard Shortcuts
      • Layout Names:
      • Field Values Calculator
      • Importing Data from Excel or Queries
      • Tempo Language Manual
      • Sending Invoices and Documents to Customers
      • SMS and WhatsApp Configuration in Nama ERP
      • Field Filter with Criteria
      • تعديل الترجمات في نظام نما
      • Criteria Based Validation
      • Attendance Machine Formula Guide
      • Email By Parameterized Reports In Task Scheduler
      • Nama Properties
      • Customer Reward Points (Loyalty Points)
      • دليل استعمال النقاط الفنية في نقاط البيع
      • ORACLE JDBC Integration Connection in context.xml for integration purposes
    • Examples

      • أمثلة لمسارات كيان
    • Reprocessing Transactions

      • Reprocessing Quantity, Cost, and Stock Ages
      • Accounting Utilities - Ledger and Debt Ages Reprocessing
      • Queries to Check for (and Fix) Cost And Qty Problems
      • Inventory Related Utility Queries
      • Manufacturing Utilities
      • Fixed Assets Module Utilities
      • Real Estate Utilities
      • Database Related Operations
      • General Purpose Utility Queries
      • Replication Utilities
    • Frequently Asked Questions

      • أسئلة عامة
      • أسئلة شائعة عن مسارات الكيان
      • أسئلة في موديول التوزيع والمخازن والمبيعات والمشتريات
      • أسئلة شائعة في موديول الرواتب والموارد البشرية
      • أسئلة شائعة عن تصميم التقارير
      • أسئلة شائعة حول أداة إنشاء التقارير
      • أسئلة شائعة عن الموافقات
      • أسئلة شائعة حول فلترة الحقول

Utility Links

Caution

This file contains potentially dangerous links. Please proceed with caution when using any of the listed utilities.

Tips

  • Enter the server URL of the customer you're working with
  • You can also customize the default parameter values using the input fields provided.
  • Use the Copy button to simplify running the utilities.

Recommit From File: (For admin)

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.RecommitFromFile-&gui=true

ReApply Real Estate Sales Contracts System Entries:

http://localhost:8080/erp/utils?util=com.namasoft.modules.realstate.domain.utils.RESysEntryMigratorUtility

ReApply Rent Contracts System Entries:

http://localhost:8080/erp/utils?util=com.namasoft.modules.realstate.domain.utils.UpdateREReservationEntryUtil

Re-Replicate From File: (For admin)

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.ReplicateFromFile-&gui=true

Delete From File:

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.DeleteFromFile-&gui=true

Regen Ledger from file - Accounting Effects:

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.RegenAccFromFile-&gui=true

Export To Another Server From File:

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.ExportToServerFromFileByWS-&gui=true

Export To Another Server from File Using Excel Sheets:

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.ExportToServerFromFileByExcel-&gui=true

Get Not Commited: (can be used with delete, it just compares two files)

http://localhost:8080/erp/utils?util=com.namasoft.erp.gui.server.CompareTwoFiles-&gui=true

ReCreate Employee State System Entries:

http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.MigrateEmpStateEntry

Employee Vacation System Entries:

  • Recreate All Employees Vacation Sys Entries

http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.VacationsSysEntryMigratorForAllEmps

  • To Process Only Working Employees:

http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.VacationsSysEntryMigratorForWorkingEmps

-- To Allow System To Resume After An Error:

http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.VacationsSysEntryMigratorForAllEmps-

Tips

This will put the processed employee ids in e:/rc/processed-employees.txt

  • To Allow The system to resume after an error and determine date to start from

    http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.VacationsSysEntryMigratorForAllEmps-

Tips

This will put the processed employee ids in e:/rc/processed-employees.txt, and the date with format yyyyMMdd

  • To Process Specific Employees by Code:

    http://localhost:8080/erp/utils?util=com.namasoft.modules.humanresource.domain.entities.utils.VacationsSysEntryMigratorForAllEmps-

Recreate Sub Item Status Entries:

http://localhost:8080/erp/utils?util=com.namasoft.modules.srvcenter.domain.utils.SubItemStatusSysEntryRecalculateUtil-

Regenerate Approvals Summary

http://localhost:8080/erp/utils?util=com.namasoft.infra.domainbase.common.approval.RecalcSummaryUtil

Remove Zombie Approvals:

http://localhost:8080/erp/utils?util=com.namasoft.infra.domainbase.common.approval.FixZombieApprovalUtil

Regenerate Inventory Transactions from File:

http://localhost:8080/erp/utils?util=com.namasoft.modules.supplychain.domain.utils.plugnplay.RegenInvTransReqFromFile-

Reprocess All Fixed Assets Documents:

  • Recreate all fixed assets entries

http://localhost:8080/erp/utils?util=com.namasoft.modules.fixedassets.domain.utils.SWSUpdatePropertyEntryUtil

  • Recreate all fixed assets entries and recalculate depreciation installment values

Caution

Take care, depreciation values WILL BE CHANGED

http://localhost:8080/erp/utils?util=com.namasoft.modules.fixedassets.domain.utils.SWSUpdatePropertyEntryAndRecalcDepreciationUtil

  • Recalculate and remove assets that exist in prevent depreciation documents

    http://localhost:8080/erp/utils?util=com.namasoft.modules.fixedassets.domain.utils.SWSUpdatePropertyEntryAndRecalcDepreciationAndRemovePreventedAssetsUtil

  • Reprocess Specific Fixed Assets Documents:

    http://localhost:8080/erp/utils?util=com.namasoft.modules.supplychain.domain.utils.plugnplay.RegenInvTransReqFromFile-

Edit On github
Last Updated:: 5/19/25, 12:53 PM
Prev
بعض المعلومات عن استعمال هذا الموقع
Next
System Minimum Requirements