Skip to content

gperinic/eam-light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

EAM Light

EAM Light is a responsive web application providing the core functionality of Infor EAM. It is functional on all platforms, including smartphones and tablets, and allows users with no or limited training experience to perform common Infor EAM tasks:

  • Searching, viewing, creating, updating and deleting Work Orders, Equipment and Parts
  • All screens composed of user selectable areas representing EAM blocks or tabs
  • Work Order screen with
    • Details, Scheduling, Closing Codes, Parts Child Work Orders, Comments, Activities, Book Labour, Checklist, Custom Fields, Equipment Custom fields, Meter Readings and Equipment
  • Equipment screens with
    • Details, Part Association, Hierarchy, Events (split into Work Order History and Equipment History), Associated Parts, Comments, User Defined Fields, Custom Fields and Part Custom fields (not in EAM)
  • Part screen with
    • User Defined Fields, Stock, Where Used, Assets (not in EAM), Comments and Custom Fields
  • Additional functionalities comprise a global search, WO inboxes for the user and the user's department, a mail-a-link feature, a Meter Reading screen, an Install Equipment screen

Quick Start

To run EAM Light using Docker, we have available a Docker image that exposes both the backend and frontend modules of the application.

The docker container may be started by providing a single argument: the Infor Web Server URL (EAMLIGHT_INFOR_WS_URL), which will look similar in your organization to the following: https://inforappserver/axis/services/EWSConnector.

docker run -p 8080:8080 -p 9090:9090 --env EAMLIGHT_INFOR_WS_URL=<Infor WS URL> cerneam/eam-light

In addition, a new Grid must be created (Administration / Screen Configuration / Grid Designer) exactly as illustrated below, with the exception of the Grid ID.

Alt text

Once the docker container is started, browsing to http://localhost:8080/eamlight will open the standard login screen of EAM Light.

The docker container exposes the following ports:

Port Description
8080 EAM Light Backend
9090 JBoss Management Port

The EAM Light REST backend is available at the endpoint http://localhost:9090/rest.

You may also configure the backend or the frontend further.

Repositories

Name Description
EAM Light Frontend Frontend module of the EAM Light application
EAM Light Backend Backend module of the EAM Light application
EAM WSHub Core Core library to provide a clean Java interface to Infor EAM
EAM Components Library with a set of reusable components for EAM frontend application development
EAM WSHub Proxy Client Low-level JAX-WS Proxy Client to consume Infor EAM Web Services
EAM WSHub Different application that exposes Infor EAM Web Services as SOAP/REST endpoints

License

This software is published under the GNU General Public License v3.0 or later.

Screen shots

Some examples of the EAM Light screens.

  1. Start screen with global search and My Open Work Orders inbox.

EAM-Light_start_screen_global_search_my_WOs_inbox

  1. Work order list view

image

  1. Work order screen - Checklist panel zoomed to full screen

EAM-Light_checklist_full_screen

  1. Position list view - using multiple filters

image

  1. Asset screen - panels General, Details and Part Custom Fields

EAM-Light_asset_screen_general_details_CFs

  1. Asset screen - panels Hierarchy and Work Orders

EAM-Light_asset_screen_hierarchy_WOs

  1. Screen to attach equipment to a parent

EAM-Light_install_equipment

  1. Screen for meter readings

EAM-Light_meter_reading

  1. Part screen

EAM-Light_part_screen_part_stock

  1. Part screen - Part Stock zoomed to full screen

EAM-Light_part_screen_part_stock_full_screen

About

EAM Light

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors