Package | Description |
---|---|
org.posper.fiscal | |
org.posper.fiscal.at | |
org.posper.fiscal.cz | |
org.posper.fiscal.de | |
org.posper.hibernate | |
org.posper.hibernate.formatters |
POSper Formatters
Formatters are passed to the Velocity engine, e.g. when a ticket is printed.
|
org.posper.logging | |
org.posper.tpv.panels | |
org.posper.tpv.panelsales | |
org.posper.tpv.panelsales.multi | |
org.posper.tpv.panelsales.restaurant | |
org.posper.tpv.panelsales.simple | |
org.posper.tpv.payment |
Modifier and Type | Method and Description |
---|---|
Long |
SignatureGenerator.calculateTurnoverForCounter(Ticket oTicket) |
Long |
JSignatureGenerator.calculateTurnoverForCounter(Ticket oTicket) |
String |
SignatureGenerator.generateSignature(Ticket oTicket) |
String |
JSignatureGenerator.generateSignature(Ticket oTicket) |
static SignatureFormatter |
SignatureFormatterFactory.getSignatureFormatter(Ticket oTicket) |
protected abstract void |
JSignatureGenerator.makeSignature(Ticket oTicket,
StringBuilder sSignature)
makeSignature shall provide a string representation of the data to be
presented in the tickets QR code, if present
|
Modifier and Type | Method and Description |
---|---|
protected String |
JSignatureGeneratorAT.calculateSignatureValuePreviousReceipt(Ticket ticket) |
Long |
JSignatureGeneratorAT.calculateTurnoverForCounter(Ticket oTicket) |
protected String |
JSignatureGeneratorAT.makeDataToBeSigned(Ticket ticket) |
protected String |
JSignatureGeneratorAT.makeDataToBeSigned(Ticket ticket,
String chainValue,
JSignatureGeneratorAT.TURNOVER retrieval) |
protected void |
JSignatureGeneratorAT.makeSignature(Ticket oTicket,
StringBuilder sSignature) |
protected void |
JSignatureGeneratorAT.makeStartSignature(Ticket oTicket,
StringBuilder sSignature) |
void |
JSignatureGeneratorAT.populateNullTicket(Ticket oTicket) |
void |
JSignatureGeneratorAT.populateStartTicket(Ticket oTicket) |
void |
JPanelCryptoAT.printTicket(Ticket oTicket,
String sresourcename) |
Constructor and Description |
---|
SignatureFormatterAT(Ticket oTicket)
Create an instance of SignatureFormatterAT.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JSignatureGeneratorCZ.makeSignature(Ticket oTicket,
StringBuilder sSignature) |
Constructor and Description |
---|
SignatureFormatterCZ(Ticket oTicket)
Return CZ compliant signature parts
|
Modifier and Type | Method and Description |
---|---|
String |
JSignatureGeneratorDE.collectProcessData(Ticket oTicket) |
void |
JSignatureGeneratorDE.finishTransaction(Ticket oTicket,
org.json.JSONObject ret_params) |
protected void |
JSignatureGeneratorDE.makeSignature(Ticket oTicket,
StringBuilder sSignature)
makeSignature shall send the transaction data of this sales transaction
to the TSE and construct a signature string as described in the BSI
document [DSFinV-K] Appendix I.2.
|
void |
JSignatureGeneratorDE.startTransaction(Ticket oTicket,
org.json.JSONObject ret_params) |
void |
JSignatureGeneratorDE.updateTransaction(Ticket oTicket,
org.json.JSONObject ret_params) |
Constructor and Description |
---|
SignatureFormatterDE(Ticket oTicket)
Create an instance of SignatureFormatterAT.
|
Modifier and Type | Method and Description |
---|---|
Ticket |
Ticket.clone()
Cloning a ticket creates a deep copy including lines and payments.
|
Ticket |
Ticket.cloneWithoutPayments()
In some cases we need a clone without payments like for 'Edit sale'.
|
Ticket |
TicketLine.getParent() |
Ticket |
Payment.getTicket() |
static Ticket |
Ticket.getTicketByNumber(Integer iTicketNumber)
Retrieve a closed ticket by the ticket number
|
static Ticket |
Ticket.getTicketByVisibleID(Integer iTicketVisibleID)
Retrieve a ticket by the visibleID.
|
Modifier and Type | Method and Description |
---|---|
Set<Ticket> |
CashRegister.getTickets() |
Set<Ticket> |
Customer.getTickets()
(Currently not used?)
|
Modifier and Type | Method and Description |
---|---|
void |
TicketLine.setParent(Ticket parent)
Note that this relationship is controlled by Ticket so this method isn't
particularly useful from a persistence context.
|
void |
Payment.setTicket(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
void |
CashRegister.setTickets(Set<Ticket> tickets) |
void |
Customer.setTickets(Set<Ticket> tickets) |
Constructor and Description |
---|
TicketFormatter(Ticket ticket)
Create a formatter object for a ticket.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditLogging.traceTicket(String action_msg,
Ticket ticket) |
Constructor and Description |
---|
JEditOrder(Frame parent,
boolean modal,
Ticket oTicket)
Creates new form JEditOrder
|
Modifier and Type | Field and Description |
---|---|
protected Ticket |
JPanelTicket.m_oTicket |
Modifier and Type | Method and Description |
---|---|
protected Ticket |
JTicketsBag.createTicketModel() |
Ticket |
JPanelTicket.getActiveTicket() |
Ticket |
TicketsEditor.getActiveTicket() |
Ticket |
JPanelTicket.ScriptObject.getTicket() |
Ticket |
SimpleReceipt.getTicket() |
protected Ticket |
JTicketsBag.loadLastTicket(User oUser) |
Modifier and Type | Method and Description |
---|---|
boolean |
JTicketsBagTicket.checkTicket(Ticket oTicket) |
abstract boolean |
JTicketsBag.checkTicket(Ticket oTicket) |
protected void |
JTicketsBag.completeTransaction(Ticket ticket) |
void |
JPanelTicket.printAuditTicket(TicketLine oLine,
Ticket oTicket,
String sAction,
String sresourcename)
If the 'Print Audit Receipt' option is set a receipt is printed whenever
an entry is written to the audit log (exception: com lines).
|
void |
TicketsEditor.printAuditTicket(TicketLine oLine,
Ticket oTicket,
String sAction,
String sResource) |
void |
JPanelTicket.printTicket(Ticket oTicket,
String sresourcename) |
void |
JPanelTicket.printTicket(Ticket oTicket,
String sresourcename,
Object params) |
void |
JPanelTicket.setActiveTicket(Ticket oTicket,
Object oTicketExt)
Makes a ticket and the associated ticketlines available for editing.
|
void |
TicketsEditor.setActiveTicket(Ticket oTicket,
Object oTicketExt) |
protected void |
JTicketsBag.setDelivered(Ticket oTicket) |
void |
SimpleReceipt.setTicket(Ticket oTicket) |
boolean |
JPanelReceiptSplit.showDialog(Ticket ticket,
Ticket ticket2) |
protected void |
JTicketsBag.updateStockDiary(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
Ticket |
JTicketsBagOrderList.getSelectedTicket()
Returns the ticket selected by the user
|
protected Ticket |
JTicketsBagOrder.loadLastTicket(User oUser) |
Modifier and Type | Method and Description |
---|---|
boolean |
JTicketsBagOrder.checkTicket(Ticket oTicket) |
boolean |
JTicketsBagMulti.checkTicket(Ticket oTicket) |
protected void |
JTicketsBagOrder.completeTransaction(Ticket ticket)
Complete payment for an order ticket.
|
Modifier and Type | Method and Description |
---|---|
String |
JTicketsBagOrderList.showTicketsList(List<Ticket> atickets)
Shows the list of open order tickets.
|
String |
JTicketsBagOrderList.showTicketsList(List<Ticket> atickets,
String ticketId)
Shows the list of open order tickets.
|
Modifier and Type | Field and Description |
---|---|
protected Ticket |
JTicketsBagRestaurantMap.m_currentTicket |
protected Ticket |
JPanelEnterGuestNumber.m_ticket |
protected Ticket |
JTicketsBagRestaurantMap.m_ticketClipboard |
Modifier and Type | Field and Description |
---|---|
protected List<Ticket> |
PlaceContainer.m_tickets |
Modifier and Type | Method and Description |
---|---|
Ticket |
JTicketsBagLockedTicketList.getSelectedTicket()
Returns the ticket selected by the user
|
Ticket |
JTicketsBagTicketList.getSelectedTicket()
Returns the ticket selected by the user
|
Ticket |
PlaceContainer.getTicket()
Returns the place ticket if there is exactly one place ticket.
|
Ticket |
PlaceContainer.joinTicket(Ticket oTicket)
Adds a ticket to the place, either as a new ticket or combining it with
a ticket existing on the place, depending on the situation and the users choice
|
Modifier and Type | Method and Description |
---|---|
List<Ticket> |
PlaceContainerEnjoy.loadTickets()
Retrieves the list of tickets for this place from the database.
|
List<Ticket> |
PlaceContainer.loadTickets()
Retrieves the list of tickets for this place from the database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JTicketsBagNotifyMap.checkTicket(Ticket oTicket) |
boolean |
JTicketsBagRestaurantMap.checkTicket(Ticket oTicket) |
boolean |
JTicketsBagEnjoyMap.checkTicket(Ticket oTicket)
Check if the ticket contains lines that have either been not ordered or
not been delivered to the guest (i.e. at least reached status PREPARING).
|
protected boolean |
JTicketsBagRestaurantMap.hasActiveCustomer(Ticket oTicket)
Chceck if the ticket has a customer assigne and is not empty.
|
protected boolean |
JTicketsBagEnjoyMap.hasActiveCustomer(Ticket oTicket) |
Ticket |
PlaceContainer.joinTicket(Ticket oTicket)
Adds a ticket to the place, either as a new ticket or combining it with
a ticket existing on the place, depending on the situation and the users choice
|
void |
JTicketsBagRestaurantMap.moveTicket(Ticket oTicket1,
Ticket oTicket2,
PlaceContainer oPlace)
Prepare moving the split part of a ticket to a new place.
|
void |
PlaceContainerEnjoy.setTicket(Ticket ticket) |
void |
PlaceContainer.setTicket(Ticket oTicket)
Adds the ticket to m_tickets if it is not already contained, sets the tickets
place_id and saves the ticket
|
boolean |
JDialogEnterGuestNumber.showDialog(Ticket oTicket) |
String |
JTicketsBagLockedTicketList.showTicket(Ticket oTicket)
Shows the tickets with it's core data and lines.
|
Modifier and Type | Method and Description |
---|---|
String |
JTicketsBagTicketList.joinTicketsList(List<Ticket> atickets) |
String |
JTicketsBagLockedTicketList.showTicketsList(List<Ticket> atickets)
Shows the list of cpen place tickets and the action buttons EDIT and CANCEL
|
String |
JTicketsBagTicketList.showTicketsList(List<Ticket> atickets)
Shows the list of cpen place tickets and the action buttons EDIT and CANCEL
|
String |
JTicketsBagTicketList.showTicketsList(List<Ticket> atickets,
boolean showNew)
Shows the list of cpen place tickets and the action buttons EDIT and CANCEL
|
Constructor and Description |
---|
JPanelEnterGuestNumber(Ticket oTicket)
Creates new form JPaymentEnterGuestNumber
|
Modifier and Type | Method and Description |
---|---|
Ticket |
JTicketsBagSimple.loadTicket() |
Modifier and Type | Method and Description |
---|---|
boolean |
JTicketsBagSimple.checkTicket(Ticket oTicket) |
Modifier and Type | Field and Description |
---|---|
protected Ticket |
JPaymentSelect.m_ticket |
Modifier and Type | Field and Description |
---|---|
protected Set<Ticket> |
PaymentsModel.m_tickets |
Modifier and Type | Method and Description |
---|---|
protected String |
JPaymentSelect.init(AppView app,
Ticket ticket) |
static String |
JPaymentSelectPayment.showMessage(Component parent,
AppView app,
Ticket ticket) |
static String |
JPaymentSelectNote.showMessage(Component parent,
AppView app,
Ticket ticket) |
static String |
JPaymentSelect.showMessage(Component parent,
AppView app,
Ticket ticket)
Opens the payments dialog.
|
static String |
JClearingSelect.showMessage(Component parent,
AppView app,
Ticket ticket,
Double amount)
Opens the payments dialog.
|
Constructor and Description |
---|
JPaymentEnterGuestNumber(Ticket oTicket)
Creates new form JPaymentEnterGuestNumber
|
JPaymentInvoice(JPaymentNotifier notifier,
Ticket oTicket)
Creates new form JPaymentFree
|
Copyright © 2021. All rights reserved.