Искане (прозорец ID-322)
прозорец: Искане
описание: Material Requisition
помощ: Enter and maintain Material Requisitions. Material Requisition can be created automatically via Replenishment. You create generate optionally consolidated Purchase Orders.
TAB: Искане
описание: Поддържане на искания за материали
помощ null
Файл:Искане - Искане - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Document Type | Тип документ | Тип на документа | The Document Type determines document sequence and processing rules | C_DocType_ID numeric(10) NOT NULL Table Direct |
Document No | Номер на документа | Номер на документа | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. 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). |
DocumentNo character varying(30) NOT NULL String |
User/Contact | Лице за контакт | Потребител на системата - Вътрешен или Партньор за контакти | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Table Direct |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Comment/Help | Коментар/Помощ | Коментар/Помощ | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) String |
Priority | Приоритет | Приоритет на документа | Това поле показва важността (висока, средна, ниска) на този документ | PriorityRule character(1) NOT NULL List |
Approved | Подтвърждение | Показва има ли необходимост от подтвърждение на този документ | The Approved checkbox indicates if this document requires approval before it can be processed. | IsApproved character(1) NOT NULL Yes-No |
Date Required | Date Required | Date when required | null | DateRequired timestamp without time zone NOT NULL Date |
Document Date | Дата на документа | Дата на документа | The Document Date indicates the date the document was generated. It may or may not be the same as the accounting date. | DateDoc timestamp without time zone NOT NULL Date |
Warehouse | Склад | Стоков склад и точка за услуги | Това поле идентифицира уникален Склад където се съхраняват продукти или се предоставят услуги. | M_Warehouse_ID numeric(10) NOT NULL Table Direct |
Price List | Ценова листа | Уникален идентификатор на дадена ценова листа | Price Lists are used to determine the pricing, margin and cost of items purchased or sold. | M_PriceList_ID numeric(10) NOT NULL Table Direct |
Total Lines | Обща сума редове | Общата сума по всички редове на документа | The Total amount displays the total of all lines in document currency | TotalLines numeric NOT NULL Amount |
Document Status | Състояние на документа | Състояние на документа | Това поле показва настоящото състояние на документа. Ако искате да промените това състояние, използвайте полето за действие върху документа. | DocStatus character(2) NOT NULL List |
Process Requisition | Process Requisition | null | null | DocAction character(2) NOT NULL Button |
Processed | Обработено | Документа е обработен | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Posted | Разнасяне | Състояние на документа | Това поле показва състоянието на генериране на счетоводни разнасяния | Posted character(1) NOT NULL Button |
TAB: Ред в искане
описание: Ред в искане за материали
помощ null
Файл:Искане - Ред в искане - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Requisition | Искане | Изискване на материал | null | M_Requisition_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 |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
UOM | Мярка | Мерна единица | The UOM defines a unique non monetary Unit of Measure | C_UOM_ID numeric(10) Search |
Charge | Такса | Допълнителни разходи | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Quantity | Количество | Количество | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
Unit Price | Актуална Цена | Актуална цена | Актуалната или единична цена показва цената на продукта в първоначалната валута. | PriceActual numeric NOT NULL Costs+Prices |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Line Amount | Сума | Сума без данъци и такси | Indicates the extended line amount based on the quantity and the actual price. Any additional charges or freight are not included. The Amount may or may not include tax. If the price list is inclusive tax, the line amount is the same as the line total. | LineNetAmt numeric NOT NULL Amount |
Purchase Order Line | Ред в заявка за покупка | Ред в поръчката за покупка | The Purchase Order Line is a unique identifier for a line in an order. | C_OrderLine_ID numeric(10) Search |
TAB: Заявки за покупки
описание: Свързани заявки за покупка
помощ null
Файл:Искане - Заявки за покупки - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
Purchase Order | Заявка за покупка | Заявка за покупка | The Purchase Order is a control document. The Purchase Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you cloase an order, unshipped (backordered) quantities are cancelled. | C_Order_ID numeric(10) NOT NULL Search |
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 |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Partner Location | Адрес партньор | Идентифицира (от кого) адреса за този партньор | The Partner address indicates the location of a Business Partner | C_BPartner_Location_ID numeric(10) Table Direct |
Date Ordered | Дата на поръчката | Дата на поръчката | Indicates the Date an item was ordered. | DateOrdered timestamp without time zone NOT NULL Date |
Date Promised | Планирана дата | Планирана дата | The Date Promised indicates the date, if any, that an Order was promised for. | DatePromised timestamp without time zone Date |
Date Delivered | Дата на доставка | Date when the product was delivered | null | DateDelivered timestamp without time zone Date |
Date Invoiced | Дата на фактурата | Дата извеждана на фактурата | The Date Invoice indicates the date printed on the invoice. | DateInvoiced timestamp without time zone Date |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) Text |
Warehouse | Склад | Стоков склад и точка за услуги | Това поле идентифицира уникален Склад където се съхраняват продукти или се предоставят услуги. | M_Warehouse_ID numeric(10) NOT NULL Table |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Attribute Set Instance | Инст. комплект атрибути | Инстанция на комплект от атрибути на продукта | Стойността на реалната инстанция на продуктовите атрибути. Атрибутите от нивото на продукта са дефинирани при самия продукт. | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Charge | Такса | Допълнителни разходи | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Currency | Валута | Валута | Indicates the Currency to be used when processing or reporting on this record | C_Currency_ID numeric(10) NOT NULL Table Direct |
Price | Цена | Въведена цена - цената базирана на избраната/основната мерна единица | Въведената цена е конвертирана до реалната цена на базата на преобразуването на мерната единица | PriceEntered numeric NOT NULL Costs+Prices |
Cost Price | Cost Price | Price per Unit of Measure including all indirect costs (Freight, etc.) | Optional Purchase Order Line cost price. | PriceCost numeric Costs+Prices |
Unit Price | Актуална Цена | Актуална цена | Актуалната или единична цена показва цената на продукта в първоначалната валута. | PriceActual numeric NOT NULL Costs+Prices |
UOM | Мярка | Мерна единица | The UOM defines a unique non monetary Unit of Measure | C_UOM_ID numeric(10) NOT NULL Table Direct |
PO Quantity | Количество доставка | Количеството поръчано в доставката | The Ordered Quantity indicates the quantity of a product that was ordered. | QtyOrdered numeric NOT NULL Quantity |
Delivered Quantity | Доставено кол-во | Доставено кол-во | The Delivered Quantity indicates the quantity of a product that has been delivered. | QtyDelivered numeric NOT NULL Quantity |
Quantity Invoiced | Фактурирано | Количество във фактурата | The Invoiced Quantity indicates the quantity of a product that have been invoiced. | QtyInvoiced numeric NOT NULL Quantity |
Tax | Данък | Идентификатор на данъка | The Tax indicates the type of tax used in document line. | C_Tax_ID numeric(10) NOT NULL Table Direct |
Line Amount | Сума | Сума без данъци и такси | Indicates the extended line amount based on the quantity and the actual price. Any additional charges or freight are not included. The Amount may or may not include tax. If the price list is inclusive tax, the line amount is the same as the line total. | LineNetAmt numeric NOT NULL Amount |