Class CmdViewAccountTransactions
java.lang.Object
net.tangly.erp.ledger.ui.CmdViewAccountTransactions
- All Implemented Interfaces:
net.tangly.ui.app.domain.Cmd
Displays all the transactions of an account in a dialog. The date range can be selected. The initial balance is displayed.
The relevant transactions are displayed in a grid.
-
Constructor Summary
ConstructorDescriptionCmdViewAccountTransactions
(@NotNull LedgerBoundedDomain domain, @NotNull Account account) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.tangly.ui.app.domain.Cmd
isEnabled
-
Constructor Details
-
CmdViewAccountTransactions
public CmdViewAccountTransactions(@NotNull @NotNull LedgerBoundedDomain domain, @NotNull @NotNull Account account)
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfacenet.tangly.ui.app.domain.Cmd
-
dialog
public com.vaadin.flow.component.dialog.Dialog dialog()- Specified by:
dialog
in interfacenet.tangly.ui.app.domain.Cmd
-