Document Type (Window ID-135)

From iDempiere en

Table of Contents

Window: Document Type

Description: Maintain Document Types

Help: The Document Type Window defines any document to be used in the system. Each document type provides the basis for processing of each document and controls the printed name and document sequence used.

Tab: Document Type

Description: Define a Document Type

Help: The Document Definition Tab defines the processing parameters and controls for the document. Note that shipments for automatic documents like POS/Warehouse Orders cannot have confirmations!

Document Type - Document Type - Window (iDempiere 1.0.0).png

Fields
Name Description Help Technical Data
Tenant Tenant for this installation. A Tenant is a company or a legal entity. You cannot share data between Tenants. C_DocType.AD_Client_ID
numeric(10)
Table Direct
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. C_DocType.AD_Org_ID
numeric(10)
Table Direct
Name Alphanumeric identifier of the entity 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. C_DocType.Name
character varying(60)
String
Description Optional short description of the record A description is limited to 255 characters. C_DocType.Description
character varying(255)
String
Print Text The label text to be printed on a document or correspondence. The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. C_DocType.PrintName
character varying(60)
String
Document Note Additional information for a Document The Document Note is used for recording any additional information regarding this product. C_DocType.DocumentNote
character varying(2000)
Text
Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

C_DocType.IsActive
character(1)
Yes-No
Default Default value The Default Checkbox indicates if this record will be used as a default value. C_DocType.IsDefault
character(1)
Yes-No
GL Category General Ledger Category The General Ledger Category is an optional, user defined method of grouping journal lines. C_DocType.GL_Category_ID
numeric(10)
Table Direct
Sales Transaction This is a Sales Transaction The Sales Transaction checkbox indicates if this item is a Sales Transaction. C_DocType.IsSOTrx
character(1)
Yes-No
Document Base Type Logical type of document The Document Base Type identifies the base or starting point for a document. Multiple document types may share a single document base type. C_DocType.DocBaseType
character(3)
List
SO Sub Type Sales Order Sub Type The SO Sub Type indicates the type of sales order this document refers to. This field only appears when the Document Base Type is Sales Order. The selection made here will determine which documents will be generated when an order is processed and which documents must be generated manually or in batches.

The following outlines this process.
SO Sub Type of Standard Order will generate just the Order document when the order is processed.
The Delivery Note, Invoice and Receipt must be generated via other processes.
SO Sub Type of Warehouse Order will generate the Order and Delivery Note.
The Invoice and Receipt must be generated via other processes.
SO Sub Type of Credit Order will generate the Order, Delivery Note and Invoice.
The Receipt must be generated via other processes.
SO Sub Type of POS (Point of Sale) will generate all document

