Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Account - Class in net.tangly.erp.ledger.domain
-
Defines an account as seen for double entry booking ledger and legal accounting for tax ports.
- Account(String, Account.AccountKind, Account.AccountGroup, Currency, String, String) - Constructor for class net.tangly.erp.ledger.domain.Account
- Account(String, Account.AccountKind, Currency, String, String) - Constructor for class net.tangly.erp.ledger.domain.Account
- Account.AccountGroup - Enum Class in net.tangly.erp.ledger.domain
-
Defines to which group the account belongs: assets, liabilities, expenses, or profits and losses.
- Account.AccountKind - Enum Class in net.tangly.erp.ledger.domain
-
Defines the kind of the account: asset, liability, income, expense, or an aggregate one.
- accountBy(String) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- accountChangeInTime(String, LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
-
Returns the change of the selected account during the specified time interval.
- AccountEntry - Record Class in net.tangly.erp.ledger.domain
-
The account entry class models one booking in an account of a double entry accounting system.
- AccountEntry(String, LocalDate, BigDecimal, String, String, boolean, VatCode, Collection<Tag>) - Constructor for record class net.tangly.erp.ledger.domain.AccountEntry
-
Creates an instance of a
AccountEntry
record class. - accountId() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
accountId
record component. - accounts() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- accounts() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- ACCOUNTS - Static variable in class net.tangly.erp.ledger.ui.LedgerBoundedDomainUi
- accountsOwnedBy(String) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- add(Account) - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- add(Account) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- addEntry(AccountEntry) - Method in class net.tangly.erp.ledger.domain.Account
- AGGREGATE - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountKind
- aggregatedAccounts() - Method in class net.tangly.erp.ledger.domain.Account
- amount() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
amount
record component. - amount() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Return the amount of the transaction.
- amount() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns the value of the
amount
record component. - AnalyticsLedgerView - Class in net.tangly.erp.ledger.ui
- AnalyticsLedgerView(LedgerBoundedDomainUi) - Constructor for class net.tangly.erp.ledger.ui.AnalyticsLedgerView
- ASSET - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountKind
- assets() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- ASSETS - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
B
- balance(String, LocalDate) - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
-
Returns the balance of the selected account at the given date.
- balance(LocalDate) - Method in class net.tangly.erp.ledger.domain.Account
-
Debits and Credits are from the bank’s point of view, and so are the opposite of what you expect when it comes to the maths involved.
- balance(LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.domain.Account
-
Returns the balance of the account between two dates.
- book(Transaction) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- bookableAccountIds() - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- bookableAccounts() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- build() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
-
Builds the account tree structure and perform basic validation.
C
- CASH_ON_HAND_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- CASH_ON_HAND_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- clearEntities(DomainAudit) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- close() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- ClosingReportAsciiDoc - Class in net.tangly.erp.ledger.artifacts
-
A complete accounting report for a specific time interval.
- ClosingReportAsciiDoc(LedgerRealm, TypeRegistry) - Constructor for class net.tangly.erp.ledger.artifacts.ClosingReportAsciiDoc
-
Constructor of the closing report.
- CmdCreateLedgerDocument - Class in net.tangly.erp.ledger.ui
-
Command to create a ledger document for a given period.
- CmdCreateLedgerDocument(LedgerBoundedDomain) - Constructor for class net.tangly.erp.ledger.ui.CmdCreateLedgerDocument
- CmdViewAccountTransactions - Class in net.tangly.erp.ledger.ui
-
Displays all the transactions of an account in a dialog.
- CmdViewAccountTransactions(LedgerBoundedDomain, Account) - Constructor for class net.tangly.erp.ledger.ui.CmdViewAccountTransactions
- code() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns the value of the
code
record component. - computeDueVat(LocalDate, LocalDate, VatCode) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- computeSegments(String, LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- computeSegments(String, LocalDate, LocalDate) - Method in interface net.tangly.erp.ledger.services.LedgerPort
-
Computes all segments of a code for a specific time interval.
- computeVat(LocalDate, LocalDate, VatCode) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- computeVat(Transaction) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
-
Creates synthetic transactions to deduct the VAT due amount and transfer it to the VAT account 2201.
- computeVatSales(LocalDate, LocalDate, VatCode) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- countTags(Map<TagType<?>, Integer>) - Method in class net.tangly.erp.ledger.services.LedgerBoundedDomain
- create(LocalDate, LocalDate, PrintWriter, boolean, boolean, boolean, boolean, boolean) - Method in class net.tangly.erp.ledger.artifacts.ClosingReportAsciiDoc
-
Creates the accounting report for the specified period.
- create(LocalDate, LocalDate, Path, boolean, boolean, boolean, boolean, boolean) - Method in class net.tangly.erp.ledger.artifacts.ClosingReportAsciiDoc
- credit() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
credit
record component. - credit(String, LocalDate, BigDecimal, String, String, VatCode) - Static method in record class net.tangly.erp.ledger.domain.AccountEntry
- credit(String, LocalDate, BigDecimal, String, String, VatCode, Collection<Tag>) - Static method in record class net.tangly.erp.ledger.domain.AccountEntry
- creditAccount() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Return the credit (Haben) account of the transaction.
- creditSplits() - Method in record class net.tangly.erp.ledger.domain.Transaction
- currency() - Method in class net.tangly.erp.ledger.domain.Account
D
- date() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
date
record component. - date() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
date
record component. - dateExpected() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
dateExpected
record component. - debit() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
debit
record component. - debit(String, LocalDate, BigDecimal, String, String, VatCode) - Static method in record class net.tangly.erp.ledger.domain.AccountEntry
- debit(String, LocalDate, BigDecimal, String, String, VatCode, Collection<Tag>) - Static method in record class net.tangly.erp.ledger.domain.AccountEntry
- debitAccount() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Return the debit (Soll) account of the transaction.
- debitSplits() - Method in record class net.tangly.erp.ledger.domain.Transaction
- dialog() - Method in class net.tangly.erp.ledger.ui.CmdCreateLedgerDocument
- dialog() - Method in class net.tangly.erp.ledger.ui.CmdViewAccountTransactions
- documents() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- documents() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- DOMAIN - Static variable in class net.tangly.erp.ledger.services.LedgerBoundedDomain
E
- earnings(LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- EARNINGS_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- EARNINGS_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- ebit(LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- EBIT_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- EBIT_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- enabled() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns the value of the
enabled
record component. - entities() - Method in class net.tangly.erp.ledger.services.LedgerBoundedDomain
- entries() - Method in class net.tangly.erp.ledger.domain.Account
- entries() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- entries() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- equals(Object) - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Indicates whether some other object is "equal to" this one.
- EQUITY_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- EQUITY_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- execute() - Method in class net.tangly.erp.ledger.ui.CmdCreateLedgerDocument
- execute() - Method in class net.tangly.erp.ledger.ui.CmdViewAccountTransactions
- EXPECTED_DATE - Static variable in class net.tangly.erp.ledger.domain.LedgerTags
- EXPENSE - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountKind
- EXPENSES - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
- exportChartOfAccounts(DomainAudit, Path) - Method in class net.tangly.erp.ledger.ports.LedgerTsvHdl
-
Exports the chart of accounts to the provided file.
- exportEntities(DomainAudit) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- exportJournal(DomainAudit, Path, LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.ports.LedgerTsvHdl
-
Exports the transactions with a date in the given time interval.
- exportLedgerDocument(String, LocalDate, LocalDate, boolean, boolean, boolean, boolean, boolean, String, Collection<Tag>, DomainAudit) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- exportLedgerDocument(String, LocalDate, LocalDate, boolean, boolean, boolean, boolean, boolean, String, Collection<Tag>, DomainAudit) - Method in interface net.tangly.erp.ledger.services.LedgerPort
-
Exports a ledger report with profits and losses, and assets and liabilities information for a specific time interval.
F
- FINANCE - Static variable in record class net.tangly.erp.ledger.domain.AccountEntry
- from() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns the value of the
from
record component.
G
- getEntriesFor(LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.domain.Account
- getVat() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
- getVatDue() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the VAT due amount for the entry.
- group() - Method in class net.tangly.erp.ledger.domain.Account
H
- hasCreditSplits() - Method in record class net.tangly.erp.ledger.domain.Transaction
- hasDebitSplits() - Method in record class net.tangly.erp.ledger.domain.Transaction
- hashCode() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns a hash code value for this object.
- hasVatCode() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
I
- id() - Method in class net.tangly.erp.ledger.domain.Account
- id() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns the value of the
id
record component. - importChartOfAccounts(DomainAudit, Path) - Method in class net.tangly.erp.ledger.ports.LedgerTsvHdl
-
The file structure provided by the external program is: SectionDefines the section the account is belonging to: 1 for assets, 2 for liabilities, 4 for profits and losses.
- importConfiguration(DomainAudit, TypeRegistry) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- importEntities(DomainAudit) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- importJournal(DomainAudit, Reader, String) - Method in class net.tangly.erp.ledger.ports.LedgerTsvHdl
-
Imports the transaction list exported from a CSV file with a header.
- INCOME - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountKind
- isAggregate() - Method in class net.tangly.erp.ledger.domain.Account
-
Return true if the account is an aggregate account, meaning the balance is the aggregation of a set of accounts.
- isCredit() - Method in class net.tangly.erp.ledger.domain.Account
-
Return true if the account is a credit account.
- isCredit() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
- isDebit() - Method in class net.tangly.erp.ledger.domain.Account
-
Return true if the account is a debit account.
- isDebit() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
isDebit
record component. - isShutdown() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- isSplit() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Return true if the transaction is split between multiple accounts.
J
- JOURNAL - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- journalForYear(int) - Static method in class net.tangly.erp.ledger.ports.LedgerAdapter
K
L
- ledger() - Method in class net.tangly.erp.ledger.ports.LedgerTsvHdl
- ledger() - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- LEDGER - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- LedgerAdapter - Class in net.tangly.erp.ledger.ports
-
Provide workflows for ledger activities.
- LedgerAdapter(LedgerRealm, Path, Path) - Constructor for class net.tangly.erp.ledger.ports.LedgerAdapter
- LedgerBoundedDomain - Class in net.tangly.erp.ledger.services
- LedgerBoundedDomain(LedgerRealm, LedgerBusinessLogic, LedgerPort, TenantDirectory) - Constructor for class net.tangly.erp.ledger.services.LedgerBoundedDomain
- LedgerBoundedDomainUi - Class in net.tangly.erp.ledger.ui
- LedgerBoundedDomainUi(LedgerBoundedDomain) - Constructor for class net.tangly.erp.ledger.ui.LedgerBoundedDomainUi
- LedgerBusinessLogic - Class in net.tangly.erp.ledger.services
- LedgerBusinessLogic(LedgerRealm) - Constructor for class net.tangly.erp.ledger.services.LedgerBusinessLogic
- LedgerEntities - Class in net.tangly.erp.ledger.ports
- LedgerEntities() - Constructor for class net.tangly.erp.ledger.ports.LedgerEntities
- LedgerEntities(Path) - Constructor for class net.tangly.erp.ledger.ports.LedgerEntities
- LedgerPort - Interface in net.tangly.erp.ledger.services
-
Defines the import port for the ledger bounded domain.
- LedgerPort.Segment - Record Class in net.tangly.erp.ledger.services
- LedgerRealm - Interface in net.tangly.erp.ledger.services
-
The ledger implements a ledger with a chart of accounts and a set of transactions.
- LedgerTags - Class in net.tangly.erp.ledger.domain
-
The tag ontology of the ledger bounded domain is defined here.
- LedgerTsvHdl - Class in net.tangly.erp.ledger.ports
-
The ledger CSV handler can import ledger plans and journal of transactions.
- LedgerTsvHdl(LedgerRealm, TypeRegistry) - Constructor for class net.tangly.erp.ledger.ports.LedgerTsvHdl
- liabilities() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- LIABILITIES - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
- LIABILITY - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountKind
- logger - Static variable in interface net.tangly.erp.ledger.services.LedgerRealm
- LONG_TERM_THIRD_PARTY_CAPITAL_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- LONG_TERM_THIRD_PARTY_CAPITAL_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
N
- name() - Method in class net.tangly.erp.ledger.domain.Account
- name() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns the value of the
name
record component. - net.tangly.erp.ledger.artifacts - package net.tangly.erp.ledger.artifacts
- net.tangly.erp.ledger.domain - package net.tangly.erp.ledger.domain
-
Provides core abstractions used in any commercial application in need of a technical ledger.
- net.tangly.erp.ledger.ports - package net.tangly.erp.ledger.ports
-
Provides the adapters for the bounded domain.
- net.tangly.erp.ledger.services - package net.tangly.erp.ledger.services
- net.tangly.erp.ledger.ui - package net.tangly.erp.ledger.ui
-
The accounts view and the transactions view display information from the same ledger.
O
- of(int, Account.AccountKind, String, String, String) - Static method in class net.tangly.erp.ledger.domain.Account
- of(String, int, int, String, String) - Static method in record class net.tangly.erp.ledger.domain.Transaction
- of(String, LocalDate, BigDecimal, String, String, boolean, VatCode) - Method in record class net.tangly.erp.ledger.domain.AccountEntry
- of(String, int, int, String, String, String) - Static method in record class net.tangly.erp.ledger.domain.Transaction
- of(String, Account.AccountGroup, String, String, String) - Static method in class net.tangly.erp.ledger.domain.Account
- of(LocalDate, String, String, AccountEntry, AccountEntry, LocalDate, List<AccountEntry>) - Static method in record class net.tangly.erp.ledger.domain.Transaction
- ofSynthetic(LocalDate, String, String, BigDecimal, String, String, VatCode, LocalDate, List<AccountEntry>) - Static method in record class net.tangly.erp.ledger.domain.Transaction
- ownedBy() - Method in class net.tangly.erp.ledger.domain.Account
P
- populateExpectedDates(LedgerBoundedDomain) - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- populateExpectedDates(LedgerBoundedDomain) - Method in interface net.tangly.erp.ledger.services.LedgerPort
- profitAndLoss() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- PROFITS_AND_LOSSES - Enum constant in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
- PROJECT - Static variable in record class net.tangly.erp.ledger.domain.AccountEntry
R
- realm() - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
- reference() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
reference
record component. - reference() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
reference
record component. - refresh() - Method in class net.tangly.erp.ledger.ui.AnalyticsLedgerView
- registerTags(TypeRegistry) - Static method in class net.tangly.erp.ledger.domain.LedgerTags
- registry() - Method in class net.tangly.erp.ledger.ports.LedgerAdapter
S
- Segment(String, LocalDate, LocalDate, BigDecimal) - Constructor for record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Creates an instance of a
Segment
record class. - SEGMENT - Static variable in record class net.tangly.erp.ledger.domain.AccountEntry
- select(AppLayout, MenuBar) - Method in class net.tangly.erp.ledger.ui.LedgerBoundedDomainUi
- SHORT_TERM_THIRD_PARTY_CAPITAL_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- SHORT_TERM_THIRD_PARTY_CAPITAL_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- splits() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
splits
record component. - synthetic() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
synthetic
record component.
T
- tags() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
tags
record component. - text() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
text
record component. - text() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns the value of the
text
record component. - to() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns the value of the
to
record component. - toString() - Method in class net.tangly.erp.ledger.domain.Account
- toString() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns a string representation of this record class.
- toString() - Method in record class net.tangly.erp.ledger.domain.Transaction
-
Returns a string representation of this record class.
- toString() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns a string representation of this record class.
- toString() - Method in record class net.tangly.erp.ledger.services.LedgerPort.Segment
-
Returns a string representation of this record class.
- Transaction - Record Class in net.tangly.erp.ledger.domain
-
A simple transaction is a money transfer between a debit and a credit account.
- Transaction(LocalDate, String, String, BigDecimal, String, String) - Constructor for record class net.tangly.erp.ledger.domain.Transaction
- Transaction(LocalDate, String, String, BigDecimal, String, String, List<AccountEntry>) - Constructor for record class net.tangly.erp.ledger.domain.Transaction
- Transaction(LocalDate, String, String, BigDecimal, String, String, VatCode, LocalDate, List<AccountEntry>) - Constructor for record class net.tangly.erp.ledger.domain.Transaction
- Transaction(LocalDate, String, String, AccountEntry, AccountEntry, LocalDate, boolean, List<AccountEntry>) - Constructor for record class net.tangly.erp.ledger.domain.Transaction
-
Creates an instance of a
Transaction
record class. - transactions() - Method in class net.tangly.erp.ledger.ports.LedgerEntities
- transactions() - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- transactions(LocalDate, LocalDate) - Method in interface net.tangly.erp.ledger.services.LedgerRealm
- TRANSACTIONS - Static variable in class net.tangly.erp.ledger.ui.LedgerBoundedDomainUi
- turnover(LocalDate, LocalDate) - Method in class net.tangly.erp.ledger.services.LedgerBusinessLogic
- TURNOVER_ACCOUNT - Static variable in class net.tangly.erp.ledger.ports.LedgerAdapter
- TURNOVER_ACCOUNT - Static variable in class net.tangly.erp.ledger.services.LedgerBusinessLogic
U
- updateAggregatedAccounts(Collection<Account>) - Method in class net.tangly.erp.ledger.domain.Account
V
- valueOf(String) - Static method in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.tangly.erp.ledger.domain.Account.AccountKind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.tangly.erp.ledger.domain.Account.AccountGroup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.tangly.erp.ledger.domain.Account.AccountKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VAT_ACCOUNT - Static variable in interface net.tangly.erp.ledger.services.LedgerRealm
- VAT_FLAT_RATE - Static variable in interface net.tangly.erp.ledger.services.LedgerRealm
- vatCode() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
-
Returns the value of the
vatCode
record component. - vatCode() - Method in record class net.tangly.erp.ledger.domain.Transaction
- VatCode - Record Class in net.tangly.erp.ledger.domain
- VatCode(int, String, BigDecimal, BigDecimal, boolean) - Constructor for record class net.tangly.erp.ledger.domain.VatCode
-
Creates an instance of a
VatCode
record class. - vatCodeAsString() - Method in record class net.tangly.erp.ledger.domain.AccountEntry
- vatCodeAsString() - Method in record class net.tangly.erp.ledger.domain.Transaction
- vatDueRate() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns the value of the
vatDueRate
record component. - vatRate() - Method in record class net.tangly.erp.ledger.domain.VatCode
-
Returns the value of the
vatRate
record component.
W
- withDateExpected(LocalDate) - Method in record class net.tangly.erp.ledger.domain.Transaction
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form