システム (ウィンドウ ID-246)
提供: iDempiere ja
ウィンドウ: システム
説明: System Definition
助ける: Common System Definition - Only one Record - Do not add additional records.
TAB: システム
説明: システム定義
助ける 一般的なシステム定義
ファイル:システム - システム - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
System Name | システム名 | あなたのAdempiere Systemインストール名です。(例えばジョーBlockをInc.です) | 契約が複数あるなら名前も複数あります。 | Name character varying(60) NOT NULL String |
System Status | システム状態 | Status of the system - Support priority depends on system status | System status helps to prioritize support resources | SystemStatus character(1) NOT NULL List |
Registered EMail | 登録されたメール | Email of the responsible for the System | Email of the responsible person for the system (registered in WebStore) | UserName character varying(60) NOT NULL String |
Password | パスワード | Password of any length (case sensitive) | The Password for this User. Passwords are required to identify authorized users. For Adempiere Users, you can change the password via the Process "Reset Password". | Password character varying(20) String |
Support EMail | サポートメール | EMail address to send support information and updates to | If not entered the registered email is used. | SupportEMail character varying(60) String |
Custom Prefix | カスタム接頭語 | Prefix for Custom entities | The prefix listed are ignored as customization for database or entity migration | CustomPrefix character varying(60) String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Release No | リリース番号 | Internal Release Number | null | ReleaseNo character varying(10) String |
Version | バージョン | Version of the table definition | The Version indicates the version of this table definition. | Version character varying(20) String |
Database Name | データベース名 | Database Name | null | DBInstance character varying(60) String |
DB Address | DBアドレス | JDBC URL of the database server | null | DBAddress character varying(255) String |
Internal Users | 内部利用者 | Number of Internal Users for Adempiere Support | You can purchase professioal support from Adempiere, Inc. or their partners. See http://www.adempiere.com for details. | SupportUnits numeric(10) Integer |
Processors | プロセッサ | Number of Database Processors | null | NoProcessors numeric(10) Integer |
Replication Type | 複製タイプ | Type of Data Replication | The Type of data Replication determines the directon of the data replication. Reference means that the data in this system is read only -> |
ReplicationType character(1) NOT NULL List |
ID Range Start | ID範囲開始 | Start of the ID Range used | The ID Range allows to restrict the range of the internally used IDs. The standard rages are 0-899,999 for the Application Dictionary 900,000-999,999 for Application Dictionary customizations/extensions and > 1,000,000 for client data. The standard system limit is 9,999,999,999 but can easily be extended. The ID range is on a per table basis.
Please note that the ID range is NOT enforced. |
IDRangeStart numeric Number |
ID Range End | ID範囲終了 | End if the ID Range used | The ID Range allows to restrict the range of the internally used IDs. Please note that the ID range is NOT enforced. | IDRangeEnd numeric Number |
LDAP URL | LDAP URL | Connection String to LDAP server starting with ldap:// | LDAP connection string, e.g. ldap://dc.adempiere.org | LDAPHost character varying(60) String |
LDAP Domain | LDAPドメイン | Directory service domain name - e.g. adempiere.org | If LDAP Host and Domain is specified, the user is authenticated via LDAP. The password in the User table is not used for connecting to Adempiere. | LDAPDomain character varying(255) String |
Maintain Statistics | 統計をメンテナンス | Maintain general statistics | Mainatan and allow to transfer general statistics (number of clients, orgs, business partners, users, products, invoices) to get a better feeling for the application use. This information is not published. | IsAllowStatistics character(1) NOT NULL Yes-No |
Statistics | 統計 | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics as well as general anonymous statistics | StatisticsInfo character varying(60) String |
Error Reporting | エラー報告 | Automatically report Errors | To automate error reporting, submit errors to Adempiere. Only error (stack trace) information is submitted (no data or confidential information). It helps us to react faster and proactively. If you have a support contract, we will you inform about corrective measures. This functionality is experimental at this point. | IsAutoErrorReport character(1) NOT NULL Yes-No |
Profile | プロフィール | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics | ProfileInfo character varying(60) String |
Encryption Class | 暗号化クラス | Encryption Class used for securing data content | The class needs to implement the interface org.compiere.util.SecureInterface.
You enable it by setting the COMPIERE_SECURE parameter of your Client and Server start scripts to the custom class. |
EncryptionKey character varying(255) String |
Fail on Missing Model Validator | Fail on Missing Model Validator | null | null | IsFailOnMissingModelValidator character(1) NOT NULL Yes-No |
Last Build Info | Last Build Info | null | null | LastBuildInfo character varying(255) String |
Fail if Build Differ | Fail if Build Differ | null | null | IsFailOnBuildDiffer character(1) NOT NULL Yes-No |
Support Expires | サポート有効期限 | Date when the Adempiere support expires | Check http://www.adempiere.org for support options | SupportExpDate timestamp without time zone Date |
Validate Support | サポートを有効にする | サポート契約を有効にします。 | この処理は、Adempiere Support Servicesサーバに接続して、サポート契約を有効にします。 サポートに申し込みをするには、 http://www.adempiere.org に行ってください。 | Processing character(1) Button |
Last Migration Script Applied | Last Migration Script Applied | Register of the filename for the last migration script applied on this database | null | LastMigrationScriptApplied character varying(255) String |