Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
org.salespointframework.inventory |
The inventory subsystem.
|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountancyOrderEventListener.on(Order.OrderCancelled event)
Creates a counter
ProductPaymentEntry for the order that is cancelled if there's a revenue entry for the
given order already, i.e. the order has been paid before. |
Modifier and Type | Method and Description |
---|---|
void |
InventoryOrderEventListener.on(Order.OrderCancelled event)
Rolls back the stock decreases handled for
Order.OrderCompleted events. |
Modifier and Type | Method and Description |
---|---|
static Order.OrderCancelled |
Order.OrderCancelled.of(Order order,
String reason) |
Copyright © 2019. All rights reserved.