Navigating the User Interface

Level: Beginner Module: General Foundation 17 min read Lesson 4 of 47

Overview

  • What you’ll learn:
    • How to log in to iDempiere and understand the Client, Organization, Role, and Warehouse context selection
    • How to navigate the menu tree, understand window and tab structures, and use toolbar buttons for common operations
    • How to work with different field types, switch between grid and record views, use keyboard shortcuts, and customize your user preferences
  • Prerequisites: Lesson 3 — Installing iDempiere (you need a running iDempiere instance)
  • Estimated reading time: 20 minutes

Introduction

An ERP system is only as useful as your ability to navigate and operate it efficiently. iDempiere packs enormous functionality into its interface — hundreds of windows, thousands of fields, and dozens of processes — all accessible through a web browser. The interface may feel overwhelming at first, but it follows consistent patterns and conventions. Once you learn these patterns, you can navigate any window in the system with confidence.

This lesson is a guided tour of the iDempiere user interface. We will start at the login screen and systematically work through every major UI element you will encounter in daily use. Follow along with your own iDempiere installation (set up in Lesson 3) to get hands-on practice as you read.

The Login Screen

Open your browser and navigate to http://localhost:8080/webui/ (adjust the hostname and port if your installation differs). The login screen is the first thing you see, and it involves two stages.

Stage 1: Authentication

Enter your username and password. For the Garden World demo environment:

  • User: GardenAdmin
  • Password: GardenAdmin

You can also select your preferred language from the dropdown if localizations are installed. The language setting controls the UI labels, date formats, and number formats.

Stage 2: Context Selection

After authentication, iDempiere presents a critical dialog that sets your working context for the session. Understanding these four fields is essential:

Client

A Client (also called a Tenant) represents a completely independent business entity within the iDempiere installation. Each client has its own chart of accounts, business partners, products, and transactions. Data from one client is completely invisible to users of another client. In the demo system, select Garden World. The “System” client is reserved for global administration tasks and should not be used for business operations.

Organization

An Organization represents a subdivision within the client — such as a branch, division, department, or legal entity. The asterisk (*) organization means “all organizations” and gives you access to data across the entire client. For learning purposes, select * or HQ. In a real deployment, users are typically restricted to their specific organization.

Role

A Role defines what the user can see and do. Roles control access to windows, processes, reports, and even individual fields. They also determine data-level access — which organizations, document types, and record ranges the user can interact with. Select GardenWorld Admin for full access to all features in the demo environment.

Warehouse

The Warehouse sets the default inventory location context for transactions. When you create a shipment or material receipt, this warehouse will be pre-selected. Select HQ Warehouse. This default can be overridden on individual transactions.

Click OK to enter the system. You can change these context values at any time during your session by clicking the context indicator in the top-right area of the screen.

The Main Dashboard and Menu Tree

After login, you will see the iDempiere home screen, which consists of several areas:

The Menu Tree (Left Panel)

The left side of the screen displays the menu tree — a hierarchical navigation structure organized by functional area. The top-level folders include:

  • Material Management: Purchase orders, material receipts, inventory movements, shipments
  • Partner Relations: Business partner management, customer and vendor records
  • Quote-to-Invoice: Sales quotations, sales orders, invoicing
  • Requisition-to-Invoice: Purchase requisitions, purchase orders, vendor invoices
  • Open Items: Payment management, bank statements, allocation
  • Performance Analysis: Financial reports, accounting, cost management
  • System Admin: System configuration, security, dictionary maintenance (visible based on role permissions)

Each folder can be expanded to reveal sub-folders and individual menu items. Menu items are marked with icons indicating their type:

  • Window icon (rectangle): Opens a data entry/view window
  • Report icon (document): Runs a report
  • Process icon (gear): Executes a batch process or wizard
  • Workflow icon (flow diagram): Opens a workflow viewer

Click any menu item to open it. The system supports opening multiple windows simultaneously — each one appears as a tab at the top of the content area, similar to browser tabs.

The Dashboard (Center Panel)

The center of the home screen shows the dashboard, which can display configurable widgets called Dashboard Gadgets. Common dashboard widgets include:

  • Favorites (quick links to your most-used windows)
  • Recent documents you have accessed
  • Performance indicators and charts
  • Activities requiring your attention (workflow approvals, notices)
  • Calendar views

You can customize the dashboard layout through the Preferences menu. Administrators can configure default dashboard layouts for different roles.

The Global Search

At the top of the screen, you will find a search bar. This is a powerful feature that allows you to quickly find and open any menu item, window, or record by typing a few characters of its name. For example, typing “sales order” will immediately filter the menu to show matching items. This is often faster than navigating the menu tree and is the preferred navigation method for experienced users.

Window Structure: Header Tabs and Detail Tabs

When you open a window from the menu (for example, the Sales Order window), you will see iDempiere’s core data entry and viewing interface. Understanding the window structure is fundamental to working with the system.

The Tab Hierarchy

Every iDempiere window is organized as a hierarchy of tabs. The first (topmost) tab is the header tab, which represents the main record. Subsequent tabs are detail tabs that contain related child records.

For example, the Sales Order window has this tab structure:

  • Order (header tab): Contains the order header information — business partner, date, payment terms, document status
  • Order Line (detail tab): Contains the individual line items — products, quantities, prices
  • Order Tax (detail tab): Shows calculated tax amounts for the order

The relationship between header and detail tabs is parent-child: when you select a specific order in the header tab, the detail tabs show only the lines, taxes, and other data that belong to that particular order.

Tab indentation in the tab bar indicates the hierarchy level. The header tab has no indentation, first-level detail tabs are indented once, and sub-detail tabs (if present) are indented further. For example, in the Invoice window:

  • Invoice (level 0 — header)
  •     Invoice Line (level 1 — detail of Invoice)
  •         Invoice Line Tax (level 2 — detail of Invoice Line)

Single-Record View vs. Multi-Row Grid View

Each tab can be displayed in two modes:

  • Single-Record View (Form View): Shows one record at a time with all fields laid out as a form. This is the default view when you open a window or navigate to a specific record. It provides the best experience for viewing and editing individual records, as all fields are visible and accessible.
  • Multi-Row Grid View: Shows multiple records in a spreadsheet-like grid with rows and columns. This is useful for browsing a list of records, comparing data across records, or performing quick edits on multiple records.

Toggle between these views using the Toggle Grid/Form button in the toolbar (it looks like a grid icon) or by pressing Alt+G on your keyboard. In grid view, double-clicking a row switches to the single-record view for that specific record.

The Toolbar

The toolbar runs across the top of the window area and provides buttons for the most common operations. Learning the toolbar is essential for efficient data management.

Navigation Buttons

Button Keyboard Shortcut Function
First Record Alt+Home Navigate to the first record in the current tab
Previous Record Alt+Left Arrow Navigate to the previous record
Next Record Alt+Right Arrow Navigate to the next record
Last Record Alt+End Navigate to the last record in the current tab
Parent Tab Alt+Up Arrow Navigate to the parent (header) tab
Detail Tab Alt+Down Arrow Navigate to the first detail (child) tab

Data Manipulation Buttons

Button Keyboard Shortcut Function
New Record Alt+N Create a new blank record in the current tab, populating default values
Copy Record Alt+Shift+N Create a new record by copying the current record’s values
Save Alt+S Save the current record to the database
Delete Alt+D Delete the current record (if permitted by business rules)
Undo Alt+Z Undo unsaved changes and revert to the last saved state
Refresh Alt+R Reload the current record from the database

Query and Lookup Buttons

Button Keyboard Shortcut Function
Find/Query (magnifying glass) Alt+F Open the search/filter dialog or switch to query mode. In query mode, you enter criteria into the fields and press Enter or the green checkmark to find matching records
Grid Toggle Alt+G Switch between single-record view and multi-row grid view

Action Buttons

Button Function
Report (printer icon) Generate a printable report of the current record (e.g., print a sales order, invoice, or delivery note)
Zoom Across (arrow icon) Navigate to related records in other windows (e.g., from an order, zoom to the related invoices or shipments)
Attachment (paperclip) Attach files (PDFs, images, documents) to the current record
Chat (speech bubble) View or add discussion notes to the current record, visible to other users
Archive View or manage archived document snapshots
Active Workflows View active workflow instances for the current record

Process and Document Action

For transactional documents (orders, invoices, payments, shipments), you will see a Document Action button (sometimes labeled with the current document status). This button opens a dialog where you select the next action in the document lifecycle — for example, changing a Draft order to Completed, or Voiding an invoice. Common document actions include: Prepare, Complete, Close, Void, and Reverse.

Field Types and How to Work with Them

iDempiere uses several distinct field types throughout the interface. Understanding each type helps you enter data correctly and efficiently.

String Fields

Standard text input fields for entering free-form text such as names, descriptions, and addresses. These accept any characters up to their defined maximum length. Required string fields are marked with a colored background (typically blue or orange) when empty.

Number Fields

Numeric input fields used for quantities, amounts, and percentages. These fields enforce numeric input and typically support decimal values. The number of decimal places is configured in the Application Dictionary based on the field’s purpose (for example, currency amounts may show 2 decimals, while quantities may show different precision).

Date Fields

Date fields display a calendar picker when clicked. You can type a date directly in the configured format (usually yyyy-MM-dd or your locale’s format) or use the calendar popup to select a date visually. Some date fields include a time component (Date+Time type) for timestamps.

Lookup Fields (Search Fields)

Lookup fields are one of iDempiere’s most powerful field types. They reference records from another table — for example, the Business Partner field on a sales order looks up records from the Business Partner table. Lookup fields offer multiple ways to select a value:

  • Type-ahead: Start typing to see matching suggestions appear in a dropdown
  • Dropdown: Click the dropdown arrow to see available options (for short lists)
  • Info Window (magnifying glass): Click the search icon next to the field to open a full search dialog with advanced filtering capabilities

Lookup fields are critical because they maintain referential integrity — they ensure you select a valid, existing record rather than entering free text that might contain errors.

Yes-No (Boolean) Fields

Checkbox fields that represent true/false values. Checked means “Yes” (true), unchecked means “No” (false). These are used for flags and toggles such as “Is Active,” “Is Sales Order Transaction,” or “Is Processed.”

List Fields

Dropdown fields that present a fixed set of predefined options. Unlike lookup fields (which reference another table), list fields draw their options from a reference list defined in the Application Dictionary. Examples include document status, payment rule (cash, check, credit card), and freight cost rule.

Amount Fields

A specialized number field that displays values with the currency symbol and the appropriate number of decimal places for the current currency context. Amount fields are aware of the document’s currency and apply the correct formatting.

Memo (Text) Fields

Large text areas for entering multi-line text such as descriptions, comments, and notes. These fields typically appear as text boxes that can be expanded by dragging their corner.

Binary / Image Fields

Some fields accept binary content such as images (for product photos or business partner logos). These display a preview of the image and provide upload/download functionality.

Required Field Indicators

iDempiere uses visual cues to indicate field requirements:

  • Mandatory empty fields are highlighted with a colored background (orange or blue), indicating they must be filled before saving
  • Read-only fields appear with a gray or dimmed background and cannot be edited
  • Editable fields have a white or light background
  • When a field fails validation, it is highlighted with a red border or background

Finding Records: Query Mode and Lookup

As your system accumulates data, finding specific records becomes essential. iDempiere provides several methods:

Query Mode (Find/Advanced Query)

Click the Find button (magnifying glass, Alt+F) to open the search dialog. This provides two modes:

  • Simple query: Enter search criteria directly into the window fields. For example, to find all sales orders for a specific business partner, activate query mode, select the business partner in the Business Partner field, and press Enter. The window loads only the matching records.
  • Advanced query: A powerful query builder where you can construct complex search criteria with multiple conditions using AND/OR logic, comparison operators (equals, contains, greater than, less than, between), and nested groups.

Quick Info and Zoom Across

The Quick Info panel (accessible via the info icon or by hovering over certain fields) shows summary information about a related record without navigating away from the current window. For example, hovering over a Business Partner field might show the partner’s address, phone number, and credit status.

Zoom Across (the arrow button in the toolbar) shows a list of all related records in other windows. For a sales order, Zoom Across might offer links to:

  • Related shipments (Material Delivery)
  • Related invoices
  • Related payments
  • The business partner record

This is extremely useful for tracing document flow — for example, starting from a sales order and following the chain through shipment, invoice, and payment.

Keyboard Shortcuts Reference

Learning keyboard shortcuts dramatically improves your productivity in iDempiere. Here is a comprehensive reference of the most important shortcuts:

Shortcut Action
Alt+N New record
Alt+S Save record
Alt+D Delete record
Alt+Z Undo changes
Alt+F Find / Query mode
Alt+G Toggle grid / form view
Alt+R Refresh
Alt+P Print / Report
Alt+Left Previous record
Alt+Right Next record
Alt+Home First record
Alt+End Last record
Alt+Up Parent tab
Alt+Down Detail tab
Alt+X Toggle side menu
Alt+Shift+N Copy record
Enter Execute query (when in query mode)
Escape Cancel current operation or close dialog

Note that on macOS, you may need to use Ctrl+Alt instead of Alt depending on your browser, as some Alt combinations are intercepted by the operating system.

User Preferences

iDempiere allows you to customize various aspects of the interface to suit your working style. Access preferences through the menu or the user icon in the top-right corner.

Key Preference Settings

  • Auto-commit: When enabled, records are automatically saved when you navigate away from them. When disabled, you must explicitly click Save — which is safer for learning, as it prevents accidental changes.
  • Tab display style: Controls whether detail tabs display at the bottom or as nested tabs.
  • Date and number format: Configurable per user based on locale preferences.
  • Notification method: Choose how you receive system notifications — through the in-app notice panel, email, or both.
  • Default printer format: Set the output format for reports (PDF, Excel, HTML).
  • Role change: If your user account has access to multiple roles, you can switch roles without logging out.

