Package | Description |
---|---|
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.hibernate.setup | |
org.posper.tpv.inventory | |
org.posper.tpv.modifier | |
org.posper.tpv.panels | |
org.posper.tpv.panelsales | |
org.posper.tpv.ticket |
Modifier and Type | Method and Description |
---|---|
Tax |
Tax.clone() |
static Tax |
Tax.getNullTax()
Find a tax entry with rate = 0.0 which shall be used for null ticktes.
|
Tax |
Product.getTax() |
Tax |
TicketLine.getTax() |
Tax |
Customer.getTax() |
Modifier and Type | Method and Description |
---|---|
Set<Tax> |
Product.getTaxes() |
Set<Tax> |
TicketLine.getTaxes() |
Modifier and Type | Method and Description |
---|---|
void |
TicketLine.assignTax(Tax tax)
This is used to set the products taxes to only one tax
|
int |
Tax.compareTo(Tax o) |
void |
Product.setTax(Tax tax) |
void |
TicketLine.setTax(Tax tax) |
void |
Customer.setTax(Tax tax) |
Modifier and Type | Method and Description |
---|---|
void |
TicketLine.assignTaxes(Set<Tax> taxes)
A convenience method that sets both the tax and taxRate at once
|
void |
Product.setTaxes(Set<Tax> taxes) |
void |
TicketLine.setTaxes(Set<Tax> taxes) |
Constructor and Description |
---|
Product(Double priceSell,
Tax tax)
Create a dummy product for use with Dialog6.
|
TicketLine(Tax t,
double multiply,
double priceSell) |
Constructor and Description |
---|
TaxFormatter(Tax tax)
Create a TaxFormatter object
|
Modifier and Type | Method and Description |
---|---|
static Tax |
DbSetup.addSampleTax(String name,
int visibleId,
double rate) |
Modifier and Type | Method and Description |
---|---|
static Customer |
DbSetup.addSampleCustomer(String name,
String code,
String city,
String provstate,
String fax,
String phone,
String postal,
String contact,
String street,
Tax tax,
CustomerGroup group,
int pin) |
static Product |
DbSetup.addSampleProduct(Category c,
String ref,
Tax tax,
String prodName,
String barcode,
double buy,
double sell,
double volume,
boolean instock,
boolean com,
boolean scale) |
Modifier and Type | Method and Description |
---|---|
void |
ProductsEditor.setSelectedTaxes(Collection<Tax> selectedTaxes) |
Constructor and Description |
---|
ModifierFunctions(TicketLine oTicketline,
ModifierTimers oTimers,
HashMap<Integer,Tax> mTaxes)
Creates an instance of ModifierFunctions to make the current ticketline
available to all functions.
|
Modifier and Type | Method and Description |
---|---|
ListProvider<Tax> |
JPanelTax.getListProvider() |
Modifier and Type | Method and Description |
---|---|
void |
JPanelTicket.ScriptObject.addTicketLine(String sname,
Tax tax,
double dmult,
double dpricesell) |
Modifier and Type | Method and Description |
---|---|
Tax |
TaxEditor.createValue() |
Modifier and Type | Method and Description |
---|---|
void |
TaxEditor.writeValueDelete(Tax tax) |
void |
TaxEditor.writeValueEdit(Tax tax) |
boolean |
TaxEditor.writeValueUpdate(Tax tax) |
Copyright © 2021. All rights reserved.