C_DocType.DocSubTypeSO
character(2)
List
Inv Sub Type Inventory Sub Type The Inventory Sub Type indicates the type of inventory this document refers to. This field only appears when the Document Base Type is Material Physical Inventory. The selection made here will determine which window must be used and which data in the lines is relevant for the document. Internal Use inventory (based on Internal Used Quantity) or Physical Inventory (based on difference between Qty Counted vs Qty Book) C_DocType.DocSubTypeInv
character varying(2)
List
Pro forma Invoice Indicates if Pro Forma Invoices can be generated from this document The Pro Forma Invoice checkbox indicates if pro forma invoices can be generated from this sales document. A pro forma invoice indicates the amount that will be due should an order be shipped. C_DocType.HasProforma
character(1)
Yes-No
Document Type for ProForma Document type used for pro forma invoices generated from this sales document he Document Type for Invoice indicates the document type that will be used when an invoice is generated from this sales document. This field will display only when the base document type is Sales Order and the Pro Forma Invoice checkbox is selected C_DocType.C_DocTypeProforma_ID
numeric(10)
Table
Document Type for Invoice Document type used for invoices generated from this sales document The Document Type for Invoice indicates the document type that will be used when an invoice is generated from this sales document. This field will display only when the base document type is Sales Order. C_DocType.C_DocTypeInvoice_ID
numeric(10)
Table
Document Type for Shipment Document type used for shipments generated from this sales document he Document Type for Shipments indicates the document type that will be used when a shipment is generated from this sales document. This field will display only when the base document type is Sales Order. C_DocType.C_DocTypeShipment_ID
numeric(10)
Table
Document is Number Controlled The document has a document sequence The Document Number Controlled checkbox indicates if this document type will have a sequence number. C_DocType.IsDocNoControlled
character(1)
Yes-No
Document Sequence Document sequence determines the numbering of documents The Document Sequence indicates the sequencing rule to use for this document type. C_DocType.DocNoSequence_ID
numeric(10)
Table
Overwrite Sequence on Complete C_DocType.IsOverwriteSeqOnComplete
character(1)
Yes-No
Definite Sequence C_DocType.DefiniteSequence_ID
numeric(10)
Table
Overwrite Date on Complete C_DocType.IsOverwriteDateOnComplete
character(1)
Yes-No
Allow Product Without Price List Allow product without price list on this document type. C_DocType.IsNoPriceListCheck
character(1)
Yes-No
Pick/QA Confirmation Require Pick or QA Confirmation before processing The processing of the Shipment (Receipt) requires Pick (QA) Confirmation. Note that shipments for automatic documents like POS/Warehouse Orders cannot have confirmations! C_DocType.IsPickQAConfirm
character(1)
Yes-No
Ship/Receipt Confirmation Require Ship or Receipt Confirmation before processing The processing of the Shipment (Receipt) requires Ship (Receipt) Confirmation. Note that shipments for automatic documents like POS/Warehouse Orders cannot have confirmations! C_DocType.IsShipConfirm
character(1)
Yes-No
Split when Difference Split document when there is a difference If the confirmation contains differences, the original document is split allowing the original document (shipment) to be processed and updating Inventory - and the newly created document for handling the dispute at a later time. Until the confirmation is processed, the inventory is not updated. C_DocType.IsSplitWhenDifference
character(1)
Yes-No
Difference Document Document type for generating in dispute Shipments If the confirmation contains differences, the original document is split allowing the original document (shipment) to be processed and updating Inventory - and the newly created document for handling the dispute at a later time. Until the confirmation is processed, the inventory is not updated. C_DocType.C_DocTypeDifference_ID
numeric(10)
Table
Prepare Split Document Prepare generated split shipment/receipt document C_DocType.IsPrepareSplitDocument
character(1)
Yes-No
In Transit Movement is in transit Material Movement is in transit - shipped, but not received.

The transaction is completed, if confirmed.

C_DocType.IsInTransit
character(1)
Yes-No
Create Counter Document Create Counter Document If selected, create specified counter document. If not selected, no counter document is created for the document type. C_DocType.IsCreateCounter
character(1)
Yes-No
Default Counter Document The document type is the default counter document type 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: when generating a Sales Order, use this Sales Order document type.

This default can be overwritten by defining explicit counter document relationships.

C_DocType.IsDefaultCounterDoc
character(1)
Yes-No
Mandatory Charge or Product C_DocType.IsChargeOrProductMandatory
character(1)
Yes-No
Print Format Data Print Format The print format determines how data is rendered for print. C_DocType.AD_PrintFormat_ID
numeric(10)
Table Direct
Document Copies Number of copies to be printed The Document Copies indicates the number of copies of each document that will be generated. C_DocType.DocumentCopies
numeric(10)
Integer

Tab: Translation

Description: Translation

Help: The Translation Tab defines a Document Type in an alternate language.

Document Type - Translation - Window (iDempiere 1.0.0).png

Fields
Name Description Help Technical Data
Tenant Tenant for this installation. A Tenant is a company or a legal entity. You cannot share data between Tenants. C_DocType_Trl.AD_Client_ID
numeric(10)
Table Direct
Organization Organizational entity within tenant An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. C_DocType_Trl.AD_Org_ID
numeric(10)
Table Direct
Document Type Document type or rules The Document Type determines document sequence and processing rules C_DocType_Trl.C_DocType_ID
numeric(10)
Table Direct
Language Language for this entity The Language identifies the language to use for display and formatting C_DocType_Trl.AD_Language
character varying(6)
Table
Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

C_DocType_Trl.IsActive
character(1)
Yes-No
Translated This column is translated The Translated checkbox indicates if this column is translated. C_DocType_Trl.IsTranslated
character(1)
Yes-No
Name Alphanumeric identifier of the entity 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. C_DocType_Trl.Name
character varying(60)
String
Print Text The label text to be printed on a document or correspondence. The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. C_DocType_Trl.PrintName
character varying(60)
String
Document Note Additional information for a Document The Document Note is used for recording any additional information regarding this product. C_DocType_Trl.DocumentNote
character varying(2000)
Text


Contributions / Posts

Cookies help us deliver our services. By using our services, you agree to our use of cookies.