Others Application

From InfiniteERP Wiki
Revision as of 10:11, 21 October 2022 by Wikiadmin (talk | contribs) (Daftar aplikasi pendukung)
Jump to: navigation, search
Warning.png   This document is still a work in progress. It may contain inaccuracies or errors.

Introduction

InfiniteERP memiliki beberapa aplikasi lain yang mendukung fungsi operasional bisnis, dapat berupa dekstop application ataupun module tambahan berupa aplikasi berbasis web. Tidak menutup kemungkinan, aplikasi ini didesain secara specific untuk client perusahaan tertentu karena kebutuhan khusus.

Daftar aplikasi pendukung

Daftar semua aplikasi yang dibuat untuk mensupport InfiniteERP:

Attendance Synchronization

Aplikasi ini berfungsi untuk menarik data absen karyawan dari mesin absen kemudian di upload ke window Attendance Entry.

Terdapat 2 jenis aplikasi untuk memenuhi kebutuhan pelanggan agar proses otomasi penarikan data absensi karyawan dari mesin dapat dilakukan dengan baik.

  1. Aplikasi Desktop yang diinstall didalam jaringan komputer pada perusahaan klien.
  2. Aplikasi server

Production and Shipping apps

Infinte ERP Apps

Infinte ERP Apps Content

  1. POS
  2. Shipment
  3. Inventory

Address

Setup

  • Login user erpadmin
    • After Login change Organization used to desired Organization
  • Go To Menu Administrator
  • Define Organization
    • Organization is refer to ERP Organization
  • Define Role & User
  • Role is not Linked to ERP, only User is linked to ERP
  • Please ensure Role at ERP on the user have been granted
  • Define Access related to User
  • Done


User Guide

Manage Infinite Apps ERP at pm2

Introduction

To manage application at pm2 we using software Putty. Once login, please select sg1.infinite-erp.co.id PuTTy configuration. Then type sudo su to enter the root. the type pm2 list to know the list application on pm2 in table with field id, name, status, cpu, memory.

Start & Stop

To Stop type pm2 stop <name>

To Start type pm2 start <name>

Additional command

if any error on the status you can check the log, type pm2 logs <name>

Delete & Add Apps

To Delete type pm2 delete <name>

To Add Apps is several steps to do

  1. type cd appl
  2. type ls
  3. type cd infinteerp-v2
  4. type ls
  5. type cd dev
  6. type ls
  7. type cd infiniteapps
  8. type ls
  9. type nano pm2-apps-prod.json
  10. type pm2 start pm2-apps-prod.json
  11. additional command nano .env (to check database configuration)
  12. end