Knjižno pismo (prozor ID-320)
prozor: Knjižno pismo
opis: Uređivanje overe knjižnih pisama
pomoć: A Return Material Authorization may be required to accept returns and to create Credit Memos
TAB: Knjižno pismo
opis: Return Material Authorization
pomoć A Return Material Authorization may be required to accept returns and to create Credit Memos
Datoteka:Knjižno pismo - Knjižno pismo - prozor (iDempiere 1.0.0).png
| ime | ime | opis | pomoć | Specifikacije |
|---|---|---|---|---|
| Client | Klijent | Klijent/zakupac za ovu instalaciju. | Klijent je firma ili pravno lice Ne možete da delite podatke između klijenata. Zakupac je sinonim za klijenta | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | Organizacija | Organizacioni entitet unutar klijenta | Organizacija je organizaciona jedinica klijenta ili pravni entitit - npr. prodavnica, odeljenje Podaci između organizacija su zajednički. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Document No | Dokument br | Document sequence number of the document | 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 |
| Name | Naziv | Alfanumerički identifikator entiteta. | Naziv entiteta (sloga) se koristi prilikom osnovne pretrage kao dodatna opcija uz ključnu reč - id broj. Naziv može biti dužine do 60 karaktera. | Name character varying(60) NOT NULL String |
| Description | Opis | Optional short description of the record | Opis je ograničen na 255 karaktera. | Description character varying(255) String |
| Comment/Help | Komentar/pomoć | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
| Document Type | Tip dokumenta | Document type or rules | The Document Type determines document sequence and processing rules | C_DocType_ID numeric(10) NOT NULL Table |
| RMA Type | Vrsta knjižnog pisma | Vrsta overe knjižnih pisama | Vrsta knjižnih pisama | M_RMAType_ID numeric(10) Table Direct |
| Shipment/Receipt | Otpremnica | MaterialShipment Document | The Material Shipment / Receipt | InOut_ID numeric(10) NOT NULL Search |
| Business Partner | Poslovni partner | Označava poslovnog partnera | Poslovni partner je bilo ko, sa kojim vršite transakcije. On može biti dobavljač, kupac, zaposleni ili referent prodaje. | C_BPartner_ID numeric(10) Search |
| Sales Representative | Referent prodaje | Sales Representative or Company Agent | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) NOT NULL Search |
| Amount | Iznos | Iznos | Iznos | Amt numeric Amount |
| Document Status | Status dokumenta | The current status of the document | The Document Status indicates the status of a document at this time. If you want to change the document status, use the Document Action field | DocStatus character(2) NOT NULL List |
| Process RMA | Process RMA | null | null | DocAction character(2) NOT NULL Button |
| Order | Nalog | Nalog | The Order is a control document. The 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) Search |
| Create Order From RMA | Create Order From RMA | Creates an order based on this RMA Document. The RMA should be correct and completed. | Generate Order from RMA will create an order based on this RMA document. | GenerateTo character(1) Button |
TAB: Stavke knjižnog pisma
opis: Return Material Authorization Line
pomoć Detail information about the returned goods
Datoteka:Knjižno pismo - Stavke knjižnog pisma - prozor (iDempiere 1.0.0).png
| ime | ime | opis | pomoć | Specifikacije |
|---|---|---|---|---|
| Client | Klijent | Klijent/zakupac za ovu instalaciju. | Klijent je firma ili pravno lice Ne možete da delite podatke između klijenata. Zakupac je sinonim za klijenta | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | Organizacija | Organizacioni entitet unutar klijenta | Organizacija je organizaciona jedinica klijenta ili pravni entitit - npr. prodavnica, odeljenje Podaci između organizacija su zajednički. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| RMA | Knjižno pismo | Return Material Authorization | A Return Material Authorization may be required to accept returns and to create Credit Memos | M_RMA_ID numeric(10) NOT NULL Table Direct |
| Line No | Stavka br. | Jedinstena stavka u ovom dokumentu | 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 |
| Active | Aktivan | Slog je aktivan u sistemu. | Postoje dva glavna metoda da se slog učini nedostupnim unutar sistema: jedan je da se obriše slog, a drugi je da se slog de-aktivira. Deaktiviran slog nije dostupan za izbor, ali je dostupan za izveštaje. Postoje dva razloga za de-aktiviranje sloga, a ne brisanje: (1) Sistemu je potreban slog za potrebe kontrole/provere. (2) Ovaj slog je povezan sa drugim slogom. Npr., ne možete obrisati poslovnog partnera, ako postoje fakture u kojima se pojavljuje isti. Vi deaktivirate poslovnog partnera i na taj način sprečavate da se on koristi prilikom budućeg unosa nekog dokumenta. | IsActive character(1) NOT NULL Yes-No |
| Description | Opis | Optional short description of the record | Opis je ograničen na 255 karaktera. | Description character varying(255) String |
| Shipment/Receipt Line | Stavka otpremnice | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLine_ID numeric(10) Table Direct |
| Charge | Potraživanje | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
| Quantity | Količina | Količina | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
| Amount | Iznos | Iznos | Iznos | Amt numeric Amount |
| Line Amount | Iznos stavke | Stavka ukupan iznos (količina * aktuelna cena) bez troškova prevoza i drugih opterećenja | 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 Amount |