Favorites

As you discover the windows and processes you use most frequently, add them to your Favorites for quick access. Right-click any menu item and select “Add to Favorites,” or drag items from the menu tree to the Favorites panel on the dashboard. This saves time compared to navigating through the full menu tree each time.

Recent Items

iDempiere automatically tracks your recently accessed records and windows. The Recent Items panel on the dashboard shows your recent activity, allowing you to quickly return to a record you were working on earlier. This is particularly useful when you are working across multiple windows during a business process.

Key Takeaways

  • The login process involves both authentication (username/password) and context selection (Client, Organization, Role, Warehouse), which determines what data and features you can access during the session.
  • The menu tree organizes all windows, reports, and processes by functional area. Use the global search bar for the fastest navigation.
  • Windows follow a consistent header-tab/detail-tab hierarchy, where the header contains the main record and detail tabs contain related child records.
  • The toolbar provides standard buttons for navigation (first/previous/next/last), data manipulation (new/save/delete/undo), querying (find), and actions (print/zoom-across/attachment).
  • Field types include strings, numbers, dates, lookups (referencing other tables), yes-no checkboxes, lists, amounts, and memos — each with specific input behaviors and visual indicators for required status.
  • Toggle between single-record form view and multi-row grid view with Alt+G. Use query mode (Alt+F) to search for specific records using simple or advanced criteria.
  • Learning keyboard shortcuts (Alt+N for new, Alt+S for save, Alt+F for find, Alt+G for grid toggle) dramatically increases your efficiency in daily operations.

What’s Next

You now have the foundational skills to navigate and operate iDempiere confidently. In the upcoming lessons, we will move beyond navigation and begin working with actual business processes — starting with setting up the organizational structure, chart of accounts, and core master data that form the backbone of every iDempiere implementation.

繁體中文

概覽

  • 您將學到:
    • 如何登入 iDempiere 並了解 Client、Organization、Role 和 Warehouse 的環境選擇
    • 如何導覽選單樹、了解視窗和分頁結構,以及使用工具列按鈕進行常見操作
    • 如何使用不同的欄位類型、在網格和記錄檢視之間切換、使用鍵盤快速鍵,以及自訂使用者偏好設定
  • 先備知識:第 3 課 — 安裝 iDempiere(需要一個運行中的 iDempiere 實例)
  • 預估閱讀時間:20 分鐘

簡介

一個 ERP 系統的實用性取決於您能多有效率地導覽和操作它。iDempiere 在其介面中包含了龐大的功能 — 數百個視窗、數千個欄位和數十個流程 — 全部都可透過網頁瀏覽器存取。介面一開始可能會讓人感到不知所措,但它遵循一致的模式和慣例。一旦您學會了這些模式,就能自信地導覽系統中的任何視窗。

本課是 iDempiere 使用者介面的導覽。我們將從登入畫面開始,有系統地介紹您在日常使用中會遇到的每個主要 UI 元素。請跟隨您自己的 iDempiere 安裝(在第 3 課中設定的)進行實作練習。

登入畫面

開啟您的瀏覽器並導覽到 http://localhost:8080/webui/(如果您的安裝不同,請調整主機名稱和連接埠)。登入畫面是您看到的第一個畫面,它包含兩個階段。

階段 1:認證

輸入您的使用者名稱和密碼。對於 Garden World 示範環境:

  • 使用者:GardenAdmin
  • 密碼:GardenAdmin

如果已安裝本地化版本,您也可以從下拉選單中選擇偏好的語言。語言設定控制 UI 標籤、日期格式和數字格式。

階段 2:環境選擇

認證後,iDempiere 會呈現一個關鍵的對話框,設定您在工作階段中的工作環境。了解這四個欄位是必要的:

Client

Client(也稱為 Tenant)代表 iDempiere 安裝中一個完全獨立的商業實體。每個 Client 都有自己的會計科目表、業務夥伴、產品和交易。一個 Client 的資料對另一個 Client 的使用者完全不可見。在示範系統中,選擇 Garden World。「System」客戶端保留給全域管理任務,不應用於業務操作。

Organization

Organization 代表客戶端內的一個分支 — 如分公司、部門或法律實體。星號(*)組織表示「所有組織」,讓您可以存取整個客戶端的資料。為了學習目的,選擇 *HQ。在實際部署中,使用者通常被限制在其特定的組織中。

Role

Role 定義使用者可以看到和做什麼。角色控制對視窗、流程、報表甚至個別欄位的存取。它們還決定資料層級的存取權限 — 使用者可以互動的組織、文件類型和記錄範圍。選擇 GardenWorld Admin 以獲得示範環境中所有功能的完整存取權限。

Warehouse

Warehouse 設定交易的預設庫存位置環境。當您建立出貨或收貨時,此倉庫將被預先選擇。選擇 HQ Warehouse。此預設值可以在個別交易中被覆蓋。

點擊 OK 進入系統。您可以在工作階段中隨時透過點擊螢幕右上角的環境指示器來更改這些環境值。

主要儀表板和選單樹

登入後,您會看到 iDempiere 首頁畫面,由幾個區域組成:

選單樹(左側面板)

螢幕左側顯示選單樹 — 按功能區域組織的階層式導覽結構。頂層資料夾包括:

  • 物料管理:採購訂單、收貨、庫存移動、出貨
  • 夥伴關係:業務夥伴管理、客戶和供應商記錄
  • 報價到發票:銷售報價、銷售訂單、開立發票
  • 請購到發票:採購申請、採購訂單、供應商發票
  • 待處理項目:付款管理、銀行對帳單、沖帳
  • 績效分析:財務報表、會計、成本管理
  • 系統管理:系統設定、安全性、字典維護(根據角色權限可見)

每個資料夾可以展開以顯示子資料夾和個別選單項目。選單項目使用圖示標記其類型:

  • 視窗圖示(矩形):開啟資料輸入/檢視視窗
  • 報表圖示(文件):執行報表
  • 流程圖示(齒輪):執行批次流程或精靈
  • 工作流程圖示(流程圖):開啟工作流程檢視器

點擊任何選單項目即可開啟。系統支援同時開啟多個視窗 — 每個視窗都作為內容區域頂部的分頁出現,類似瀏覽器分頁。

儀表板(中央面板)

首頁畫面的中央顯示儀表板,可以顯示稱為儀表板小工具的可設定元件。常見的儀表板小工具包括:

  • 收藏(最常用視窗的快速連結)
  • 您最近存取的文件
  • 績效指標和圖表
  • 需要您注意的活動(工作流程核准、通知)
  • 日曆檢視

您可以透過偏好設定選單自訂儀表板配置。管理員可以為不同角色設定預設的儀表板配置。

全域搜尋

