Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 28 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ const config = {

plugins: [
require.resolve('docusaurus-lunr-search'),
[
'@docusaurus/plugin-content-docs',
{
id: 'manual',
path: 'manual',
routeBasePath: 'manual',
sidebarPath: require.resolve('./sidebarsManual.js'),
editUrl: 'https://github.com/idempiere/idempiere.github.io/tree/main/',
lastVersion: '13',
versions: {
current: {
label: '14.x (development)',
path: 'next',
},
'13': {
label: '13.x',
},
},
},
],
[
'@docusaurus/plugin-pwa',
{
Expand Down Expand Up @@ -102,9 +122,17 @@ const config = {
position: 'left',
label: 'Docs',
},
{
type: 'doc',
docId: 'index',
docsPluginId: 'manual',
position: 'left',
label: 'Manual',
},
// Right
{
type: 'docsVersionDropdown',
docsPluginId: 'manual',
position: 'right',
dropdownActiveClassDisabled: true,
},
Expand Down
5 changes: 5 additions & 0 deletions manual/form/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Forms",
"position": 1,
"collapsed": true
}
16 changes: 16 additions & 0 deletions manual/form/accounting-fact-reconciliation-manual.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 'Accounting Fact Reconciliation (manual)'
sidebar_label: 'Accounting Fact Reconciliation (manual)'
tags: ['Special Form']
---

# Accounting Fact Reconciliation (manual)

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 53016</span>

*02/09/2010 → 23/03/2026*

![Accounting Fact Reconciliation (manual)](./img/accounting-fact-reconciliation-manual.png)

**Classname:** `org.idempiere.acct.form.WFactReconcile`

21 changes: 21 additions & 0 deletions manual/form/archive-viewer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Archive Viewer'
sidebar_label: 'Archive Viewer'
description: 'View automatically archived Documents'
tags: ['Special Form']
---

# Archive Viewer

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 118</span>

*10/01/2005 → 10/03/2022*

![Archive Viewer](./img/archive-viewer.png)

**Description:** View automatically archived Documents

**Comment/Help:** Depending on the Tenant Automatic Archive Level documents and reports are saved and available for view. In the Report Viewer you can manually archive Documents or Reports. You can only view archives, if you have access to the original document.

**Classname:** `org.compiere.apps.form.ArchiveViewer`

21 changes: 21 additions & 0 deletions manual/form/bom-drop.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'BOM Drop'
sidebar_label: 'BOM Drop'
description: 'Drop (expand) Bill of Materials'
tags: ['Special Form']
---

# BOM Drop

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 114</span>

*30/12/2003 → 02/01/2000*

![BOM Drop](./img/bom-drop.png)

**Description:** Drop (expand) Bill of Materials

**Comment/Help:** Drop the extended Bill of Materials into an Order, Invoice, etc. The documents need to be in a Drafted stage. Make sure that the items included in the BOM are on the price list of the Order, Invoice, etc. as otherwise the price will be zero!

**Classname:** `org.compiere.apps.form.VBOMDrop`

23 changes: 23 additions & 0 deletions manual/form/bom-viewer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: 'BOM Viewer'
sidebar_label: 'BOM Viewer'
description: 'Shows the parent-component relationship for the product entered in the Product field.'
tags: ['Special Form']
---

# BOM Viewer

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 53017</span>

*27/07/2011 → 27/07/2011*

![BOM Viewer](./img/bom-viewer.png)

**Description:** Shows the parent-component relationship for the product entered in the Product field.

**Comment/Help:** Selecting a product will display a hierarchy of components and sub-BOMs for that product.

Selecting the "Where Used" check box will display the BOMs that this product is used in.

**Classname:** `org.compiere.apps.form.VTreeBOM`

21 changes: 21 additions & 0 deletions manual/form/extension-management.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Extension Management'
sidebar_label: 'Extension Management'
description: 'Interface to manage the installation and status of iDempiere extensions'
tags: ['Special Form']
---

# Extension Management

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 200021</span>

*24/03/2026 → 24/03/2026*

![Extension Management](./img/extension-management.png)

**Description:** Interface to manage the installation and status of iDempiere extensions

**Comment/Help:** Use this form to manage bundled and external extensions. You can install new extensions, update installed extensions and disable or uninstall extensions that are no longer required

**Classname:** `org.idempiere.extension.manager.form.ExtensionBrowserFormController`

21 changes: 21 additions & 0 deletions manual/form/generate-charges.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Generate Charges'
sidebar_label: 'Generate Charges'
description: 'Generate Charges from natural accounts'
tags: ['Special Form']
---

# Generate Charges

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 105</span>

*06/02/2001 → 23/03/2026*

![Generate Charges](./img/generate-charges.png)

**Description:** Generate Charges from natural accounts

**Comment/Help:** Use the upper portion to create new charges using the general charge accounts. Use the lower portion to create charges based on the natural account.

**Classname:** `org.idempiere.acct.form.WCharge`

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/archive-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/bom-drop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/bom-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/extension-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/generate-charges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/import-file-loader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/matching-po-receipt-invoice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/material-transactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/merge-entities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/payment-allocation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/payment-print-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/payment-selection-manual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/performance-indicators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/plugin-manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/product-attribute-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/reset-password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/setup-wizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/sql-process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/sql-query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/tree-maintenance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/workflow-activities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/form/img/workflow-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions manual/form/import-file-loader.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Import File Loader'
sidebar_label: 'Import File Loader'
description: 'Load flat Files into import tables'
tags: ['Special Form']
---

# Import File Loader

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 101</span>

*15/09/2000 → 02/01/2000*

![Import File Loader](./img/import-file-loader.png)

**Description:** Load flat Files into import tables

**Comment/Help:** The Import File Loader parses the content of a flat file and loads it into import tables. Comments start with a '[' and end with a ']' and are ignored; example: [Some Heading].

**Classname:** `org.compiere.apps.form.VFileImport`

21 changes: 21 additions & 0 deletions manual/form/matching-po-receipt-invoice.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Matching PO-Receipt-Invoice'
sidebar_label: 'Matching PO-Receipt-Invoice'
description: 'Match Purchase Orders, Receipts, Vendor Invoices'
tags: ['Special Form']
---

# Matching PO-Receipt-Invoice

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 108</span>

*08/02/2002 → 02/01/2000*

![Matching PO-Receipt-Invoice](./img/matching-po-receipt-invoice.png)

**Description:** Match Purchase Orders, Receipts, Vendor Invoices

**Comment/Help:** Make sure that the Receipts and Invoices are processed. If you want to match partial shipment, make sure that "Same Quantity" is not selected.

**Classname:** `org.compiere.apps.form.VMatch`

19 changes: 19 additions & 0 deletions manual/form/material-transactions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Material Transactions'
sidebar_label: 'Material Transactions'
description: 'Material Transactions'
tags: ['Special Form']
---

# Material Transactions

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 103</span>

*31/10/2000 → 02/01/2000*

![Material Transactions](./img/material-transactions.png)

**Description:** Material Transactions

**Classname:** `org.compiere.apps.form.VTrxMaterial`

26 changes: 26 additions & 0 deletions manual/form/merge-entities.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 'Merge Entities'
sidebar_label: 'Merge Entities'
description: 'Merge From Entity to To Entity - Delete From'
tags: ['Special Form']
---

# Merge Entities

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 112</span>

*09/08/2003 → 15/12/2017*

![Merge Entities](./img/merge-entities.png)

**Description:** Merge From Entity to To Entity - Delete From

**Comment/Help:** &lt;i&gt;Dangerous - Please are aware of what you are doing!&lt;/i&gt;
All instances of the From entity (e.g. Customer A) are changed to the To entity (e.g. Customer B).
The From entity (e.g. Customer A) is deleted.
&lt;p&gt;&lt;b&gt;There is NO undo nor trace ! Please do a backup first&lt;/b&gt; Please be aware that you may be changing history records (e.g. invoices, etc.) ! &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Side effects:&lt;/b&gt; Merging Products are likely to distort product costs; Merging Business Partners may result in incorrect open item balance. Check with support on remedies.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Restrictions:&lt;/b&gt; Accounting and Inventory conflicts are not resolved in this version.&lt;/p&gt;

**Classname:** `org.compiere.apps.form.VMerge`

19 changes: 19 additions & 0 deletions manual/form/payment-allocation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Payment Allocation'
sidebar_label: 'Payment Allocation'
description: 'Allocate invoices and payments'
tags: ['Special Form']
---

# Payment Allocation

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 104</span>

*09/01/2001 → 02/01/2000*

![Payment Allocation](./img/payment-allocation.png)

**Description:** Allocate invoices and payments

**Classname:** `org.compiere.apps.form.VAllocation`

19 changes: 19 additions & 0 deletions manual/form/payment-print-export.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Payment Print/Export'
sidebar_label: 'Payment Print/Export'
description: 'Print or export your payments'
tags: ['Special Form']
---

# Payment Print/Export

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 106</span>

*26/07/2001 → 02/01/2000*

![Payment Print/Export](./img/payment-print-export.png)

**Description:** Print or export your payments

**Classname:** `org.compiere.apps.form.VPayPrint`

21 changes: 21 additions & 0 deletions manual/form/payment-selection-manual.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Payment Selection (manual)'
sidebar_label: 'Payment Selection (manual)'
description: 'Manual Payment Selection'
tags: ['Special Form']
---

# Payment Selection (manual)

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 107</span>

*26/07/2001 → 24/02/2005*

![Payment Selection (manual)](./img/payment-selection-manual.png)

**Description:** Manual Payment Selection

**Comment/Help:** Select vendor invoices for payment. If you don't see an invoice, make sure that it is not included in a different (nprocessed) Payment Selection.

**Classname:** `org.compiere.apps.form.VPaySelect`

21 changes: 21 additions & 0 deletions manual/form/performance-indicators.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Performance Indicators'
sidebar_label: 'Performance Indicators'
description: 'View Performance Indicators'
tags: ['Special Form']
---

# Performance Indicators

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 119</span>

*21/12/2005 → 19/08/2008*

![Performance Indicators](./img/performance-indicators.png)

**Description:** View Performance Indicators

**Comment/Help:** View all Performance Indicators and Goals

**Classname:** `org.adempiere.apps.graph.ViewPI`

21 changes: 21 additions & 0 deletions manual/form/plugin-manager.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Plugin Manager'
sidebar_label: 'Plugin Manager'
description: 'Plugin Manager'
tags: ['Special Form']
---

# Plugin Manager

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 200015</span>

*15/12/2020 → 15/12/2020*

![Plugin Manager](./img/plugin-manager.png)

**Description:** Plugin Manager

**Comment/Help:** Plugin Manager

**Classname:** `org.adempiere.webui.apps.form.WPluginManager`

21 changes: 21 additions & 0 deletions manual/form/product-attribute-grid.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Product Attribute Grid'
sidebar_label: 'Product Attribute Grid'
description: 'Maintain Products with Attributes in a Table Grid'
tags: ['Special Form']
---

# Product Attribute Grid

<span className="badge badge--primary">Special Form</span> <span className="badge badge--secondary">ID 120</span>

*11/03/2006 → 11/03/2006*

![Product Attribute Grid](./img/product-attribute-grid.png)

**Description:** Maintain Products with Attributes in a Table Grid

**Comment/Help:** Select one or two attributes if a Product Attribute and display/maintain products in a row or table grid.

**Classname:** `org.compiere.apps.form.VAttributeGrid`

Loading
Loading