Counter Document (Fönster ID-327)
Fönster: Counter Document
Beskrivning: Maintain Counter Document Types
Hjälp: When using explicit documents for inter-org transaction (after linking a Business Partner to an Organization), you can determine what document type the counter document is based on the document type of the original transaction. Example: a "Standard Order" creates a "Standard PO". If you define a relationship here, you overwrite the default counter document type in the Document Type definition. This allows you to define a specific mapping. If not defined, the first matching document type is used (e.g. AR Invoice - first AP Invoice document type)
TAB: Counter Document
Beskrivning: Maintain Counter Document Types
Hjälp When using explicit documents for inter-org transaction (after linking a Business Partner to an Organization), you can determine what document type the counter document is based on the document type of the original transaction. Example: a "Standard Order" creates a "Standard PO".
If you define a relationship here, you overwrite the default counter document type in the Document Type definition. This allows you to define a specific mapping.
You can define conter documents for all organizations (of the original transaction) or for a specific organization.
Fil:Counter Document - Counter Document - Fönster (iDempiere 1.0.0).png
namn | namn | Beskrivning | Hjälp | specifikationer |
---|---|---|---|---|
Client | Klient | Klient | null | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organisation | Organisationsenhet i ett företag | Organisation är en enhet i företaget, t ex en butik eller avdelning. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Namn | Alfanumerisk identifiering av en enhet | Enhetens (postens) namn används som ett standardsökalternativ förutom den vanliga söknyckeln. Namnet kan vara 60 tecken långt. | Name character varying(60) NOT NULL String |
Description | Beskrivning | Valfri kort beskrivning av posten | Beskrivningen får vara maximalt 255 bokstäver. | Description character varying(255) String |
Active | Aktiv | Posten är aktiv i systemet | Det finns två sätt att göra poster otillgängliga i systemet. Ett sätt är att radera posten och det andra sättet är att inaktivera posten. En inaktiverad post kan inte väljas, men är tillgänglig för utskrifter. Det finns två anledningar för att inaktivera och inte radera:
(1) Systemet behöver posten för revisionsmöjligheter (2) Posten refereras av andra poster. T ex kan man inte radera en affärspartner så länge som fakturor för denna affärspartner finns. Man inaktiverar affärspartnern för att förhindra nya poster att använda denna affärspartner. |
IsActive character(1) NOT NULL Yes-No |
Document Type | Dokumenttyp | Dokumenttyp eller regler | Dokumenttypen bestämmer dokumentsekvens och processregler. | C_DocType_ID numeric(10) NOT NULL Table Direct |
Create Counter Document | Create Counter Document | Create Counter Document | If selected, create specified counter document. If not selected, no counter document is created for the document type. | IsCreateCounter character(1) NOT NULL Yes-No |
Counter Document Type | Counter Document Type | Generated Counter Document Type (To) | The Document Type of the generated counter document | Counter_C_DocType_ID numeric(10) Table |
Document Action | Åtgärd | Dokumentets förväntade status | Dokumentets status visas i dokumentets statusfält. Alla val finns i ett popup-fönster. | DocAction character(2) List |
Valid | Giltig | Elementet är giltigt/validerat | Elementet gick igenom giltighets-/valideringskontrollen. | IsValid character(1) NOT NULL Yes-No |
Validate Document Type | Validate Document Type | null | null | Processing character(1) Button |