Package | Description |
---|---|
org.posper.hibernate.formatters |
POSper Formatters
Formatters are passed to the Velocity engine, e.g. when a ticket is printed.
|
org.posper.tpv.payment |
Modifier and Type | Class and Description |
---|---|
class |
DiscountLineFormatter |
Modifier and Type | Method and Description |
---|---|
List<AccountingLineFormatter> |
CloseCashFormatter.getAccountingLines(int levelMask)
Retrieves a list of all accounting line formatters.
|
List<AccountingLineFormatter> |
StatisticsFormatter.getAccountingLinesByModifier(int modifierMask)
Retrieve the number of sold produkts for the given modifierMask
grouped by products.
|
List<AccountingLineFormatter> |
StatisticsFormatter.getAccountingLinesByProduct(int accountingLevelMask)
Retrieve the number of sold produkts for the given accountingLevelMask
grouped by products.
|
Modifier and Type | Field and Description |
---|---|
protected List<AccountingLineFormatter> |
PaymentsModel.m_linesByAccountingLevel |
protected List<AccountingLineFormatter> |
PaymentsModel.m_linesByModifiers |
Modifier and Type | Method and Description |
---|---|
List<AccountingLineFormatter> |
PaymentsModel.getAccountingLines(int levelMask)
Retrieves sales values for products having the accounting levels in levelMask.
|
List<AccountingLineFormatter> |
PaymentsModel.getAccountingLines(int levelMask,
boolean groupByProduct)
Retrieves sales values for products having the accounting levels in levelMask.
|
List<AccountingLineFormatter> |
PaymentsModel.getAccountingLinesByModifier(int modifierMask,
boolean groupByProduct)
Retrieves sales values for products having the modifiers in modifierMask set.
|
Copyright © 2021. All rights reserved.