Shipper Configuration (Window ID-200029)
Window: Shipper Configuration
Description:
Help:
Tab: Shipper
Description: Shippers
Help: The Shippers Tab defines any entity who will provide shipping to or shipping from an Organization.
File:Shipper Configuration - Shipper - 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. | M_ShipperCfg.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. | M_ShipperCfg.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. | M_ShipperCfg.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | M_ShipperCfg.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. |
M_ShipperCfg.IsActive character(1) Yes-No |
Online Access | Can be accessed online | The Online Access check box indicates if the application can be accessed via the web. | M_ShipperCfg.IsOnline character(1) Yes-No |
Shipping Processor Configuration | M_ShipperCfg.M_ShippingProcessorCfg_ID numeric(10) Table Direct | ||
Service Code | M_ShipperCfg.ShippingServiceCode character varying(40) String | ||
Tracking URL | URL of the shipper to track shipments | The variable @TrackingNo@ in the URL is replaced by the actual tracking number of the shipment. | M_ShipperCfg.TrackingURL character varying(120) URL |
International | M_ShipperCfg.IsInternational character(1) Yes-No | ||
Saturday Delivery | M_ShipperCfg.IsSaturdayDelivery character(1) Yes-No | ||
Residential | M_ShipperCfg.IsResidential character(1) Yes-No | ||
Shipper Copy From ... | M_ShipperCfg.CopyFrom character(1) Button |
Tab: Packaging
Description: Packaging Options supported by the Shipper
Help:
File:Shipper Configuration - Packaging - 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. | M_ShipperPackagingCfg.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. | M_ShipperPackagingCfg.AD_Org_ID numeric(10) Table Direct |
Shipper Configuration | M_ShipperPackagingCfg.M_ShipperCfg_ID numeric(10) Table Direct | ||
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. |
M_ShipperPackagingCfg.IsActive character(1) Yes-No |
Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
M_ShipperPackagingCfg.Value character varying(40) String |
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. | M_ShipperPackagingCfg.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | M_ShipperPackagingCfg.Description character varying(255) String |
Weight | Weight of a product | The Weight indicates the weight of the product in the Weight UOM of the Tenant | M_ShipperPackagingCfg.Weight numeric Quantity |
Default | Default value | The Default Checkbox indicates if this record will be used as a default value. | M_ShipperPackagingCfg.IsDefault character(1) Yes-No |
Tab: Label Type
Description: Label Types Supported by the Shipper.
Help: Used when booking a shipment online to define the label format that will be printed.
File:Shipper Configuration - Label Type - 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. | M_ShipperLabelsCfg.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. | M_ShipperLabelsCfg.AD_Org_ID numeric(10) Table Direct |
Shipper Configuration | M_ShipperLabelsCfg.M_ShipperCfg_ID numeric(10) Table Direct | ||
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. |
M_ShipperLabelsCfg.IsActive character(1) Yes-No |
Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
M_ShipperLabelsCfg.Value character varying(40) String |
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. | M_ShipperLabelsCfg.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | M_ShipperLabelsCfg.Description character varying(255) String |
Width | M_ShipperLabelsCfg.Width numeric Quantity | ||
Height | M_ShipperLabelsCfg.Height numeric Quantity | ||
Label Print Method | M_ShipperLabelsCfg.LabelPrintMethod character(1) List | ||
Default | Default value | The Default Checkbox indicates if this record will be used as a default value. | M_ShipperLabelsCfg.IsDefault character(1) Yes-No |
Tab: Pickup Types
Description: Methods that the Shipper will support for picking up from your location
Help:
File:Shipper Configuration - Pickup Types - 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. | M_ShipperPickupTypesCfg.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. | M_ShipperPickupTypesCfg.AD_Org_ID numeric(10) Table Direct |
Shipper Configuration | M_ShipperPickupTypesCfg.M_ShipperCfg_ID numeric(10) Table Direct | ||
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. |
M_ShipperPickupTypesCfg.IsActive character(1) Yes-No |
Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
M_ShipperPickupTypesCfg.Value character varying(40) String |
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. | M_ShipperPickupTypesCfg.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | M_ShipperPickupTypesCfg.Description character varying(255) String |
Default | Default value | The Default Checkbox indicates if this record will be used as a default value. | M_ShipperPickupTypesCfg.IsDefault character(1) Yes-No |