クライアント (ウィンドウ ID-109)

提供: iDempiere ja
移動先:案内検索



ウィンドウ: クライアント

説明: クライアント/テナントをメンテナンスします。

助ける: クライアントは最上位のレベルの独立した経済主体です。それぞれのクライアントは、複数の組織を持っていて、会計パラメータを定義します。(会計スキーマ、ツリー定義、必須でない測定単位) 新しいクライアントを作成するには、クライアントセットアップをシステム管理者として実行してください。 このウィンドウでは新しいクライアントを作成しないでください。セキュリティとアクセスルールのため「初期クライアントセットアップ」を使ってください。ここで新しいクライアントを作成すると必要な情報が設定されず表示することが出来ません。



TAB: クライアント

説明: クライアント/テナント定義


助ける クライアント定義タブは、システムで一意なクライアントを定義します。 このウィンドウでは新しいクライアントを作成しないでください。「初期のクライアントセットアップ」を使用して、必要なセキュリティとアクセスルールをセットアップしてください(システム管理者権限が必要です)。ここで、新しいクライアントを作成すると、そのクライアントは見ることができません。また、必要なクライアント基本設定もセットアップされません。


ファイル:クライアント - クライアント - ウィンドウ (iDempiere 1.0.0).png




名前 名前 説明 助ける 仕様書
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
Use Beta Functions ベータ関数を使用 Enable the use of Beta Functionality The exact scope of Beta Functionality is listed in the release note. It is usually not recommended to enable Beta functionality in production environments. IsUseBetaFunctions
character(1) NOT NULL
Yes-No
Language 言語 この事業主体のための言語です。 言語は表示と形式に使用する言語を特定します。 AD_Language
character varying(6)
Table
Multi Lingual Documents 多言語ドキュメント Documents are Multi Lingual If selected, you enable multi lingual documents and need to maintain translations for entities used in documents (examples: Products, Payment Terms, ...).

Please note, that the base language is always English.

IsMultiLingualDocument
character(1) NOT NULL
Yes-No
Auto Archive 自動アーカイブ Enable and level of automatic Archive of documents Adempiere allows to automatically create archives of Documents (e.g. Invoices) or Reports. You view the archived material with the Archive Viewer AutoArchive
character(1) NOT NULL
List
Material Policy 材料移動方針 Material Movement Policy The Material Movement Policy determines how the stock is flowing (FiFo or LiFo) if a specific Product Instance was not selected. The policy can not contradict the costing method (e.g. FiFo movement policy and LiFo costing method). MMPolicy
character(1) NOT NULL
List
Mail Host メールサーバー Hostname of Mail Server for SMTP and IMAP The host name of the Mail Server for this client with SMTP services to send mail, and IMAP to process incoming mail. SMTPHost
character varying(60)
String
SMTP Authentication SMTP認証 Your mail server requires Authentication Some email servers require authentication before sending emails. If yes, users are required to define their email user name and password. If authentication is required and no user name and password is required, delivery will fail. IsSmtpAuthorization
character(1) NOT NULL
Yes-No
SMTP Port SMTP Port SMTP Port Number null SMTPPort
numeric(10)
Integer
SMTP SSL/TLS SMTP SSL/TLS Use SSL/TLS for SMTP null IsSecureSMTP
character(1) NOT NULL
Yes-No
Request EMail メールを要求 EMail address to send automated mails from or receive mails for automated processing (fully qualified) EMails for requests, alerts and escalation are sent from this email address as well as delivery information if the sales rep does not have an email account. The address must be filly qualified (e.g. joe.smith@company.com) and should be a valid address. RequestEMail
character varying(60)
String
Request Folder フォルダーを要求 EMail folder to process incoming emails; if empty INBOX is used Email folder used to read emails to process as requests, If left empty the default mailbox (INBOX) will be used. Requires IMAP services. RequestFolder
character varying(20)
String
Request User ユーザーを要求 User Name (ID) of the email owner EMail user name for requests, alerts and escalation are sent from this email address as well as delivery information if the sales rep does not have an email account. Required, if your mail server requires authentification as well as for processing incoming mails. RequestUser
character varying(60)
String
Request User Password ユーザーパスワードを要求 Password of the user name (ID) for mail processing null RequestUserPW
character varying(20)
String
Server EMail サーバメール Send EMail from Server When selected, mail is sent from the server rather then the client. This decreases availability. You would select this when you do not want to enable email relay for the client addresses in your mail server. IsServerEMail
character(1) NOT NULL
Yes-No
Test EMail メールのテスト メール接続のテストをします。 定義された情報に基づき、eメール接続をテストします。eメールは、要求ユーザから要求ユーザへ送信されます。また、ウェブストアのメール設定もテストされます。 EMailTest
character(1)
Button
Model Validation Classes モデル妥当性検証のクラス List of data model validation classes separated by ; List of classes implementing the interface org.compiere.model.ModelValidator, separaed by semicolon.

The class is called for the client and alows to validate documents in the prepare stage and monitor model changes.

ModelValidationClasses
character varying(255)
String
Store Attachments On File System Store Attachments On File System null null StoreAttachmentsOnFileSystem
character(1) NOT NULL
Yes-No
Windows Attachment Path Windows Attachment Path null null WindowsAttachmentPath
character varying(255)
String
Unix Attachment Path Unix Attachment Path null null UnixAttachmentPath
character varying(255)
String
Store Archive On File System Store Archive On File System null null StoreArchiveOnFileSystem
character(1) NOT NULL
Yes-No
Windows Archive Path Windows Archive Path null null WindowsArchivePath
character varying(255)
String
Unix Archive Path Unix Archive Path null null UnixArchivePath
character varying(255)
String
IsUseASP IsUseASP null null IsUseASP
character(1) NOT NULL
Yes-No
Replication Strategy 複製戦略 Data Replication Strategy The Data Replication Strategy determines what and how tables are replicated AD_ReplicationStrategy_ID
numeric(10)
Table Direct




TAB: クライアント情報

説明: クライアント情報


助ける クライアント情報タブは、各クライアントのために詳細情報を定義します。会計ルールと高いレベルのデフォルトはここで定義されます。カレンダーは、期間が開いているか閉じているかを決定するのに使用さます。


ファイル:クライアント - クライアント情報 - ウィンドウ (iDempiere 1.0.0).png




名前 名前 説明 助ける 仕様書
Organization 組織 クライアントの中の組織的な実体です。 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 AD_Org_ID
numeric(10) NOT NULL
Table Direct
Active アクティブ レコードはシステムでアクティブです。 レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。

不活性にする理由は2つあります:

(1) システムは監査目的のためのレコードを必要とします。

(2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。

IsActive
character(1) NOT NULL
Yes-No
Client クライアント このインストールのためのクライアント/テナントです。 クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 AD_Client_ID
numeric(10) NOT NULL
Table Direct
Discount calculated from Line Amounts 詳細金額から割引計算 Payment Discount calculation does not include Taxes and Charges If the payment discount is calculated from line amounts only, the tax and charge amounts are not included. This is e.g. business practice in the US. If not selected the total invoice amount is used to calculate the payment discount. IsDiscountLineAmt
character(1) NOT NULL
Yes-No
Calendar カレンダー 会計カレンダー名 カレンダーは、一意に決まる会計カレンダーを特定します。 複数のカレンダーを使用することができます。 例えば、1月1日から始まり12月31日出終わる(欧米で)標準のカレンダーと、7月1日から始まり6月30日までの会計カレンダーがあります。 C_Calendar_ID
numeric(10)
Table Direct
Primary Accounting Schema 主要な会計スキーマ 会計のための主要ルールです。 会計スキーマは原価計算手法、通貨、およびカレンダーなどのルールを定義します。 C_AcctSchema1_ID
numeric(10)
Table
UOM for Volume 量の測定単位 量の測定単位です。 量のための標準測定単位は、測定単位をドキュメント内の数量によって製品を参照するためのものです。 C_UOM_Volume_ID
numeric(10)
Table
UOM for Weight 重さの測定単位 重さの標準測定単位です。 重さの測定単位は、ドキュメント内で製品を重さによって参照するための測定単位です。 C_UOM_Weight_ID
numeric(10)
Table
UOM for Length 長さの測定単位 長さの測定単位です。 長さの測定単位は、測定単位をドキュメント内の長さによる製品の参照を示します。 C_UOM_Length_ID
numeric(10)
Table
UOM for Time 時間の測定単位 時間の測定単位 時間の測定単位は、測定単位をドキュメント内の時間による製品の参照に使用するためのものです。 C_UOM_Time_ID
numeric(10)
Table
Template B.Partner ビジネスパートナーのテンプレート Business Partner used for creating new Business Partners on the fly When creating a new Business Partner from the Business Partner Search Field (right-click: Create), the selected business partner is used as a template, e.g. to define price list, payment terms, etc. C_BPartnerCashTrx_ID
numeric(10)
Search
Product for Freight 貨物のための製品 null null M_ProductFreight_ID
numeric(10)
Search
Days to keep Log ログ保有日数 Number of days to keep the log entries Older Log entries may be deleted KeepLogDays
numeric(10)
Integer
Organization Tree 組織ツリー 組織階層を決定する木構造です。 ツリーは(会計)報告とセキュリティアクセスに使用されます。(役割を通して) AD_Tree_Org_ID
numeric(10)
Table
Menu Tree メニューツリー メニューの木構造です。 メニューアクセスツリーです。 AD_Tree_Menu_ID
numeric(10)
Table
BPartner Tree パートナーツリー ビジネスパートナー階層構造を決定する木構造です。 ツリー(木構造)は会計報告に使用されます。 AD_Tree_BPartner_ID
numeric(10)
Table
Product Tree 製品ツリー 製品階層構造を決定する木構造です。 木構造は(会計)報告に使用されます。 AD_Tree_Product_ID
numeric(10)
Table
Project Tree プロジェクトツリー プロジェクト階層構造を決定する木構造です。 ツリーは(会計)報告に使用されます。 AD_Tree_Project_ID
numeric(10)
Table
Sales Region Tree 販売地域ツリー 販売地域階層を決定するツリーです。 ツリーは(会計)報告に使用されます。 AD_Tree_SalesRegion_ID
numeric(10)
Table
Campaign Tree キャンペーンツリー Tree to determine marketing campaign hierarchy Trees are used for (finanial) reporting AD_Tree_Campaign_ID
numeric(10)
Table
Activity Tree 活動ツリー Tree to determine activity hierarchy Trees are used for (finanial) reporting AD_Tree_Activity_ID
numeric(10)
Table
Logo Logo null null Logo_ID
numeric(10)
Image
Logo Report Logo Report null null LogoReport_ID
numeric(10)
Image
Logo Web Logo Web null null LogoWeb_ID
numeric(10)
Image




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
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
Table テーブル フィールドの情報が入ったテーブルです。 テーブルは、フィールドが存在するテーブルを示しています。 AD_Table_ID
numeric(10) NOT NULL
Table Direct
Share Type 共有タイプ Type of sharing Defines if a table is shared within a client or not. ShareType
character(1) NOT NULL
List


Contributions / Posts

Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。