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 Doc
DefaultDocumentFactory. getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)
default Doc
IDocFactory. getDocument(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName)
Create Posting documentDoc
IDocFactory. getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)
Create Posting documentDoc
MappedDocumentFactory. 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 void
IMappedDocumentFactory. addMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter,? extends Doc> supplier)
add table name + gaap (optional) to Doc mappingvoid
MappedDocumentFactory. 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 class
Doc_AllocationHdr
Post Allocation Documents.class
Doc_AssetAddition
class
Doc_AssetDisposed
class
Doc_AssetReval
class
Doc_AssetTransfer
class
Doc_BankStatement
Post Invoice Documents.class
Doc_Cash
Post Invoice Documents.class
Doc_DepreciationEntry
class
Doc_GLJournal
Post GL Journal Documents.class
Doc_InOut
Post Shipment/Receipt Documents.class
Doc_Inventory
Post Inventory Documents.class
Doc_Invoice
Post Invoice Documents.class
Doc_MatchInv
Post MatchInv Documents.class
Doc_MatchPO
Post MatchPO Documents.class
Doc_Movement
Post Invoice Documents.class
Doc_Order
Post Order Documents.class
Doc_Payment
Post Invoice Documents.class
Doc_Production
Post Invoice Documents.class
Doc_ProjectIssue
Project Issue.class
Doc_Requisition
Post Order Documents.Methods in org.compiere.acct that return Doc Modifier and Type Method Description static Doc
Doc. get(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName)
Create Posting documentstatic Doc
Doc. get(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)
Create Posting documentstatic Doc
DocManager. getDocument(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName)
Create Posting documentstatic Doc
DocManager. 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 Fact
Doc_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 Fact
Doc_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 Salesvoid
FactLine. 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 Doc
PO. 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 void
PO. setDoc(Doc doc)
Set the accounting document associated to the PO - for use in POST ModelValidator
-