在螢幕頂部,您會找到一個搜尋列。這是一個強大的功能,讓您可以透過輸入名稱的幾個字元來快速找到並開啟任何選單項目、視窗或記錄。例如,輸入「sales order」會立即過濾選單以顯示匹配的項目。這通常比導覽選單樹更快,是有經驗使用者的首選導覽方法。

視窗結構:標頭分頁和明細分頁

當您從選單開啟一個視窗(例如銷售訂單視窗)時,您會看到 iDempiere 的核心資料輸入和檢視介面。了解視窗結構是使用系統的基礎。

分頁層級

每個 iDempiere 視窗都組織為分頁的層級結構。第一個(最頂層)分頁是標頭分頁,代表主要記錄。後續分頁是包含相關子記錄的明細分頁

例如,銷售訂單視窗具有以下分頁結構:

  • 訂單(標頭分頁):包含訂單標頭資訊 — 業務夥伴、日期、付款條件、文件狀態
  • 訂單明細行(明細分頁):包含個別品項 — 產品、數量、價格
  • 訂單稅額(明細分頁):顯示訂單的計算稅額

標頭和明細分頁之間的關係是父子關係:當您在標頭分頁中選擇特定訂單時,明細分頁僅顯示屬於該特定訂單的明細行、稅額和其他資料。

分頁列中的分頁縮排表示層級。標頭分頁沒有縮排,第一層明細分頁縮排一次,子明細分頁(如果有的話)進一步縮排。例如,在發票視窗中:

  • 發票(第 0 層 — 標頭)
  •     發票明細行(第 1 層 — 發票的明細)
  •         發票明細行稅額(第 2 層 — 發票明細行的明細)

單筆記錄檢視 vs. 多列網格檢視

每個分頁可以以兩種模式顯示:

  • 單筆記錄檢視(表單檢視):一次顯示一筆記錄,所有欄位以表單形式排列。這是您開啟視窗或導覽到特定記錄時的預設檢視。它提供檢視和編輯個別記錄的最佳體驗,因為所有欄位都可見且可存取。
  • 多列網格檢視:以類似試算表的網格顯示多筆記錄,包含列和欄。這對於瀏覽記錄列表、比較不同記錄的資料或對多筆記錄進行快速編輯很有用。

使用工具列中的切換網格/表單按鈕(看起來像網格圖示)或按鍵盤上的 Alt+G 在這些檢視之間切換。在網格檢視中,雙擊一列會切換到該特定記錄的單筆記錄檢視。

工具列

工具列橫跨視窗區域的頂部,提供最常見操作的按鈕。學習工具列對於高效的資料管理至關重要。

導覽按鈕

按鈕 鍵盤快速鍵 功能
第一筆記錄 Alt+Home 導覽到當前分頁中的第一筆記錄
上一筆記錄 Alt+左箭頭 導覽到上一筆記錄
下一筆記錄 Alt+右箭頭 導覽到下一筆記錄
最後一筆記錄 Alt+End 導覽到當前分頁中的最後一筆記錄
父分頁 Alt+上箭頭 導覽到父(標頭)分頁
明細分頁 Alt+下箭頭 導覽到第一個明細(子)分頁

資料操作按鈕

按鈕 鍵盤快速鍵 功能
新增記錄 Alt+N 在當前分頁中建立新的空白記錄,填入預設值
複製記錄 Alt+Shift+N 透過複製當前記錄的值建立新記錄
儲存 Alt+S 將當前記錄儲存到資料庫
刪除 Alt+D 刪除當前記錄(如果業務規則允許)
復原 Alt+Z 復原未儲存的變更並恢復到上次儲存的狀態
重新整理 Alt+R 從資料庫重新載入當前記錄

查詢和搜尋按鈕

按鈕 鍵盤快速鍵 功能
尋找/查詢(放大鏡) Alt+F 開啟搜尋/篩選對話框或切換到查詢模式。在查詢模式中,您在欄位中輸入條件並按 Enter 或綠色核取標記以找到匹配的記錄
網格切換 Alt+G 在單筆記錄檢視和多列網格檢視之間切換

動作按鈕

按鈕 功能
報表(印表機圖示) 產生當前記錄的可列印報表(例如列印銷售訂單、發票或送貨單)
跨視窗查看(箭頭圖示) 導覽到其他視窗中的相關記錄(例如從訂單跳轉到相關的發票或出貨)
附件(迴紋針) 將檔案(PDF、圖片、文件)附加到當前記錄
聊天(對話泡泡) 檢視或新增當前記錄的討論備註,其他使用者可見
歸檔 檢視或管理已歸檔的文件快照
作用中工作流程 檢視當前記錄的作用中工作流程實例

流程和文件動作

對於交易文件(訂單、發票、付款、出貨),您會看到一個文件動作按鈕(有時標示為當前文件狀態)。此按鈕開啟一個對話框,您可以選擇文件生命週期中的下一個動作 — 例如將草稿訂單更改為已完成,或作廢發票。常見的文件動作包括:準備、完成、關閉、作廢和沖銷。

欄位類型及其使用方式

iDempiere 在整個介面中使用幾種不同的欄位類型。了解每種類型有助於您正確且高效地輸入資料。

字串欄位

標準文字輸入欄位,用於輸入如名稱、描述和地址等自由格式的文字。這些欄位接受任何字元,直到其定義的最大長度。必填的字串欄位在空白時會以彩色背景(通常為藍色或橘色)標示。

數字欄位

用於數量、金額和百分比的數字輸入欄位。這些欄位強制數字輸入並通常支援小數值。小數位數在 Application Dictionary 中根據欄位用途進行設定(例如,貨幣金額可能顯示 2 位小數,而數量可能顯示不同的精度)。

日期欄位

日期欄位在點擊時顯示日曆選擇器。您可以直接按設定的格式(通常為 yyyy-MM-dd 或您的語言環境格式)輸入日期,或使用日曆彈出視窗視覺化地選擇日期。某些日期欄位包含時間元件(日期+時間類型)用於時間戳記。

查詢欄位(搜尋欄位)

查詢欄位是 iDempiere 最強大的欄位類型之一。它們參照另一個表中的記錄 — 例如,銷售訂單上的業務夥伴欄位從業務夥伴表中查詢記錄。查詢欄位提供多種選擇值的方式:

  • 輸入即搜尋:開始輸入以在下拉選單中看到匹配的建議
  • 下拉選單:點擊下拉箭頭查看可用選項(用於短列表)
  • 資訊視窗(放大鏡):點擊欄位旁邊的搜尋圖示以開啟具有進階篩選功能的完整搜尋對話框

查詢欄位至關重要,因為它們維護參照完整性 — 確保您選擇的是有效的現有記錄,而非可能包含錯誤的自由文字。

是/否(布林)欄位

代表真/假值的核取方塊欄位。勾選表示「是」(真),未勾選表示「否」(假)。這些用於標記和開關,如「是否作用中」、「是否為銷售訂單交易」或「是否已處理」。

