Print Label (Window ID-263)
Window: Print Label
Description: Print Label Format
Help: Maintain Format to print Labels
Tab: Label
Description: Print Label
Help: Maintain the Format for printing Labels
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_PrintLabel.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_PrintLabel.AD_Org_ID numeric(10) 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. | AD_PrintLabel.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | AD_PrintLabel.Description character varying(255) String |
Active | 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. |
AD_PrintLabel.IsActive character(1) Yes-No |
Table | Database Table information | The Database Table provides the information of the table definition | AD_PrintLabel.AD_Table_ID numeric(10) Table Direct |
Label printer | Label Printer Definition | AD_PrintLabel.AD_LabelPrinter_ID numeric(10) Table Direct | |
Printer Name | Name of the Printer | Internal (Operating System) Name of the Printer; Please mote that the printer name may be different on different tenants. Enter a printer name, which applies to ALL tenants (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. |
AD_PrintLabel.PrinterName character varying(40) String |
Landscape | Landscape orientation | AD_PrintLabel.IsLandscape character(1) Yes-No | |
Label Height | Height of the label | Physical height of the label | AD_PrintLabel.LabelHeight numeric(10) Integer |
Label Width | Width of the Label | Physical Width of the Label | AD_PrintLabel.LabelWidth numeric(10) Integer |
Tab: Line
Description: Print Label Line
Help: Maintain Format of the line on a Label
File:Print Label - Line - Window (iDempiere 1.0.0).png
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_PrintLabelLine.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_PrintLabelLine.AD_Org_ID numeric(10) Table Direct |
Print Label | Label Format to print | Format for printing Labels | AD_PrintLabelLine.AD_PrintLabel_ID numeric(10) Table Direct |
Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | AD_PrintLabelLine.SeqNo numeric(10) Integer |
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. | AD_PrintLabelLine.Name character varying(60) String |
Active | 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. |
AD_PrintLabelLine.IsActive character(1) Yes-No |
Label Format Type | Label Format Type | AD_PrintLabelLine.LabelFormatType character(1) List | |
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. | AD_PrintLabelLine.PrintName character varying(60) String |
Column | Column in the table | Link to the database column of the table | AD_PrintLabelLine.AD_Column_ID numeric(10) Table Direct |
X Position | Absolute X (horizontal) position in 1/72 of an inch | Absolute X (horizontal) position in 1/72 of an inch | AD_PrintLabelLine.XPosition numeric(10) Integer |
Y Position | Absolute Y (vertical) position in 1/72 of an inch | Absolute Y (vertical) position in 1/72 of an inch | AD_PrintLabelLine.YPosition numeric(10) Integer |
Label printer Function | Function of Label Printer | AD_PrintLabelLine.AD_LabelPrinterFunction_ID numeric(10) Table Direct |
Tab: Translation
Description: Print Label Line Translation
Help: Maintain the translation for Label Line formats
File:Print Label - Translation - Window (iDempiere 1.0.0).png
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_PrintLabelLine_Trl.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_PrintLabelLine_Trl.AD_Org_ID numeric(10) Table Direct |
Print Label Line | Print Label Line Format | Format of the line on a Label | AD_PrintLabelLine_Trl.AD_PrintLabelLine_ID numeric(10) Table Direct |
Language | Language for this entity | The Language identifies the language to use for display and formatting | AD_PrintLabelLine_Trl.AD_Language character varying(6) Table |
Active | 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. |
AD_PrintLabelLine_Trl.IsActive character(1) Yes-No |
Translated | This column is translated | The Translated checkbox indicates if this column is translated. | AD_PrintLabelLine_Trl.IsTranslated character(1) Yes-No |
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. | AD_PrintLabelLine_Trl.PrintName character varying(60) String |