| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.billing.ui | |
| biz.turnonline.ecosystem.widget.purchase.ui | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| biz.turnonline.ecosystem.widget.shared.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderDetail.updatePricing(Double totalPriceExclVat,
Double totalVatBase,
Double totalPrice,
List<PricingItem> items)
Updates total price details.
|
void |
InvoiceDetail.updatePricing(Double totalPriceExclVat,
Double totalVatBase,
Double totalPrice,
List<PricingItem> items)
Updates total price details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetails.updatePricing(Double totalPriceExclVat,
Double totalVatBase,
Double totalPrice,
List<PricingItem> items)
Updates total price details.
|
void |
PurchaseOrderDetails.updatePricing(Double totalPriceExclVat,
Double totalVatBase,
Double totalPrice,
List<PricingItem> items)
Updates total price details.
|
| Modifier and Type | Method and Description |
|---|---|
List<PricingItem> |
BillPricing.getItems()
The list of billing items placed at bill (pricing item with 'itemType' property value BillingItem, OrderItem or Standard for new item).
|
List<PricingItem> |
CompleteOffer.getItems()
The list of order items to be placed at invoice.
|
List<PricingItem> |
ExpenditurePricing.getItems()
The optional list of billing items at bill (always BillingItem 'itemType')
|
List<PricingItem> |
PricingItem.getItems()
The pricing items tree.
|
List<PricingItem> |
Pricing.getItems()
The list of the pricing items to be considered for calculation.
|
List<PricingItem> |
Expense.getItems()
Expense pricing item list.
|
List<PricingItem> |
PurchaseOrder.getItems()
The list of order items to be placed at invoice.
|
List<PricingItem> |
Order.getItems()
The list of order items to be placed at invoice.
|
| Modifier and Type | Method and Description |
|---|---|
ProductPricing |
ProductPricing.setItems(PricingItem items) |
| Modifier and Type | Method and Description |
|---|---|
BillPricing |
BillPricing.setItems(List<PricingItem> items) |
CompleteOffer |
CompleteOffer.setItems(List<PricingItem> items) |
ExpenditurePricing |
ExpenditurePricing.setItems(List<PricingItem> items) |
PricingItem |
PricingItem.setItems(List<PricingItem> items) |
Pricing |
Pricing.setItems(List<PricingItem> items) |
Expense |
Expense.setItems(List<PricingItem> items) |
PurchaseOrder |
PurchaseOrder.setItems(List<PricingItem> items) |
Order |
Order.setItems(List<PricingItem> items) |
| Modifier and Type | Method and Description |
|---|---|
PricingItem |
TreeItemWithModel.getModel()
Returns the model associated with this tree item.
|
| Modifier and Type | Method and Description |
|---|---|
List<PricingItem> |
TreeItemWithModel.bind()
Updates the associated pricing items recursively with the values from UI and returns pricing tree structure.
|
List<PricingItem> |
PricingItemsPanel.bind()
Binds all pricing items with the values from UI and returns its instances as list.
|
List<PricingItem> |
PricingItemsPanel.fill(Product product,
TreeItemWithModel parentItem)
Adds and populates a row and tree item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PricingItemsPanel.fill(List<PricingItem> items)
Updates pricing item tree and row items.
|
static void |
PricingItemsPanel.updatePricing(Double priceExclVat,
Double vatBase,
Double finalPrice,
Double amountToPay,
List<PricingItem> items,
gwt.material.design.client.ui.MaterialTextBox priceExclVatBox,
gwt.material.design.client.ui.MaterialTextBox vatBaseBox,
gwt.material.design.client.ui.MaterialTextBox priceInclVatBox,
gwt.material.design.client.ui.MaterialTextBox toPayBox)
The price properties formatting.
|
static void |
PricingItemsPanel.updatePricing(Double priceExclVat,
Double vatBase,
Double finalPrice,
List<PricingItem> items,
gwt.material.design.client.ui.MaterialTextBox priceExclVatBox,
gwt.material.design.client.ui.MaterialTextBox vatBaseBox,
gwt.material.design.client.ui.MaterialTextBox priceInclVatBox)
The price properties formatting.
|
Copyright © 2023. All rights reserved.