清單欄位

呈現一組固定預定義選項的下拉欄位。與查詢欄位(參照另一個表)不同,清單欄位從 Application Dictionary 中定義的參照清單中取得選項。範例包括文件狀態、付款規則(現金、支票、信用卡)和運費規則。

金額欄位

一種特殊的數字欄位,以當前貨幣環境的貨幣符號和適當的小數位數顯示值。金額欄位知道文件的貨幣並套用正確的格式。

備忘(文字)欄位

用於輸入多行文字(如描述、評論和備註)的大型文字區域。這些欄位通常顯示為可透過拖曳角落來展開的文字方塊。

二進位/圖片欄位

某些欄位接受二進位內容,如圖片(用於產品照片或業務夥伴標誌)。這些欄位顯示圖片預覽並提供上傳/下載功能。

必填欄位指示器

iDempiere 使用視覺提示來指示欄位需求:

  • 必填空白欄位以彩色背景(橘色或藍色)突顯,表示在儲存前必須填寫
  • 唯讀欄位以灰色或暗淡背景顯示且無法編輯
  • 可編輯欄位具有白色或淺色背景
  • 當欄位驗證失敗時,會以紅色邊框或背景突顯

尋找記錄:查詢模式和搜尋

隨著系統累積資料,找到特定記錄變得至關重要。iDempiere 提供了幾種方法:

查詢模式(尋找/進階查詢)

點擊尋找按鈕(放大鏡,Alt+F)以開啟搜尋對話框。這提供兩種模式:

  • 簡易查詢:直接在視窗欄位中輸入搜尋條件。例如,要尋找特定業務夥伴的所有銷售訂單,啟動查詢模式,在業務夥伴欄位中選擇業務夥伴,然後按 Enter。視窗僅載入匹配的記錄。
  • 進階查詢:一個強大的查詢建構器,您可以使用 AND/OR 邏輯、比較運算子(等於、包含、大於、小於、介於之間)和巢狀群組建構複雜的搜尋條件。

快速資訊和跨視窗查看

快速資訊面板(透過資訊圖示或將游標停在某些欄位上存取)顯示相關記錄的摘要資訊,無需離開當前視窗。例如,將游標停在業務夥伴欄位上可能會顯示夥伴的地址、電話號碼和信用狀態。

跨視窗查看(工具列中的箭頭按鈕)顯示其他視窗中所有相關記錄的列表。對於銷售訂單,跨視窗查看可能提供以下連結:

  • 相關出貨(物料交付)
  • 相關發票
  • 相關付款
  • 業務夥伴記錄

這對於追蹤文件流程非常有用 — 例如,從銷售訂單開始,沿著出貨、發票和付款的鏈路追蹤。

鍵盤快速鍵參考

學習鍵盤快速鍵可以大幅提高您在 iDempiere 中的生產力。以下是最重要快速鍵的完整參考:

快速鍵 動作
Alt+N 新增記錄
Alt+S 儲存記錄
Alt+D 刪除記錄
Alt+Z 復原變更
Alt+F 尋找/查詢模式
Alt+G 切換網格/表單檢視
Alt+R 重新整理
Alt+P 列印/報表
Alt+左 上一筆記錄
Alt+右 下一筆記錄
Alt+Home 第一筆記錄
Alt+End 最後一筆記錄
Alt+上 父分頁
Alt+下 明細分頁
Alt+X 切換側邊選單
Alt+Shift+N 複製記錄
Enter 執行查詢(在查詢模式中)
Escape 取消當前操作或關閉對話框

請注意,在 macOS 上,根據您的瀏覽器,您可能需要使用 Ctrl+Alt 代替 Alt,因為某些 Alt 組合會被作業系統攔截。

使用者偏好設定

iDempiere 允許您自訂介面的各個方面以適合您的工作方式。透過選單或螢幕右上角的使用者圖示存取偏好設定。

主要偏好設定

  • 自動提交:啟用時,當您離開記錄時會自動儲存。停用時,您必須明確點擊儲存 — 這對學習更安全,因為它防止意外的變更。
  • 分頁顯示樣式:控制明細分頁是顯示在底部還是作為巢狀分頁。
  • 日期和數字格式:根據語言環境偏好按使用者設定。
  • 通知方式:選擇您接收系統通知的方式 — 透過應用程式內通知面板、電子郵件或兩者。
  • 預設印表格式:設定報表的輸出格式(PDF、Excel、HTML)。
  • 角色切換:如果您的使用者帳號有多個角色的存取權限,您可以不登出即切換角色。

收藏

當您發現最常使用的視窗和流程時,將它們加入收藏以快速存取。右鍵點擊任何選單項目並選擇「加入收藏」,或從選單樹拖曳項目到儀表板上的收藏面板。與每次都透過完整選單樹導覽相比,這節省了時間。

最近項目

iDempiere 自動追蹤您最近存取的記錄和視窗。儀表板上的最近項目面板顯示您的最近活動,讓您可以快速返回到先前正在處理的記錄。當您在業務流程中跨多個視窗工作時,這特別有用。

重點摘要

  • 登入過程涉及認證(使用者名稱/密碼)和環境選擇(Client、Organization、Role、Warehouse),這決定了您在工作階段中可以存取的資料和功能。
  • 選單樹按功能區域組織所有視窗、報表和流程。使用全域搜尋列可以實現最快的導覽。
  • 視窗遵循一致的標頭分頁/明細分頁層級結構,標頭包含主記錄,明細分頁包含相關的子記錄。
  • 工具列提供標準的導覽按鈕(第一筆/上一筆/下一筆/最後一筆)、資料操作(新增/儲存/刪除/復原)、查詢(尋找)和動作(列印/跨視窗查看/附件)。
  • 欄位類型包括字串、數字、日期、查詢(參照其他表)、是/否核取方塊、清單、金額和備忘 — 每種都有特定的輸入行為和必填狀態的視覺指示器。
  • 使用 Alt+G 在單筆記錄表單檢視和多列網格檢視之間切換。使用查詢模式(Alt+F)根據簡易或進階條件搜尋特定記錄。
  • 學習鍵盤快速鍵(Alt+N 新增、Alt+S 儲存、Alt+F 尋找、Alt+G 網格切換)可以大幅提高日常操作的效率。

下一步

您現在擁有了自信地導覽和操作 iDempiere 的基礎技能。在接下來的課程中,我們將超越導覽,開始處理實際的業務流程 — 從設定組織結構、會計科目表和構成每個 iDempiere 實施骨幹的核心主檔資料開始。

日本語

概要

  • 学習内容:
    • iDempiere へのログイン方法と、Client、Organization、Role、Warehouse のコンテキスト選択の理解
    • メニューツリーのナビゲーション方法、ウィンドウとタブの構造の理解、一般的な操作のためのツールバーボタンの使用方法
    • 異なるフィールドタイプの操作方法、グリッドとレコードビューの切り替え、キーボードショートカットの使用、ユーザー設定のカスタマイズ
  • 前提条件:第3課 — iDempiereのインストール(動作中の iDempiere インスタンスが必要)
  • 推定読了時間:20分

