Difference between revisions of "Others Application"

From InfiniteERP Wiki
Jump to: navigation, search
(Infinte ERP Apps)
(Infinte ERP Apps)
Line 34: Line 34:
 
</p>
 
</p>
 
#Login user erpadmin
 
#Login user erpadmin
<p> After Login change Organization used to desired Organization</p>
+
#After Login change Organization used to desired Organization
 
#Go To Menu Administrator
 
#Go To Menu Administrator
 
#Define Organization
 
#Define Organization

Revision as of 18:08, 20 October 2022

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

  1. apps for development https://dev-sg1.infinite-erp.co.id/
  2. app for production https://app-sg1.infinite-erp.co.id/

Setup

  1. Login user erpadmin
  2. After Login change Organization used to desired Organization
  3. Go To Menu Administrator
  4. Define Organization

Organization is refer to ERP Organization

  1. Define Role & User

  1. Role is not Linked to ERP, only User is linked to ERP
  2. Please ensure Role at ERP on the user have been granted

5. Define Access related to User

6. Done

User Guide

Video setup tutorial link

https://drive.google.com/file/d/163ryLybqeb0VY_JSv0lmY9mzeHBRi6DI/view?usp=sharing

Start and Stop 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