Uses of Class
org.compiere.model.MJournal
-
Packages that use MJournal Package Description org.compiere.acct org.compiere.model Provides for.... -
-
Uses of MJournal in org.compiere.acct
Methods in org.compiere.acct with parameters of type MJournal Modifier and Type Method Description protected DocLine[]
Doc_GLJournal. loadLines(MJournal journal)
Load Invoice Line -
Uses of MJournal in org.compiere.model
Fields in org.compiere.model declared as MJournal Modifier and Type Field Description protected MJournal
MJournalLine. m_parent
ParentMethods in org.compiere.model that return MJournal Modifier and Type Method Description MJournal[]
MJournalBatch. getJournals(boolean requery)
Get Journal LinesMJournal
MJournalLine. getParent()
Get ParentMJournal
MJournal. reverseAccrualIt(int GL_JournalBatch_ID)
Reverse Accrual.MJournal
MJournal. reverseCorrectIt(int GL_JournalBatch_ID)
Reverse Correction.Methods in org.compiere.model with parameters of type MJournal Modifier and Type Method Description int
MJournal. copyLinesFrom(MJournal fromJournal, Timestamp dateAcct, char typeCR)
Copy Lines from other JournalConstructors in org.compiere.model with parameters of type MJournal Constructor Description MJournal(MJournal original)
Copy Constructor.MJournalLine(MJournal parent)
Parent Constructor
-