Импорт на формат на лоудъра (прозорец ID-189)
От iDempiere bg
прозорец: Импорт на формат на лоудъра
описание: Maintain Import Loader Formats
помощ: The Import Loader Format Window is used for defining the file layout for product information which will be imported.
TAB: Формат за импорт
описание: null
помощ 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 |
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 |
Table | Таблица | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) NOT NULL Table Direct |
Format | Формат | Формат | The Format is a drop down list box for selecting the format type (text, tab delimited, XML, etc) of the file to be imported | FormatType character(1) NOT NULL List |
Separator Character | Separator Character | null | null | SeparatorChar character varying(1) String |
Copy Lines | Копиране редове | Копиране на редове от друг импортен формат | null | Processing character(1) NOT NULL Button |
TAB: Поле за формат
описание: Поддържане на поле за формат
помощ Define the individual field based on the table definition. Please note that you have to make sure that a Constant has the correct SQL data type (i.e. if it is a 'string', you need to enclose it like 'this').
Product mapping (for details see documentation):
H_Item => Value H_ItemDesc => Name / Description H_ItemDefn => Help H_ItemType => ProductCategory H_PartnrID => Value of Business Partner H_Commodity1 => Vendor Product No H_Commodity2 => SKU H_ItemClass => Classification (A,B,C..) V_OperAmt_T_Cur => Currency V_OperAmt_T => Price
Файл:Импорт на формат на лоудъра - Поле за формат - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Format Field | Поле за формат | null | null | AD_ImpFormat_Row_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 |
Import Format | Формат за импорт | null | null | AD_ImpFormat_ID numeric(10) NOT NULL Table Direct |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
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 |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Column | Колона | Колона в таблица | Link to the database column of the table | AD_Column_ID numeric(10) NOT NULL Table Direct |
Data Type | Тип на данните | Тип на данните | null | DataType character(1) NOT NULL List |
Data Format | Формат на датата | Формат на датата в Java,напр. ddMMyy | The Date Format indicates how dates are defined on the record to be imported. It must be in Java Notation | DataFormat character varying(20) String |
Start No | Начало | Starting number/position | The Start Number indicates the starting position in the line or field number in the line | StartNo numeric(10) Integer |
End No | Последeн No | null | null | EndNo numeric(10) Integer |
Decimal Point | Десетична точка | Десетична точка ? | null | DecimalPoint character(1) NOT NULL String |
Divide by 100 | Деление на 100 | Деление на 100 | null | DivideBy100 character(1) NOT NULL Yes-No |
Constant Value | Константа | Константа | null | ConstantValue character varying(60) String |
Callout | Външна функция | Function Calls separated by semicolons; SE_/SL_/UE_/UL_ - 1st: System/User; 2nd: Enter/Leave; 3rd: _ Unserscore, - then Function Name | Function Calls separated by semicolons; SE_/SL_/UE_/UL_ - 1st: System/User; 2nd: Enter/Leave; 3rd: _ Unserscore, - then Function Name | Callout character varying(60) String |
Script | Скрипт | Dynamic Java Language Script to calculate result | Use Java language constructs to define the result of the calculation | Script character varying(2000) Text |