はじめに

ERP システムの有用性は、効率的にナビゲートし操作する能力に依存します。iDempiere はそのインターフェースに膨大な機能を詰め込んでいます — 数百のウィンドウ、数千のフィールド、数十のプロセス — すべてが Web ブラウザからアクセス可能です。インターフェースは最初は圧倒されるかもしれませんが、一貫したパターンと規則に従っています。これらのパターンを学べば、システム内のどのウィンドウでも自信を持ってナビゲートできます。

このレッスンは iDempiere ユーザーインターフェースのガイドツアーです。ログイン画面から始めて、日常的に遭遇するすべての主要な UI 要素を体系的に説明していきます。読みながら、自分の iDempiere インストール(第3課でセットアップしたもの)で実践練習をしてください。

ログイン画面

ブラウザを開き、http://localhost:8080/webui/ にアクセスしてください(インストールが異なる場合はホスト名とポートを調整してください)。ログイン画面が最初に表示されるもので、2つのステージがあります。

ステージ1:認証

ユーザー名とパスワードを入力します。Garden World デモ環境の場合:

  • ユーザー:GardenAdmin
  • パスワード:GardenAdmin

ローカライゼーションがインストールされている場合は、ドロップダウンから優先言語を選択することもできます。言語設定は UI ラベル、日付形式、数値形式を制御します。

ステージ2:コンテキスト選択

認証後、iDempiere はセッションの作業コンテキストを設定する重要なダイアログを提示します。これら4つのフィールドの理解は不可欠です:

Client

Client(テナントとも呼ばれる)は、iDempiere インストール内の完全に独立したビジネスエンティティを表します。各クライアントには独自の勘定科目表、取引先、商品、取引があります。あるクライアントのデータは別のクライアントのユーザーには完全に不可視です。デモシステムでは、Garden World を選択してください。「System」クライアントはグローバル管理タスク用に予約されており、ビジネス操作には使用すべきではありません。

Organization

Organization は、クライアント内の下位区分を表します — 支店、事業部、部門、法的エンティティなど。アスタリスク(*)組織は「全組織」を意味し、クライアント全体のデータにアクセスできます。学習目的では、* または HQ を選択してください。実際のデプロイメントでは、ユーザーは通常、特定の組織に制限されます。

Role

Role は、ユーザーが何を見て何ができるかを定義します。ロールはウィンドウ、プロセス、レポート、さらには個々のフィールドへのアクセスを制御します。また、データレベルのアクセスも決定します — ユーザーがやり取りできる組織、ドキュメントタイプ、レコード範囲。デモ環境のすべての機能にフルアクセスするには、GardenWorld Admin を選択してください。

Warehouse

Warehouse は、取引のデフォルトの在庫場所コンテキストを設定します。出荷や入庫を作成するとき、この倉庫が事前に選択されます。HQ Warehouse を選択してください。このデフォルトは個々の取引でオーバーライドできます。

OK をクリックしてシステムに入ります。画面右上のコンテキストインジケーターをクリックすることで、セッション中いつでもこれらのコンテキスト値を変更できます。

メインダッシュボードとメニューツリー

ログイン後、いくつかの領域で構成される iDempiere のホーム画面が表示されます:

メニューツリー(左パネル)

画面の左側にはメニューツリーが表示されます — 機能領域別に整理された階層的なナビゲーション構造です。トップレベルのフォルダーには以下が含まれます:

  • 資材管理:発注書、入庫、在庫移動、出荷
  • 取引先関係:取引先管理、顧客・仕入先記録
  • 見積から請求:販売見積、受注、請求
  • 購買依頼から請求:購買依頼、発注書、仕入先請求書
  • 未決済項目:支払管理、銀行明細書、配賦
  • 業績分析:財務レポート、会計、原価管理
  • システム管理:システム設定、セキュリティ、ディクショナリ保守(ロール権限に基づいて表示)

各フォルダーを展開すると、サブフォルダーと個々のメニュー項目が表示されます。メニュー項目はタイプを示すアイコンでマークされています:

  • ウィンドウアイコン(長方形):データ入力/表示ウィンドウを開く
  • レポートアイコン(ドキュメント):レポートを実行
  • プロセスアイコン(歯車):バッチプロセスやウィザードを実行
  • ワークフローアイコン(フロー図):ワークフロービューアーを開く

メニュー項目をクリックして開きます。システムは複数のウィンドウの同時オープンをサポートしています — 各ウィンドウはコンテンツ領域の上部にタブとして表示され、ブラウザのタブに似ています。

ダッシュボード(中央パネル)

ホーム画面の中央にはダッシュボードが表示され、ダッシュボードガジェットと呼ばれる設定可能なウィジェットを表示できます。一般的なダッシュボードウィジェットには以下が含まれます:

  • お気に入り(最もよく使うウィンドウへのクイックリンク)
  • 最近アクセスしたドキュメント
  • パフォーマンスインジケーターとチャート
  • 注意が必要なアクティビティ(ワークフロー承認、通知)
  • カレンダービュー

設定メニューからダッシュボードのレイアウトをカスタマイズできます。管理者は異なるロールのデフォルトダッシュボードレイアウトを設定できます。

グローバル検索

画面上部に検索バーがあります。これは、名前の数文字を入力するだけで、メニュー項目、ウィンドウ、レコードを素早く見つけて開くことができる強力な機能です。たとえば、「sales order」と入力すると、メニューがすぐにフィルタリングされ、一致する項目が表示されます。これはメニューツリーをナビゲートするよりも速いことが多く、経験豊富なユーザーの推奨ナビゲーション方法です。

ウィンドウ構造:ヘッダータブと詳細タブ

メニューからウィンドウを開くと(たとえば受注ウィンドウ)、iDempiere のコアとなるデータ入力・表示インターフェースが表示されます。ウィンドウ構造の理解はシステムを使用する上での基礎です。

タブ階層

すべての iDempiere ウィンドウはタブの階層として組織されています。最初の(最上位の)タブはヘッダータブで、メインレコードを表します。後続のタブは関連する子レコードを含む詳細タブです。

たとえば、受注ウィンドウは以下のタブ構造を持ちます:

  • 注文(ヘッダータブ):注文ヘッダー情報を含む — 取引先、日付、支払条件、ドキュメントステータス
  • 注文明細行(詳細タブ):個々の明細項目を含む — 商品、数量、価格
  • 注文税額(詳細タブ):注文の計算された税額を表示

ヘッダータブと詳細タブの関係は親子です:ヘッダータブで特定の注文を選択すると、詳細タブにはその特定の注文に属する明細行、税額、その他のデータのみが表示されます。

