Производство (прозорец ID-191)
прозорец: Производство
описание: Production based on Bill of Materials
помощ: The Production Window defines those plan and inventory movements that occur when a product is created from a bill of materials
TAB: Заглавна част на производство
описание: Заглавна част на производство
помощ The Production Header Tab defines a unique production plan
Файл:Производство - Заглавна част на производство - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Production | Производство | Plan for producing a product | The Production uniquely identifies a Production Plan | M_Production_ID numeric(10) NOT NULL ID |
Processed | Обработено | Документа е обработен | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
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) String |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Movement Date | Дата експедиция | Датата на заприходяване или експедиране на продукта | The Movement Date indicates the date that a product moved in or out of inventory. This is the result of a shipment, receipt or inventory movement. | MovementDate timestamp without time zone NOT NULL Date |
Project | Проект | Финансов проект | A Project allows you to track and control internal or external activities. | C_Project_ID numeric(10) Table Direct |
Activity | Дейност | Бизнес дейност | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
Campaign | Кампания | Маркетингова кампания | The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. | C_Campaign_ID numeric(10) Table Direct |
Trx Organization | Начална организация | Performing or initiating organization | The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. | AD_OrgTrx_ID numeric(10) Table |
User List 1 | Потребител1 | User defined list element #1 | The user defined element displays the optional elements that have been defined for this account combination. | User1_ID numeric(10) Table |
User List 2 | Потребител2 | User defined list element #2 | The user defined element displays the optional elements that have been defined for this account combination. | User2_ID numeric(10) Table |
Process Now | Обработи сега | null | null | Processing character(1) Button |
Records created | Записите са създадени | null | null | IsCreated character(1) NOT NULL List |
Posted | Разнасяне | Състояние на документа | Това поле показва състоянието на генериране на счетоводни разнасяния | Posted character(1) NOT NULL Button |
TAB: Производствен план
описание: Производствен план
помощ The Production Plan Tab defines the items used and generated in a production.
Файл:Производство - Производствен план - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Production Plan | Производствен план | Plan for how a product is produced | The Production Plan identifies the items and steps in generating a product. | M_ProductionPlan_ID numeric(10) NOT NULL ID |
Processed | Обработено | Документа е обработен | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
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 |
Production | Производство | Plan for producing a product | The Production uniquely identifies a Production Plan | M_Production_ID numeric(10) NOT NULL Table Direct |
Line No | Ред No | Номер на реда на документа | Indicates the unique line for a document. It will also control the display order of the lines within a document. | Line numeric(10) NOT NULL Integer |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) NOT NULL Search |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Production Quantity | Кол-во на продукцията | Кол-во на произведените продукти | The Production Quantity identifies the number of products to produce | ProductionQty numeric NOT NULL Quantity |
Locator | Локатор | Локатор на склада | The Locator indicates where in a Warehouse a product is located. | M_Locator_ID numeric(10) NOT NULL Locator (WH) |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
TAB: Ред в производство
описание: Ред в производство
помощ The Production Line Tab displays the actual movements in and out of inventory generated by a Production Plan.
Файл:Производство - Ред в производство - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Production Line | Ред в производство | Ред в документ представящ производство | The Production Line indicates the production document line (if applicable) for this transaction | M_ProductionLine_ID numeric(10) NOT NULL ID |
Processed | Обработено | Документа е обработен | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
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 |
Production Plan | Производствен план | Plan for how a product is produced | The Production Plan identifies the items and steps in generating a product. | M_ProductionPlan_ID numeric(10) Table Direct |
Line No | Ред No | Номер на реда на документа | Indicates the unique line for a document. It will also control the display order of the lines within a document. | Line numeric(10) NOT NULL Integer |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) NOT NULL Search |
Attribute Set Instance | Инст. комплект атрибути | Инстанция на комплект от атрибути на продукта | Стойността на реалната инстанция на продуктовите атрибути. Атрибутите от нивото на продукта са дефинирани при самия продукт. | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Movement Quantity | Преместено количество | Количеството на преместен продукт. | Това поле показва какво количество от продукта е било преместено. | MovementQty numeric NOT NULL Quantity |
Locator | Локатор | Локатор на склада | The Locator indicates where in a Warehouse a product is located. | M_Locator_ID numeric(10) NOT NULL Locator (WH) |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |