|
Adempiere 3.5.2a | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Doc | |
|---|---|
| org.compiere.acct | Package org.compiere.acct Provide viewer for the viewing of account posting records. |
| org.compiere.model | Provides for.... |
| Uses of Doc in org.compiere.acct |
|---|
| Subclasses of Doc in org.compiere.acct | |
|---|---|
class |
Doc_Allocation
Post Allocation Documents. |
class |
Doc_Bank
Post Invoice Documents. |
class |
Doc_Cash
Post Invoice Documents. |
class |
Doc_GLJournal
Post Invoice 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_Payroll
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 | |
|---|---|
static Doc |
Doc.get(MAcctSchema[] ass,
int AD_Table_ID,
int Record_ID,
String trxName)
Create Posting document |
static Doc |
Doc.get(MAcctSchema[] ass,
int AD_Table_ID,
ResultSet rs,
String trxName)
Create Posting document |
| Methods in org.compiere.acct with parameters of type Doc | |
|---|---|
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 Commitments |
protected static 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 Sales |
void |
FactLine.setDocumentInfo(Doc doc,
DocLine docLine)
Set Document Info |
| Constructors in org.compiere.acct with parameters of type Doc | |
|---|---|
DocLine_Allocation(MAllocationLine line,
Doc doc)
DocLine_Allocation |
|
DocLine(PO po,
Doc doc)
Create Document Line |
|
Fact(Doc document,
MAcctSchema acctSchema,
String defaultPostingType)
Constructor |
|
| Uses of Doc in org.compiere.model |
|---|
| Methods in org.compiere.model that return Doc | |
|---|---|
Doc |
PO.getDoc()
Set the accounting document associated to the PO - for use in POST ModelValidator |
| Methods in org.compiere.model with parameters of type Doc | |
|---|---|
void |
PO.setDoc(Doc doc)
Set the accounting document associated to the PO - for use in POST ModelValidator |
|
Adempiere 3.5.2a | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||