Print Label (Venster ID-263)
Venster: Print Label
Beschrijving: Print Label Format
Help: Maintain Format to print Labels
TAB: Label
Beschrijving: Print Label
Help Maintain the Format for printing Labels
Bestand:Print Label - Label - Venster (iDempiere 1.0.0).png
Naam | Naam | Beschrijving | Help | Specificaties |
---|---|---|---|---|
Print Label | Print Label | Label Format to print | Format for printing Labels | AD_PrintLabel_ID numeric(10) NOT NULL ID |
Client | Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organization | Organizational entity within client | 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 | 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 | Beschrijving | Optional short description of the record | A description is limited to 255 characters. | Description character varying(255) String |
Active | Actief | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive character(1) NOT NULL Yes-No |
Table | Tabel | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) NOT NULL Table Direct |
Label printer | Label printer | Label Printer Definition | null | AD_LabelPrinter_ID numeric(10) NOT NULL ID |
Printer Name | Printer Name | Name of the Printer | Internal (Operating System) Name of the Printer; Please mote that the printer name may be different on different clients. Enter a printer name, which applies to ALL clients (e.g. printer on a server).
If none is entered, the default printer is used. You specify your default printer when you log in. You can also change the default printer in Preferences. |
PrinterName character varying(40) String |
Landscape | Landschap | Landscape orientation | null | IsLandscape character(1) NOT NULL Yes-No |
Label Height | Label Height | Height of the label | Physical height of the label | LabelHeight numeric(10) NOT NULL Integer |
Label Width | Label Width | Width of the Label | Physical Width of the Label | LabelWidth numeric(10) NOT NULL Integer |
TAB: Line
Beschrijving: Print Label Line
Help Maintain Format of the line on a Label
Bestand:Print Label - Line - Venster (iDempiere 1.0.0).png
Naam | Naam | Beschrijving | Help | Specificaties |
---|---|---|---|---|
Print Label Line | Print Label Line | Print Label Line Format | Format of the line on a Label | AD_PrintLabelLine_ID numeric(10) NOT NULL ID |
Client | Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organization | Organizational entity within client | 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 |
Print Label | Print Label | Label Format to print | Format for printing Labels | AD_PrintLabel_ID numeric(10) NOT NULL Table Direct |
Sequence | Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Name | 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 |
Active | Actief | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive character(1) NOT NULL Yes-No |
Label Format Type | Label Format Type | Label Format Type | null | LabelFormatType character(1) NOT NULL List |
Print Text | Print Text | The label text to be printed on a document or correspondence. | The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. | PrintName character varying(60) String |
Column | Column | Column in the table | Link to the database column of the table | AD_Column_ID numeric(10) Table Direct |
X Position | X Position | Absolute X (horizontal) position in 1/72 of an inch | Absolute X (horizontal) position in 1/72 of an inch | XPosition numeric(10) NOT NULL Integer |
Y Position | Y Position | Absolute Y (vertical) position in 1/72 of an inch | Absolute Y (vertical) position in 1/72 of an inch | YPosition numeric(10) NOT NULL Integer |
Label printer Function | Label printer Function | Function of Label Printer | null | AD_LabelPrinterFunction_ID numeric(10) NOT NULL Table Direct |
TAB: Translation
Beschrijving: Print Label Line Translation
Help Maintain the translation for Label Line formats
Bestand:Print Label - Translation - Venster (iDempiere 1.0.0).png
Naam | Naam | Beschrijving | Help | Specificaties |
---|---|---|---|---|
Client | Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organization | Organizational entity within client | 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 |
Print Label Line | Print Label Line | Print Label Line Format | Format of the line on a Label | AD_PrintLabelLine_ID numeric(10) NOT NULL Table Direct |
Language | Taal | Language for this entity | The Language identifies the language to use for display and formatting | AD_Language character varying(6) NOT NULL Table |
Active | Actief | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive character(1) NOT NULL Yes-No |
Translated | Vertaald | This column is translated | The Translated checkbox indicates if this column is translated. | IsTranslated character(1) NOT NULL Yes-No |
Print Text | Print Text | The label text to be printed on a document or correspondence. | The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. | PrintName character varying(60) String |