ADempiere
ADempiere.netCommunity ChatWiki
develop
develop
  • ADempiere Documentation
  • About this Documentation
    • Copyright
    • Conventions Used
    • Contributors
    • Version Control
    • Getting Involved in the ADempiere Project
    • GNU Free Documentation License
  • Glossary
  • User Guide
    • Getting Started
      • About the Application
      • Launching the Application
      • Logging In
      • Finding Your Way Around the Java Client
        • The Application Menu
        • The Performance Dashboard
        • The Menu (Home) Tab
      • Finding Your Way Around the Web App
        • The Dashboard
      • Opening and Using Windows
        • The Tool Bar
        • Shortcut Keys
      • Entering Data - Fields and Buttons
        • Account Field
        • Assignment Field
        • Binary Data Field
        • Button Field
        • Color Field
        • Date Field
        • Date + Time Field
        • Untitled
        • Number Field
      • Dialogs and Forms
        • Account Dialog
        • Change Log or Record Info
        • Calculator Tool
        • Calendar Tool
        • Payment Dialog
      • Key Concepts
      • Workflow Activities
      • Workflow
      • Windows and Tabs
      • Reports and Processes
    • Garden World Demonstration Client
    • Untitled
    • System Administration
      • General Rules
        • System Rules
        • Security
          • Defining Users and Contacts
          • Roles and Managing Data Access
            • Dashboard Access
            • Role Access Update
        • Server
          • EMail Configuration
      • Managing the Client
        • Configuring the Client Password Reset
      • Managing Organizations
        • Document Status Indicators
      • Data
        • Data Import
    • Partner Relations
    • Revenue Recognition
    • Open Items
      • Dunning
    • Products & Material Management
      • Product Setup
        • Warehouse & Locators
        • Units of Measure
        • Asset Groups
        • Product Categories
        • Product Classifications, Classes and Groups
        • Product Attributes, Sets and Instances
          • Example - Using Product Attributes
        • Defining the Product
          • Product Types
          • Basic Product Setup
          • Product Bill of Materials
            • BOM Components
      • BOM Drop
    • Accounting & Performance Analysis
      • An Overview of Accounting in ADempiere
      • Accounting Setup
      • Calendar, Year and Periods
      • Tax Setup
      • Performance Measurement Setup
    • Assets and Asset Management
    • Manufacturing
      • Engineering Change Management
      • Product Configuration
      • Forecasting
    • Warehouse Management System
  • System Administration
    • Installation
      • System Requirements
      • Install ADempiere easily with Docker
      • Installing ADempiere Manually
        • Database Server Installation & Setup
        • Application Server Installation and Setup
        • Initialize the Database
        • Launch the Application Server
      • Securing Your ADempiere Installation
    • Upgrading and Migration
    • Database Maintenance
      • Database Backup and Restore
    • The Application Dictionary
      • Synchronize Changes with the Database
  • Developer Guide
    • Becoming a Developer
    • Software Development Procedure
    • ADempiere Version Control
    • ADempiere Best Practices
    • Development Environments
      • Creating WebUI Workspace using Eclipse Webtool
      • Customization Environment
Powered by GitBook
On this page
  1. User Guide
  2. Getting Started

Finding Your Way Around the Java Client

This page describes the structure of the Java Client and how to find information.

PreviousLogging InNextThe Application Menu

Last updated 6 years ago

Once you log in, you will be presented with a window that may have three or four tabs as shown below. If performance measures are defined, the Performance tab will be visible and shown. Otherwise, the first tab displayed will be the Menu.

Some things to note as you look at the window for the first time:

  • The title bar at the top show who is logged in and what they are logged in to. This is important where there are several possible databases. For example a sandbox database you can "play" in and the production database where things are serious. A quick look at the title bar will prevent you from spending hours working on data in the wrong database. The format of the information is

    • User name ( Role) @ the client . the organization | The app server {The database server, the database name, the database user}

  • Below the title bar is the .

  • The status bar at the bottom of the window provides hints on what to do and the results of what you did.

  • Above the status bar are two buttons: Notice; and Requests. Notices are internal messages from the system advising the user that something needs their attention. Requests are typically from a customer and are a request for some sort of action or service. The number beside each shows the number of active items.

  • To the right of the buttons is a status indicator showing the amount of memory currently in use and the percentage of what is available.

  • Above the graphs is a white space which can be used to post company notices and other information relevant to the users of the application.

The other three tabs besides the Performance tab are:

  • Menu - the main menu of the system

  • Workflow Activities - where administrators can mange the workflows and track their completion. The number shows the number of workflows that are active; and

  • Workflow - where a particular workflow can be visualized.

These tabs will be discussed in detail in the following pages.

Application Menu
The initial window showing the performance measures.