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.default JournalVoucherFinancial.getReversalJournalVoucher(String reversalReason, boolean appendToNarration) Retrieves a reversal journal voucher based on the provided reversal reason and whether to append the reason to the narration.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()JournalVoucher.reverseVoucher()Reverses a journal voucher by creating a new voucher with inverted facts.JournalVoucher.reverseVoucher(JournalVoucher reversal, Date date, String reversalReason, boolean prependToNarration) Reverses a journal voucher by creating a new reversal journal voucher based on the current voucher's details and adjusting the entries accordingly.JournalVoucher.reverseVoucher(String reversalReason) Reverses a journal voucher and creates a new entry with the reversal details.JournalVoucher.reverseVoucher(String reversalReason, boolean prependToNarration) Reverses a journal voucher by creating a reversed version of the original voucher.JournalVoucher.reverseVoucher(Date date, String reversalReason) Reverses a journal voucher based on the provided date and reversal reason.JournalVoucher.reverseVoucher(Date date, String reversalReason, boolean prependToNarration) Reverses a journal voucher by creating a reversal entry with the specified date, reversal reason, and narration handling.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.default List<JournalVoucher> Financial.listJournalVouchers()Retrieves a list of journal vouchers associated with the current financial entity.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) JournalVoucher.reverseVoucher(JournalVoucher reversal, Date date, String reversalReason, boolean prependToNarration) Reverses a journal voucher by creating a new reversal journal voucher based on the current voucher's details and adjusting the entries accordingly.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