タブバーのタブインデントは階層レベルを示します。ヘッダータブにはインデントがなく、第1レベルの詳細タブは1回インデントされ、サブ詳細タブ(ある場合)はさらにインデントされます。たとえば、請求書ウィンドウでは:

  • 請求書(レベル0 — ヘッダー)
  •     請求書明細行(レベル1 — 請求書の詳細)
  •         請求書明細行税額(レベル2 — 請求書明細行の詳細)

単一レコードビュー vs. 複数行グリッドビュー

各タブは2つのモードで表示できます:

  • 単一レコードビュー(フォームビュー):すべてのフィールドがフォームとしてレイアウトされた状態で一度に1つのレコードを表示します。ウィンドウを開いたり特定のレコードにナビゲートしたりする際のデフォルトビューです。すべてのフィールドが表示されアクセス可能なため、個々のレコードの表示と編集に最適な体験を提供します。
  • 複数行グリッドビュー:行と列を持つスプレッドシートのようなグリッドで複数のレコードを表示します。レコードのリストを閲覧したり、レコード間のデータを比較したり、複数のレコードをすばやく編集したりする場合に便利です。

ツールバーのグリッド/フォーム切替ボタン(グリッドアイコンのように見えます)またはキーボードの Alt+G を押してこれらのビューを切り替えます。グリッドビューでは、行をダブルクリックするとその特定のレコードの単一レコードビューに切り替わります。

ツールバー

ツールバーはウィンドウ領域の上部に横たわり、最も一般的な操作のためのボタンを提供します。ツールバーの学習は効率的なデータ管理に不可欠です。

ナビゲーションボタン

ボタン キーボードショートカット 機能
最初のレコード Alt+Home 現在のタブの最初のレコードにナビゲート
前のレコード Alt+左矢印 前のレコードにナビゲート
次のレコード Alt+右矢印 次のレコードにナビゲート
最後のレコード Alt+End 現在のタブの最後のレコードにナビゲート
親タブ Alt+上矢印 親(ヘッダー)タブにナビゲート
詳細タブ Alt+下矢印 最初の詳細(子)タブにナビゲート

データ操作ボタン

ボタン キーボードショートカット 機能
新規レコード Alt+N 現在のタブに新しい空白レコードを作成し、デフォルト値を設定
レコードのコピー Alt+Shift+N 現在のレコードの値をコピーして新しいレコードを作成
保存 Alt+S 現在のレコードをデータベースに保存
削除 Alt+D 現在のレコードを削除(ビジネスルールで許可されている場合)
元に戻す Alt+Z 未保存の変更を元に戻し、最後に保存した状態に戻す
リフレッシュ Alt+R データベースから現在のレコードを再読み込み

クエリと検索ボタン

ボタン キーボードショートカット 機能
検索/クエリ(虫眼鏡) Alt+F 検索/フィルターダイアログを開くか、クエリモードに切り替え。クエリモードでは、フィールドに条件を入力し、Enter または緑のチェックマークを押して一致するレコードを検索
グリッド切替 Alt+G 単一レコードビューと複数行グリッドビューの切り替え

アクションボタン

ボタン 機能
レポート(プリンターアイコン) 現在のレコードの印刷可能なレポートを生成(例:受注、請求書、納品書の印刷)
ズームアクロス(矢印アイコン) 他のウィンドウの関連レコードにナビゲート(例:注文から関連する請求書や出荷にジャンプ)
添付ファイル(クリップ) 現在のレコードにファイル(PDF、画像、ドキュメント)を添付
チャット(吹き出し) 現在のレコードにディスカッションメモを表示または追加(他のユーザーにも表示)
アーカイブ アーカイブされたドキュメントのスナップショットを表示・管理
アクティブワークフロー 現在のレコードのアクティブなワークフローインスタンスを表示

プロセスとドキュメントアクション

トランザクションドキュメント(注文、請求書、支払い、出荷)では、ドキュメントアクションボタン(現在のドキュメントステータスが表示されることもある)が表示されます。このボタンは、ドキュメントライフサイクルの次のアクションを選択するダイアログを開きます — たとえば、下書き注文を完了に変更したり、請求書を取り消したりします。一般的なドキュメントアクションには、準備、完了、クローズ、取消、反転があります。

フィールドタイプとその操作方法

iDempiere はインターフェース全体でいくつかの異なるフィールドタイプを使用しています。各タイプを理解することで、正確かつ効率的にデータを入力できます。

文字列フィールド

名前、説明、住所などの自由形式のテキストを入力するための標準テキスト入力フィールドです。定義された最大長までの任意の文字を受け付けます。必須の文字列フィールドは、空の場合に色付き背景(通常は青またはオレンジ)で表示されます。

数値フィールド

数量、金額、パーセンテージに使用される数値入力フィールドです。これらのフィールドは数値入力を強制し、通常は小数値をサポートします。小数桁数は、フィールドの目的に基づいて Application Dictionary で設定されます(たとえば、通貨金額は2桁の小数を表示し、数量は異なる精度を表示する場合があります)。

日付フィールド

日付フィールドは、クリックするとカレンダーピッカーを表示します。設定された形式(通常は yyyy-MM-dd またはロケールの形式)で直接日付を入力するか、カレンダーポップアップを使用して視覚的に日付を選択できます。一部の日付フィールドには、タイムスタンプ用の時間コンポーネント(日付+時間タイプ)が含まれます。

ルックアップフィールド(検索フィールド)

ルックアップフィールドは iDempiere の最も強力なフィールドタイプの一つです。別のテーブルのレコードを参照します — たとえば、受注の取引先フィールドは取引先テーブルからレコードを検索します。ルックアップフィールドは値を選択する複数の方法を提供します:

  • 入力予測:入力を開始すると、ドロップダウンに一致する候補が表示されます
  • ドロップダウン:ドロップダウン矢印をクリックして利用可能なオプションを表示(短いリスト用)
  • 情報ウィンドウ(虫眼鏡):フィールドの横にある検索アイコンをクリックして、高度なフィルタリング機能を持つ完全な検索ダイアログを開く

ルックアップフィールドは参照整合性を維持するため重要です — エラーを含む可能性のある自由テキストではなく、有効な既存のレコードを確実に選択できます。

はい/いいえ(ブール)フィールド

真/偽の値を表すチェックボックスフィールドです。チェック済みは「はい」(真)、未チェックは「いいえ」(偽)を意味します。「有効」、「販売注文取引か」、「処理済みか」などのフラグやトグルに使用されます。

リストフィールド

事前定義された固定オプションのセットを表示するドロップダウンフィールドです。ルックアップフィールド(別のテーブルを参照する)とは異なり、リストフィールドは Application Dictionary で定義された参照リストからオプションを取得します。例としては、ドキュメントステータス、支払ルール(現金、小切手、クレジットカード)、運賃ルールがあります。

金額フィールド

現在の通貨コンテキストの通貨記号と適切な小数桁数で値を表示する特殊な数値フィールドです。金額フィールドはドキュメントの通貨を認識し、正しいフォーマットを適用します。

メモ(テキスト)フィールド

