Counter Document (Vindue ID-327)
Vindue: Counter Document
Beskrivelse: 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
Beskrivelse: 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 - Vindue (iDempiere 1.0.0).png
Navn | Navn | Beskrivelse | Hjælp | Specifikationer |
---|---|---|---|---|
Client | Firma | Firmaet i installationen. | Det kan være en virksomhed eller juridisk enhed. Du kan ikke dele data mellem firmaer. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organisation | Organisatorisk enhed i firmaet | En organisation er en enhed i firmaet eller juridisk enhed, f.eks. butik, varehus. Du kan dele data mellem organisationer. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Navn | Alfanumerisk markør til objektet | Navnet på et objekt (eller post) bruges som en startsøgeværdi ud over søgenøglen. Du kan skrive 60 tegn. | Name character varying(60) NOT NULL String |
Description | Beskrivelse | Valgfri kort beskrivelse af posten | Du kan skrive op til 255 tegn. | Description character varying(255) String |
Active | Aktiv | Posten er aktiv i systemet | Du kan låse poster på 2 måder i systemet: Først kan du slette posten, eller du kan deaktivere posten. En deaktiveret post kan ikke vælges, men indgår i rapporter. Der er 2 grunde til vælge deaktivering frem for sletning af poster: (1) Systemet skal kunne råde over posten aht. revision. (2) Posten er knyttet til andre poster. Du kan f.eks. ikke slette en handelspartner, hvis der findes fakturaer, der knytter sig til vedkommende. I stedet deaktiveres forbindelsen, således at han/hun ikke indgår i fremtidige posteringer. | IsActive character(1) NOT NULL Yes-No |
Document Type | Bilagstype | Bilagstype eller -regler | Bilagstypen bestemmer bilagsserien og behandlingsregler. | 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 | Bilagshandling | Bilagets resultatstatus | Den aktuelle status fremgår af feltet Bilagsstatus. Mulighederne vises i en rullemenu. | DocAction character(2) List |
Valid | Gyldig | Elementet er gyldigt | Validering af elementet forløb uden problemer. | IsValid character(1) NOT NULL Yes-No |
Validate Document Type | Validate Document Type | null | null | Processing character(1) Button |