Тип искане (прозорец ID-244)
От iDempiere bg
прозорец: Тип искане
описание: Maintain Request Types
помощ: Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.
TAB: Тип искане
описание: Тип искане (напр. питане, оплакване, ..)
помощ Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.
Файл:Тип искане - Тип искане - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Status Category | Статус категория | Искане за статус категория | Category of Request Status enables to maintain different set of Status for different Request Categories | R_StatusCategory_ID numeric(10) NOT NULL Table Direct |
Default | Стойност по подразбиране | Стойност по подразбиране | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Self-Service | Самообслужване | Записа е Самообслужване или може да бъде променен при Самообслужване | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |
EMail when Due | EMail when Due | Send EMail when Request becomes due | Send EMail when Request becomes due | IsEMailWhenDue character(1) NOT NULL Yes-No |
Due Date Tolerance | Due Date Tolerance | Tolerance in days between the Date Next Action and the date the request is regarded as overdue | When the Date Next Action is passed, the Request becomes Due. After the Due Date Tolerance, the Request becomes Overdue. | DueDateTolerance numeric(10) NOT NULL Integer |
EMail when Overdue | EMail when Overdue | Send EMail when Request becomes overdue | Send EMail when Request becomes overdue | IsEMailWhenOverdue character(1) NOT NULL Yes-No |
Auto Due Date Days | Auto Due Date Days | Automatic Due Date Days | If a due date is not defined and the Auto Due Days ins greater then zero, a due date in the number of days is automatically created. | AutoDueDateDays numeric(10) Integer |
Invoiced | Фактура | Is this invoiced? | If selected, invoices are created | IsInvoiced character(1) Yes-No |
Confidentiality | Confidentiality | Type of Confidentiality | null | ConfidentialType character(1) NOT NULL List |
Confidential Info | Confidential Info | Can enter confidential information | When entering/updating Requests over the web, the user can mark his info as confidential | IsConfidentialInfo character(1) NOT NULL Yes-No |
Create Change Request | Create Change Request | Automatically create BOM (Engineering) Change Request | Create automatically a Product Bill of Material (Engineering) Change Request when the Request Group references a Product BOM | IsAutoChangeRequest character(1) NOT NULL Yes-No |
Header Color | Header Color | Header color of calendar dashlet | null | HeaderColor character varying(7) String |
Content Color | Content Color | Content color of calendar dashlet | null | ContentColor character varying(7) String |
TAB: Обновяване на уведомления
описание: Списък на получателите които да получават обновлния на исканията
помощ null
Файл:Тип искане - Обновяване на уведомления - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Request Type | Тип искане | Тип искане (напр. питане, оплакване, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | R_RequestType_ID numeric(10) NOT NULL Table Direct |
User/Contact | Лице за контакт | Потребител на системата - Вътрешен или Партньор за контакти | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Search |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Self-Service | Самообслужване | Записа е Самообслужване или може да бъде променен при Самообслужване | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |