営業報告 (ウィンドウ ID-216)
提供: iDempiere ja
ウィンドウ: 営業報告
説明: Maintain Financial Reports
助ける: Financial Reports are the combination of a Report Column Set and Line Set.
TAB: 財務諸表
説明: null
助ける null
ファイル:営業報告 - 財務諸表 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Calendar | カレンダー | 会計カレンダー名 | カレンダーは、一意に決まる会計カレンダーを特定します。 複数のカレンダーを使用することができます。 例えば、1月1日から始まり12月31日出終わる(欧米で)標準のカレンダーと、7月1日から始まり6月30日までの会計カレンダーがあります。 | C_Calendar_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 |
Report Line Set | レポート詳細セット | null | null | PA_ReportLineSet_ID numeric(10) NOT NULL Table Direct |
Report Column Set | レポートカラムセット | Collection of Columns for Report | The Report Column Set identifies the columns used in a Report. | PA_ReportColumnSet_ID numeric(10) NOT NULL Table Direct |
Report Cube | Report Cube | Define reporting cube for pre-calculation of summary accounting data. | Summary data will be generated for each period of the selected calendar, grouped by the selected dimensions.. | PA_ReportCube_ID numeric(10) Table |
Jasper Process | Jasper Process | The Jasper Process used by the printengine if any process defined | null | JasperProcess_ID numeric(10) Table |
List Sources | 元データの表示 | List Report Line Sources | List the Source Accounts for Summary Accounts selected | ListSources character(1) NOT NULL Yes-No |
List Transactions | 取引表示 | List the report transactions | List the transactions of the report source lines | ListTrx character(1) NOT NULL Yes-No |
Create Report | レポートを作成 | 財務報告を作成します。 | デフォルトの期間は当期です。任意に他の絞込み条件を入れることができます。代替の報告階層を選択することができます。 | Processing character(1) NOT NULL Button |
Print Format | 印刷フォーマット | Data Print Format | The print format determines how data is rendered for print. | AD_PrintFormat_ID numeric(10) Table Direct |
Create Report (Jasper) | Create Report (Jasper) | Create Financial Report (Jasper) | The default period is the current period. You can optionally enter other restrictions. You can select an alternative Reporting Hierarchy. | JasperProcessing character(1) Button |