Others Application

From InfiniteERP Wiki
Revision as of 13:50, 21 October 2022 by Wikiadmin (talk | contribs) (Infinte ERP Apps Address)
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

InfiniteERP Apps Address

Infinte ERP Apps Setup

  • Login user erpadmin
    • After Login change Organization used to desired Organization
  • Go To Menu Administrator
    • Admnistartor.jpg
  • 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

500px

  • 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 hostxx.infinite-erp.co.id at PuTTy configuration.
PuTTy configuration.jpg
Following command is to enter the root

''sudo su''


Following command is to know the list application on pm2 in tablet

pm2 list

Start & Stop

To Stop

pm2 stop <name> 


To Start

pm2 start <name>


Additional command if any error on the status you can check the log

pm2 logs <name>

Delete & Add Apps

To Delete

pm2 delete <name>


To Add
Following are several sequence command to type

cd appl←
ls←
cd infinteerp-v2←
ls←
cd dev←
ls←
cd infiniteapps←
ls←
nano pm2-apps-prod.json←
pm2 start pm2-apps-prod.json←


Additional command to check database configuration

nano .env