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 voidCustomerInvoice.postTax(JournalVoucher journalVoucher) protected voidInvoice.postTax(JournalVoucher journalVoucher) -
Uses of JournalVoucher in com.storedobject.core
Methods in com.storedobject.core that return JournalVoucherModifier and TypeMethodDescriptionstatic JournalVoucherJournalVoucher.createFrom(UnpostedJournal unpostedJournal) Create an instance of theJournalVoucherfrom the givenUnpostedJournal.JournalVoucher.Entry.getVoucher()Get the voucher associated with this entry.JournalVoucherStage.getVoucher()default JournalVoucherLedgerEntry.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 FaultJSONTransact.commit(Device device, JournalVoucher jv, JSON json, JSONMap result) protected voidJSONTransact.entryCreated(Device device, JournalVoucher jv, JSON json) voidJournalVoucherStage.setVoucher(JournalVoucher voucher) voidTransactionDate.setVoucher(JournalVoucher voucher) voidTransactionValueDate.setVoucher(JournalVoucher voucher) protected booleanJSONTransact.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 JournalVoucherJournalVoucherEditor.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 TypeMethodDescriptionvoidJournalVoucherBrowser.doView(JournalVoucher object) protected voidJournalVoucherEditor.saveObject(Transaction t, JournalVoucher object) voidJournalVoucherView.setVoucher(JournalVoucher voucher) Method parameters in com.storedobject.ui.accounts with type arguments of type JournalVoucherModifier and TypeMethodDescriptionvoidJournalVoucherView.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