Class CmdViewAccountTransactions

java.lang.Object
net.tangly.erp.ledger.ui.CmdViewAccountTransactions
All Implemented Interfaces:
net.tangly.ui.app.domain.Cmd

public class CmdViewAccountTransactions extends Object implements 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 Details

    • CmdViewAccountTransactions

      public CmdViewAccountTransactions(@NotNull @NotNull LedgerBoundedDomain domain, @NotNull @NotNull Account account)
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface net.tangly.ui.app.domain.Cmd
    • dialog

      public com.vaadin.flow.component.dialog.Dialog dialog()
      Specified by:
      dialog in interface net.tangly.ui.app.domain.Cmd