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 | Method and Description |
---|---|
List<PaymentsLineFormatter> |
CloseCashFormatter.getPaymentLines()
Retrieves a list of all payment lines.
|
List<PaymentsLineFormatter> |
CloseCashFormatter.getPaymentLinesByHost(String hosts)
Get a list of PaymentLineFormatters for the listed hosts.
|
List<PaymentsLineFormatter> |
CloseCashFormatter.getPaymentLinesByUser()
Get a list of PaymentLineFormatters grouped by users and payment methods.
|
Modifier and Type | Method and Description |
---|---|
List<PaymentsLineFormatter> |
PaymentsModel.getPaymentLines()
Retrieves a list of all payment lines.
|
List<PaymentsLineFormatter> |
PaymentsModel.getPaymentLinesByHosts(String hosts)
Get a list of PaymentLineFormatters for the listed hosts.
|
List<PaymentsLineFormatter> |
PaymentsModel.getPaymentLinesByUser()
Get a list of PaymentsLineFormatters for the selected register of the
current host.
|
Copyright © 2021. All rights reserved.