Uses of Class
com.storedobject.core.JournalVoucher
Packages that use JournalVoucher
-
Uses of JournalVoucher in com.storedobject.accounts
Methods in com.storedobject.accounts with parameters of type JournalVoucherModifier and TypeMethodDescriptionprotected void
CustomerInvoice.postTax
(JournalVoucher journalVoucher) protected void
Invoice.postTax
(JournalVoucher journalVoucher) -
Uses of JournalVoucher in com.storedobject.core
Methods in com.storedobject.core that return JournalVoucherModifier and TypeMethodDescriptionstatic JournalVoucher
JournalVoucher.createFrom
(UnpostedJournal unpostedJournal) Create an instance of theJournalVoucher
from the givenUnpostedJournal
.JournalVoucher.Entry.getVoucher()
Get the voucher associated with this entry.JournalVoucherStage.getVoucher()
default JournalVoucher
LedgerEntry.getVoucher()
Get the voucher for this entry.TransactionDate.getVoucher()
TransactionValueDate.getVoucher()
Methods in com.storedobject.core that return types with arguments of type JournalVoucherModifier and TypeMethodDescriptionJournalVoucher.getVouchers()
Get the list of all vouchers in this transaction.default List
<JournalVoucher> LedgerEntry.getVouchers()
Get the vouchers for this transaction.Methods in com.storedobject.core with parameters of type JournalVoucherModifier and TypeMethodDescriptionprotected Fault
JSONTransact.commit
(Device device, JournalVoucher jv, JSON json, JSONMap result) protected void
JSONTransact.entryCreated
(Device device, JournalVoucher jv, JSON json) void
JournalVoucherStage.setVoucher
(JournalVoucher voucher) void
TransactionDate.setVoucher
(JournalVoucher voucher) void
TransactionValueDate.setVoucher
(JournalVoucher voucher) protected boolean
JSONTransact.validateWorkingDate
(Device device, JournalVoucher jv, Date date) -
Uses of JournalVoucher in com.storedobject.ui.accounts
Methods in com.storedobject.ui.accounts that return JournalVoucherModifier and TypeMethodDescriptionprotected JournalVoucher
JournalVoucherEditor.createObjectInstance()
Methods in com.storedobject.ui.accounts that return types with arguments of type JournalVoucherMethods in com.storedobject.ui.accounts with parameters of type JournalVoucherModifier and TypeMethodDescriptionvoid
JournalVoucherBrowser.doView
(JournalVoucher object) protected void
JournalVoucherEditor.saveObject
(Transaction t, JournalVoucher object) void
JournalVoucherView.setVoucher
(JournalVoucher voucher) Method parameters in com.storedobject.ui.accounts with type arguments of type JournalVoucherModifier and TypeMethodDescriptionvoid
JournalVoucherView.setVouchers
(List<JournalVoucher> vouchers) Constructors in com.storedobject.ui.accounts with parameters of type JournalVoucherConstructor parameters in com.storedobject.ui.accounts with type arguments of type JournalVoucher