Спедитор (прозорец ID-142)
От iDempiere bg
прозорец: Спедитор
описание: Maintain Shippers
помощ: The Shipper Window defines the different shipping provides used by an Organization. When a delivery method of Shipper is used on an Order a predefined Shipper must be selected.
TAB: Спедитор
описание: Shippers
помощ The Shippers Tab defines any entity who will provide shipping to or shipping from an Organization.
Файл:Спедитор - Спедитор - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Shipper | Спедитор | Method or manner of product delivery | The Shipper indicates the method of delivering product | M_Shipper_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 |
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 |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Tracking URL | 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. | TrackingURL character varying(120) URL |
TAB: Товар
описание: Товарни ставки
помощ Товарни ставки за спедитор
Файл:Спедитор - Товар - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Freight | Товар | Freight Rate | Freight Rate for Shipper | M_Freight_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 |
Shipper | Спедитор | Method or manner of product delivery | The Shipper indicates the method of delivering product | M_Shipper_ID numeric(10) NOT NULL Table Direct |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Freight Category | Категория товар | Категория на товара | Freight Categories are used to calculate the Freight for the Shipper selected | M_FreightCategory_ID numeric(10) NOT NULL Table Direct |
Valid from | Валидно от | Valid from including this date (first day) | The Valid From date indicates the first day of a date range | ValidFrom timestamp without time zone NOT NULL Date |
Currency | Валута | Валута | Indicates the Currency to be used when processing or reporting on this record | C_Currency_ID numeric(10) NOT NULL Table Direct |
Freight Amount | Стойност на транспорта | Стойност на транспорта | The Freight Amount indicates the amount charged for Freight in the document currency. | FreightAmt numeric NOT NULL Amount |
Country | Държава | Държава | The Country defines a Country. Each Country must be defined before it can be used in any document. | C_Country_ID numeric(10) Table Direct |
To | Къде | Receiving Country | The To Country indicates the receiving country on a document | To_Country_ID numeric(10) Table |
Region | Регион | Район или област | The Region identifies a unique Region for this Country. | C_Region_ID numeric(10) Table Direct |
To | Къде | Receiving Region | The To Region indicates the receiving region on a document | To_Region_ID numeric(10) Table |