Изглед на отчета (прозорец ID-180)
От iDempiere bg
прозорец: Изглед на отчета
описание: Maintain Report Views
помощ: The Report View Window defines the views used when generating reports. This window is for System Admin use only.
TAB: Изглед на отчета
описание: Define Report View
помощ The Define Report View defines the views used in report generation
Файл:Изглед на отчета - Изглед на отчета - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Report View | Изглед на отчета | Изглед, който се исползва за създаване на справката | The Report View indicates the view used to generate this report. | AD_ReportView_ID numeric(10) NOT NULL ID |
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | 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 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Entity Type | Вид цялост | Dictionary Entity Type; Determines ownership and synchronization | The Entity Types "Dictionary", "Compiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
For customizations, copy the entity and select "User"! |
EntityType character varying(40) NOT NULL Table |
Table | Таблица | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) NOT NULL Table Direct |
Sql WHERE | SQL Where clause | Fully qualified WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection | WhereClause character varying(2000) String |
Sql ORDER BY | SQL Order by clause | Fully qualified ORDER BY clause | The ORDER BY Clause indicates the SQL ORDER BY clause to use for record selection | OrderByClause character varying(2000) String |
TAB: Колона разглеждане на отчет
описание: Колона разглеждане на отчет
помощ The Report View Column Tab defines any columns which will be overridden in the generation of the select SQL
Файл:Изглед на отчета - Колона разглеждане на отчет - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Report view Column | Колона разглеждане на отчет | null | null | AD_ReportView_Col_ID numeric(10) NOT NULL ID |
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Report View | Изглед на отчета | Изглед, който се исползва за създаване на справката | The Report View indicates the view used to generate this report. | AD_ReportView_ID numeric(10) NOT NULL Table Direct |
Column | Колона | Колона в таблица | Link to the database column of the table | AD_Column_ID numeric(10) Table Direct |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Function Column | Колона с функция | Колона с функция | The Function Column indicates that the column will be overridden with a function | FunctionColumn character varying(60) NOT NULL String |
SQL Group Function | SQL Group Function | This function will generate a Group By Clause | The SQL Group Function checkbox indicates that this function will generate a Group by Clause in the resulting SQL. | IsGroupFunction character(1) NOT NULL Yes-No |