Uses of Class
org.compiere.acct.Doc
Packages that use Doc
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide classes for posting of accounting document to the fact table (
MFactAcct.This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of Doc in org.adempiere.base
Methods in org.adempiere.base that return DocModifier and TypeMethodDescriptionDefaultDocumentFactory.getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) default DocIDocFactory.getDocument(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName) Create Posting documentIDocFactory.getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) Create Posting documentMappedDocumentFactory.getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) Method parameters in org.adempiere.base with type arguments of type DocModifier and TypeMethodDescriptionvoidIMappedDocumentFactory.addMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter, ? extends Doc> supplier) add table name + gaap (optional) to Doc mappingvoidMappedDocumentFactory.addMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter, ? extends Doc> supplier) -
Uses of Doc in org.compiere.acct
Subclasses of Doc in org.compiere.acctModifier and TypeClassDescriptionclassPost Allocation Documents.classPosting forMAssetAdditiondocument.classPosting forMAssetDisposeddocument.classPosting forMAssetRevaldocument.classPosting forMAssetTransferdocument.classPostMBankStatementDocuments.classPostMCashDocuments.classPosting forMDepreciationEntrydocument.classPost GL Journal Documents.classPost Shipment/Receipt Documents.classPost Inventory Documents.classPost Invoice Documents.classPost MatchInv Documents.classPost MatchPO Documents.classPostMMovementDocuments.classPost Order Documents.classPostMPaymentDocuments.classPostMProductionDocuments.classPosting forMProjectIssuedocument.classPostMRequisitionDocuments.Methods in org.compiere.acct that return DocModifier and TypeMethodDescriptionstatic DocDoc.get(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName) Create Posting documentstatic DocDoc.get(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) Create Posting documentstatic DocDocManager.getDocument(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName) Create Posting documentstatic DocDocManager.getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) Create Posting documentMethods in org.compiere.acct with parameters of type DocModifier and TypeMethodDescriptionprotected static FactDoc_Order.getCommitmentRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int C_InvoiceLine_ID, BigDecimal multiplier) Get Commitment Release.
Called from MatchInv for accrual and Allocation for cash based accountingprotected static DocLine[]Doc_Order.getCommitments(Doc doc, BigDecimal maxQty, int C_InvoiceLine_ID) Get Commitmentsstatic FactDoc_Order.getCommitmentSalesRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int M_InOutLine_ID, BigDecimal multiplier) Get Commitment Sales Release.protected static DocLine[]Doc_Order.getCommitmentsSales(Doc doc, BigDecimal maxQty, int M_InOutLine_ID) Get Commitments SalesvoidFactLine.setDocumentInfo(Doc doc, DocLine docLine) Set Document InfoConstructors in org.compiere.acct with parameters of type DocModifierConstructorDescriptionCreate Document LineDocLine_Allocation(MAllocationLine line, Doc doc) DocLine_AllocationDocLine_InOut(PO po, Doc doc) ConstructorFact(Doc document, MAcctSchema acctSchema, String defaultPostingType) Constructor -
Uses of Doc in org.compiere.model
Methods in org.compiere.model that return DocModifier and TypeMethodDescriptionPO.getDoc()Get the accounting document associated to the PO - for use in POST ModelValidatorMethods in org.compiere.model with parameters of type Doc