倉庫と住所 (ウィンドウ ID-139)
ウィンドウ: 倉庫と住所
説明: 倉庫と住所をメンテナンスします。
助ける: 倉庫と住所ウィンドウは、倉庫内の在庫や会計パラメータで使用される倉庫と住所を定義します。
TAB: 倉庫
説明: 倉庫
助ける 倉庫タブは、製品を格納するために使用される各倉庫を定義します。元倉庫が選択されたなら、すべての製品補給はその倉庫から着たことになります。カスタム補給アルゴリズムを使用する場合は、倉庫単位で使用されるクラスを定義する必要があります。
ファイル:倉庫と住所 - 倉庫 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(40) NOT NULL String |
Name | 名前 | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
In Transit | 通過中 | Movement is in transit | Material Movement is in transit - shipped, but not received.
The transaction is completed, if confirmed. |
IsInTransit character(1) Yes-No |
Address | 住所 | 所在地または住所です。 | 所在地 / 住所フィールドは事業主体の位置情報を定義します。 | C_Location_ID numeric(10) NOT NULL Location (Address) |
Element Separator | 要素区切り文字 | Element Separator | The Element Separator defines the delimiter printed between elements of the structure | Separator character(1) NOT NULL String |
Source Warehouse | 元の倉庫 | Optional Warehouse to replenish from | If defined, the warehouse selected is used to replenish the product(s) | M_WarehouseSource_ID numeric(10) Table |
Replenishment Class | 補給クラス | Custom class to calculate Quantity to Order | If you select a custom replenishment type, you need to create a class implementing org.compiere.util.ReplenishInterface and set that on warehouse level. | ReplenishmentClass character varying(60) String |
Disallow Negative Inventory | Disallow Negative Inventory | Negative Inventory is not allowed in this warehouse | If checked, any transaction that results in the onhand inventory being driven negative will be prevented. | IsDisallowNegativeInv character(1) NOT NULL Yes-No |
TAB: 位置情報
説明: 位置情報
助ける 位置情報タブは、倉庫のためのあらゆる位置情報を定義します。
ファイル:倉庫と住所 - 位置情報 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Locator | ロケータ | 倉庫ロケータ | ロケータは、倉庫では、製品がどこに位置しているかを示します。 | M_Locator_ID numeric(10) NOT NULL ID |
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(40) NOT NULL String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Relative Priority | 相対的優先権 | Where inventory should be picked from first | The Relative Priority indicates the location to pick from first if an product is stored in more than one location. (100 = highest priority, 0 = lowest). For outgoing shipments, the location is picked with the highest priority where the entire quantity can be shipped from. If there is no location, the location with the highest priority is used.
The Priority is ignored for products with Guarantee Date (always the oldest first) or if a speific instance is selected. Incoming receipts are stored at the location with the hoghest priority, if not explicitly selected. |
PriorityNo numeric(10) NOT NULL Integer |
Default | デフォルト | Default value | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Aisle (X) | 軸(X) | X dimension, e.g., Aisle | The X dimension indicates the Aisle a product is located in. | X character varying(60) String |
Bin (Y) | 容器(Y) | Y dimension, e.g., Bin | The Y dimension indicates the Bin a product is located in | Y character varying(60) String |
Level (Z) | レベル(Z) | Z dimension, e.g., Level | The Z dimension indicates the Level a product is located in. | Z character varying(60) String |
TAB: ストレージ
説明: 詳細なストレージ情報です。
助ける null
ファイル:倉庫と住所 - ストレージ - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Locator | ロケータ | 倉庫ロケータ | ロケータは、倉庫では、製品がどこに位置しているかを示します。 | M_Locator_ID numeric(10) NOT NULL Locator (WH) |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Search |
Attribute Set Instance | 属性セットインスタンス | Product Attribute Set Instance | The values of the actual Product Attribute Instances. The product level attributes are defined on Product level. | M_AttributeSetInstance_ID numeric(10) NOT NULL Product Attribute |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
On Hand Quantity | 手持ち数量 | On Hand Quantity | The On Hand Quantity indicates the quantity of a product that is on hand in a warehouse. | QtyOnHand numeric NOT NULL Quantity |
Date last inventory count | 最後に在庫数量確認した日 | Date of Last Inventory Count | The Date Last Inventory Count indicates the last time an Inventory count was done. | DateLastInventory timestamp without time zone Date |
Reserved Quantity | 予約数量 | Reserved Quantity | The Reserved Quantity indicates the quantity of a product that is currently reserved. | QtyReserved numeric NOT NULL Quantity |
Ordered Quantity | 注文数量 | Ordered Quantity | The Ordered Quantity indicates the quantity of a product that was ordered. | QtyOrdered numeric NOT NULL Quantity |
TAB: 補給
説明: 製品補給を定義します。
助ける 補給タブは、補給数量のタイプを定義します。これは自動発注に使用されます。カスタム補給タイプを選ぶ場合は、org.compiere.util.ReplenishInterface を実装するJavaクラスを作成して、倉庫レベルでそれを設定する必要があります。
ファイル:倉庫と住所 - 補給 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) NOT NULL Table Direct |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Search |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Replenish Type | 補給タイプ | Method for re-ordering a product | The Replenish Type indicates if this product will be manually re-ordered, ordered when the quantity is below the minimum quantity or ordered when it is below the maximum quantity. If you select a custom replenishment type, you need to create a class implementing org.compiere.util.ReplenishInterface and set that on warehouse level. | ReplenishType character(1) NOT NULL List |
Minimum Level | 最低レベル | この製品のための最小の在庫レベル | この製品の在庫できる最少量を示します。 | Level_Min numeric NOT NULL Amount |
Maximum Level | 最大レベル | この製品のための最大の在庫レベルです。 | この製品の在庫できる最高数量を示します。 | Level_Max numeric NOT NULL Amount |
Source Warehouse | 元の倉庫 | Optional Warehouse to replenish from | If defined, the warehouse selected is used to replenish the product(s) | M_WarehouseSource_ID numeric(10) Table |
TAB: 会計
説明: 会計
助ける 会計タブは、倉庫にある在庫で使うための会計パラメーターを定義します。
ファイル:倉庫と住所 - 会計 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
(Not Used) | (Not Used) | Warehouse Inventory Asset Account - Currently not used | The Warehouse Inventory Asset Account identifies the account used for recording the value of your inventory. This is the counter account for inventory revaluation differences. The Product Asset account maintains the product asset value. | W_Inventory_Acct numeric(10) Account |
Inventory Adjustment | Inventory Adjustment | Account for Inventory value adjustments for Actual Costing | In actual costing systems, this account is used to post Inventory value adjustments. You could set it to the standard Inventory Asset account. | W_InvActualAdjust_Acct numeric(10) Account |
Warehouse Differences | 倉庫差異 | Warehouse Differences Account | The Warehouse Differences Account indicates the account used recording differences identified during inventory counts. | W_Differences_Acct numeric(10) NOT NULL Account |
Inventory Revaluation | Inventory Revaluation | Account for Inventory Revaluation | The Inventory Revaluation Account identifies the account used to records changes in inventory value due to currency revaluation. | W_Revaluation_Acct numeric(10) Account |
TAB: 製品取引
説明: 保管された製品の取引です。
助ける null
ファイル:倉庫と住所 - 製品取引 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Inventory Transaction | 在庫取引 | null | null | M_Transaction_ID numeric(10) NOT NULL ID |
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Locator | ロケータ | 倉庫ロケータ | ロケータは、倉庫では、製品がどこに位置しているかを示します。 | M_Locator_ID numeric(10) NOT NULL Locator (WH) |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Search |
Attribute Set Instance | 属性セットインスタンス | Product Attribute Set Instance | The values of the actual Product Attribute Instances. The product level attributes are defined on Product level. | M_AttributeSetInstance_ID numeric(10) NOT NULL Product Attribute |
Movement Quantity | 移動数量 | Quantity of a product moved. | The Movement Quantity indicates the quantity of a product that has been moved. | MovementQty numeric NOT NULL Quantity |
Movement Date | 移動日付 | Date a product was moved in or out of inventory | The Movement Date indicates the date that a product moved in or out of inventory. This is the result of a shipment, receipt or inventory movement. | MovementDate timestamp without time zone NOT NULL Date |
Movement Type | 移動タイプ | Method of moving the inventory | The Movement Type indicates the type of movement (in, out, to production, etc) | MovementType character(2) NOT NULL List |
Shipment/Receipt Line | 出荷/受領詳細 | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLine_ID numeric(10) Search |
Phys.Inventory Line | 物理在庫詳細 | Unique line in an Inventory document | The Physical Inventory Line indicates the inventory document line (if applicable) for this transaction | M_InventoryLine_ID numeric(10) Search |
Move Line | 移動詳細 | Inventory Move document Line | The Movement Line indicates the inventory movement document line (if applicable) for this transaction | M_MovementLine_ID numeric(10) Search |
Production Line | 製造詳細 | Document Line representing a production | The Production Line indicates the production document line (if applicable) for this transaction | M_ProductionLine_ID numeric(10) Search |
Project Issue | プロジェクト問題 | Project Issues (Material, Labor) | Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. | C_ProjectIssue_ID numeric(10) Search |