説明、コメント、メモなどの複数行テキストを入力するための大きなテキスト領域です。これらのフィールドは通常、角をドラッグして拡張できるテキストボックスとして表示されます。

バイナリ/画像フィールド

一部のフィールドは画像(商品写真や取引先ロゴ用)などのバイナリコンテンツを受け付けます。これらは画像のプレビューを表示し、アップロード/ダウンロード機能を提供します。

必須フィールドインジケーター

iDempiere はフィールド要件を示すための視覚的な手がかりを使用します:

  • 必須の空フィールドは色付き背景(オレンジまたは青)でハイライトされ、保存前に入力が必要であることを示します
  • 読み取り専用フィールドはグレーまたは薄暗い背景で表示され、編集できません
  • 編集可能フィールドは白または薄い色の背景を持ちます
  • フィールドの検証が失敗すると、赤い枠線または背景でハイライトされます

レコードの検索:クエリモードとルックアップ

システムにデータが蓄積されるにつれて、特定のレコードを見つけることが不可欠になります。iDempiere はいくつかの方法を提供しています:

クエリモード(検索/詳細検索)

検索ボタン(虫眼鏡、Alt+F)をクリックして検索ダイアログを開きます。これは2つのモードを提供します:

  • 簡易クエリ:ウィンドウのフィールドに直接検索条件を入力します。たとえば、特定の取引先のすべての受注を見つけるには、クエリモードを有効にし、取引先フィールドで取引先を選択して Enter を押します。ウィンドウは一致するレコードのみを読み込みます。
  • 詳細クエリ:AND/OR ロジック、比較演算子(等しい、含む、より大きい、より小さい、間)、ネストされたグループを使用して複雑な検索条件を構築できる強力なクエリビルダーです。

クイック情報とズームアクロス

クイック情報パネル(情報アイコンまたは特定のフィールドにカーソルを合わせてアクセス)は、現在のウィンドウから離れることなく関連レコードの要約情報を表示します。たとえば、取引先フィールドにカーソルを合わせると、取引先の住所、電話番号、与信ステータスが表示される場合があります。

ズームアクロス(ツールバーの矢印ボタン)は、他のウィンドウのすべての関連レコードのリストを表示します。受注の場合、ズームアクロスは以下へのリンクを提供する場合があります:

  • 関連する出荷(資材出荷)
  • 関連する請求書
  • 関連する支払い
  • 取引先レコード

これはドキュメントフローの追跡に非常に便利です — たとえば、受注から始めて、出荷、請求書、支払いの連鎖を追跡できます。

キーボードショートカットリファレンス

キーボードショートカットを学ぶことで、iDempiere での生産性が劇的に向上します。最も重要なショートカットの包括的なリファレンスは以下の通りです:

ショートカット アクション
Alt+N 新規レコード
Alt+S レコードを保存
Alt+D レコードを削除
Alt+Z 変更を元に戻す
Alt+F 検索/クエリモード
Alt+G グリッド/フォームビューの切替
Alt+R リフレッシュ
Alt+P 印刷/レポート
Alt+左 前のレコード
Alt+右 次のレコード
Alt+Home 最初のレコード
Alt+End 最後のレコード
Alt+上 親タブ
Alt+下 詳細タブ
Alt+X サイドメニューの切替
Alt+Shift+N レコードのコピー
Enter クエリの実行(クエリモード時)
Escape 現在の操作をキャンセルまたはダイアログを閉じる

macOS では、一部の Alt の組み合わせがオペレーティングシステムによってインターセプトされるため、ブラウザによっては Alt の代わりに Ctrl+Alt を使用する必要がある場合があります。

ユーザー設定

iDempiere では、作業スタイルに合わせてインターフェースのさまざまな面をカスタマイズできます。メニューまたは画面右上のユーザーアイコンから設定にアクセスしてください。

主要な設定項目

  • 自動コミット:有効にすると、レコードから離れるときに自動的に保存されます。無効にすると、明示的に保存をクリックする必要があります — 学習時はこちらの方が安全で、誤った変更を防ぎます。
  • タブ表示スタイル:詳細タブを下部に表示するか、ネストされたタブとして表示するかを制御します。
  • 日付と数値の形式:ロケール設定に基づいてユーザーごとに設定可能。
  • 通知方法:システム通知の受信方法を選択 — アプリ内通知パネル、メール、またはその両方。
  • デフォルトの印刷形式:レポートの出力形式を設定(PDF、Excel、HTML)。
  • ロール変更:ユーザーアカウントに複数のロールへのアクセス権がある場合、ログアウトせずにロールを切り替えることができます。

お気に入り

最もよく使うウィンドウやプロセスを見つけたら、お気に入りに追加してすばやくアクセスできるようにしましょう。メニュー項目を右クリックして「お気に入りに追加」を選択するか、メニューツリーからダッシュボードのお気に入りパネルに項目をドラッグします。毎回フルメニューツリーをナビゲートするよりも時間を節約できます。

最近の項目

iDempiere は最近アクセスしたレコードとウィンドウを自動的に追跡します。ダッシュボードの最近の項目パネルには最近のアクティビティが表示され、以前作業していたレコードにすばやく戻ることができます。これはビジネスプロセスの中で複数のウィンドウにまたがって作業している場合に特に便利です。

まとめ

  • ログインプロセスには、認証(ユーザー名/パスワード)とコンテキスト選択(Client、Organization、Role、Warehouse)が含まれ、セッション中にアクセスできるデータと機能が決まります。
  • メニューツリーはすべてのウィンドウ、レポート、プロセスを機能領域別に整理しています。最速のナビゲーションにはグローバル検索バーを使用してください。
  • ウィンドウは一貫したヘッダータブ/詳細タブの階層に従い、ヘッダーにはメインレコード、詳細タブには関連する子レコードが含まれます。
  • ツールバーは、ナビゲーション(最初/前/次/最後)、データ操作(新規/保存/削除/元に戻す)、クエリ(検索)、アクション(印刷/ズームアクロス/添付ファイル)の標準ボタンを提供します。
  • フィールドタイプには、文字列、数値、日付、ルックアップ(他のテーブルを参照)、はい/いいえチェックボックス、リスト、金額、メモが含まれ、それぞれ固有の入力動作と必須ステータスの視覚インジケーターがあります。
  • Alt+G で単一レコードフォームビューと複数行グリッドビューを切り替えます。クエリモード(Alt+F)を使用して、簡易または詳細な条件で特定のレコードを検索します。
  • キーボードショートカット(Alt+N で新規、Alt+S で保存、Alt+F で検索、Alt+G でグリッド切替)を学ぶことで、日常操作の効率が劇的に向上します。

次のステップ

iDempiere を自信を持ってナビゲートし操作するための基礎スキルが身につきました。今後のレッスンでは、ナビゲーションを超えて実際のビジネスプロセスに取り組みます — すべての iDempiere 導入のバックボーンを形成する組織構造、勘定科目表、コアマスターデータの設定から始めます。

You Missed