Package | Description |
---|---|
org.posper.gui | |
org.posper.gui.panels | |
org.posper.hibernate | |
org.posper.tpv.forms | |
org.posper.tpv.payment |
Modifier and Type | Method and Description |
---|---|
CashRegister |
AppView.getActiveCash() |
Modifier and Type | Method and Description |
---|---|
CashRegister |
JFrmTPV.getActiveCash()
Thiis method will check the database for the active cash register and
create a new one if none exists..
|
Modifier and Type | Method and Description |
---|---|
CashRegister |
Payment.getCashregister() |
CashRegister |
Ticket.getParent()
The parent of each ticket, is the Active Cash Register.
|
Modifier and Type | Method and Description |
---|---|
void |
Payment.setCashregister(CashRegister cashregister) |
void |
Ticket.setParent(CashRegister newparent) |
Modifier and Type | Method and Description |
---|---|
CashRegister |
AppConfig.getActiveCash()
Get the current active Cashregister record.
|
Modifier and Type | Method and Description |
---|---|
void |
AppConfig.setActiveCash(CashRegister oActiveCash)
The active cash register must be reset after close cash!
|
Modifier and Type | Field and Description |
---|---|
protected static CashRegister |
PaymentsModel.m_reg |
Modifier and Type | Method and Description |
---|---|
CashRegister |
PaymentsModel.getActiveCash() |
Modifier and Type | Method and Description |
---|---|
static PaymentsModel |
PaymentsModel.loadInstance(CashRegister reg,
String host,
User user)
Loads all data related to the active cash register.
|
Copyright © 2021. All rights reserved.