| Package | Description |
|---|---|
| pl.matsuo.accounting.model.cashregister | |
| pl.matsuo.accounting.model.print |
| Modifier and Type | Field and Description |
|---|---|
Set<AccountingPrint> |
CashRegisterReport.prints |
| Modifier and Type | Method and Description |
|---|---|
Set<AccountingPrint> |
CashRegisterReport.getPrints() |
| Modifier and Type | Method and Description |
|---|---|
void |
CashRegisterReport.setPrints(Set<AccountingPrint> prints) |
| Modifier and Type | Method and Description |
|---|---|
static Supplier<? extends AccountingPrint> |
AccountingPrint.print(Class<? extends pl.matsuo.core.model.print.IPrintFacade> clazz,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static <E> BigDecimal |
CashDocumentUtil.sumCashRegisterAmount(List<AccountingPrint> prints) |
Copyright © 2015 Matsuo IT. All rights reserved.