Uses of Class
org.compiere.acct.Doc
-
Packages that use Doc Package Description org.adempiere.base org.compiere.acct org.compiere.model Provides for.... -
-
Uses of Doc in org.adempiere.base
Methods in org.adempiere.base that return Doc Modifier and Type Method Description DocDefaultDocumentFactory. 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 documentDocIDocFactory. getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)Create Posting documentDocMappedDocumentFactory. getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)Method parameters in org.adempiere.base with type arguments of type Doc Modifier and Type Method Description voidIMappedDocumentFactory. 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.acct Modifier and Type Class Description classDoc_AllocationHdrPost Allocation Documents.classDoc_AssetAdditionclassDoc_AssetDisposedclassDoc_AssetRevalclassDoc_AssetTransferclassDoc_BankStatementPost Invoice Documents.classDoc_CashPost Invoice Documents.classDoc_DepreciationEntryclassDoc_GLJournalPost GL Journal Documents.classDoc_InOutPost Shipment/Receipt Documents.classDoc_InventoryPost Inventory Documents.classDoc_InvoicePost Invoice Documents.classDoc_MatchInvPost MatchInv Documents.classDoc_MatchPOPost MatchPO Documents.classDoc_MovementPost Invoice Documents.classDoc_OrderPost Order Documents.classDoc_PaymentPost Invoice Documents.classDoc_ProductionPost Invoice Documents.classDoc_ProjectIssueProject Issue.classDoc_RequisitionPost Order Documents.Methods in org.compiere.acct that return Doc Modifier and Type Method Description static 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 Doc Modifier and Type Method Description protected static FactDoc_Order. getCommitmentRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int C_InvoiceLine_ID, BigDecimal multiplier)Get Commitment Release.protected 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 Doc Constructor Description DocLine(PO po, Doc doc)Create 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 Doc Modifier and Type Method Description DocPO. getDoc()Set the accounting document associated to the PO - for use in POST ModelValidatorMethods in org.compiere.model with parameters of type Doc Modifier and Type Method Description voidPO. setDoc(Doc doc)Set the accounting document associated to the PO - for use in POST ModelValidator
-