See: Description
Class | Description |
---|---|
AccountingLineFormatter | |
CloseCashFormatter | |
CustomerFormatter |
Used to retrieve customer information in the following templates:
Printer.Ticket, Printer.Ticket.Fiscal, Printer.TicketCopy,
Printer.TicketTotal, Printer.TicketUser, Printer.DeliveryNote, CustomerFinder.Line |
DateFormatter |
Retrieve information of the user associated with the ticket.
|
DiscountLineFormatter | |
KitchenLineFormatter |
The KitchenLineFormatter provides additional methods to be used for printing
kitchen tickets.
|
MemberaccountFormatter |
This class provides methods to format memberaccount records.
|
PaymentFormatter |
Provide additional methods to retrieve (formatted) Payment contents.
|
PaymentInfoMagcardFormatter |
Provide additional methods to retrieve (formatted) Payment contents.
|
PaymentsLineFormatter | |
ProductFormatter |
ProductFormatter is used to get access to product information from
velocity templates.
|
SalesLineFormatter | |
StatisticsFormatter | |
TaxFormatter |
Retrieve information on taxes associated with a ticket.
|
TicketFormatter |
A TicketFormatter object is passed to the Velocity engine when printing a ticket
(variable
ticket) , which makes the methods available in the following
velocity templates:
Printer.Ticket
Printer.Ticket.Fiscal
Printer.TicketCopy
Printer.TicketTotal
Printer.TicketUser
Printer.DeliveryNote
We rather propagate formatter objects than the object itself to a velocity script
to avoid fiddeling with the object. |
TicketLineFormatter |
TicketLineFormatter is used to get access to ticketline information from
velocity templates that yield a TicketFormatter object.
|
UserFormatter |
Retrieve information of the user associated with the ticket.
|
CustomerFormatter
Printer.Ticket, Printer.Ticket.Fiscal, Printer.TicketCopy,
Printer.TicketTotal,
Printer.TicketUser,
Printer.DeliveryNote
customer
MemberaccountFormatter
memberaccount
PaymentFormatter
TicketFormatter
TicketFormatter.getPayments()
TaxFormatter
TicketFormatter
,
TicketLineFormatter
TicketFormatter.getTaxes()
,
TicketLineFormatter.getTax()
,
TicketLineFormatter.getTaxes()
TicketFormatter
ticket
TicketLineFormatter
TicketFormatter
, Printer.TicketlineTicketFormatter.getLines()
, variable ticketline
in Printer.Ticketline
UserFormatter
TicketFormatter
TicketFormatter.getUser()
place
place
can be used in
Printer.Ticket, Printer.Ticket.Fiscal, Printer.TicketCopy,
Printer.TicketTotal,
Printer.TicketUser
and stands for the name of the user assigned to the ticket.Copyright © 2021. All rights reserved.