| Interface | Description |
|---|---|
| ClearIncomingInvoicesFilterEventHandler |
Clear incoming invoice list filter event handler.
|
| DeclinePurchaseOrderEventHandler |
Decline purchase order event handler.
|
| IncomingInvoiceDetailsHandler |
Incoming invoice details handler.
|
| IncomingInvoiceListEventHandler |
List of incoming invoices event handler.
|
| PurchaseOrderDetailEventHandler |
Purchase order detail event handler.
|
| PurchaseOrderInvoicesEventHandler |
Request to list purchase order invoices event handler.
|
| PurchaseOrderListEventHandler |
List of purchase orders event handler.
|
| Class | Description |
|---|---|
| ClearIncomingInvoicesFilterEvent |
Represents a request to clear incoming invoice list filter.
|
| DeclinePurchaseOrderEvent |
Represents a request to decline purchase order identified by ID.
|
| IncomingInvoiceDetailsEvent |
Represents an event that navigates to view incoming invoice identified by
IncomingInvoice.getOrderId() Purchase order ID
IncomingInvoice.getId() Incoming invoice ID
|
| IncomingInvoiceListEvent |
Represents a request to show list of incoming invoices.
|
| PurchaseOrderDetailEvent |
Represents a request to view details of the purchase order identified by ID.
|
| PurchaseOrderInvoicesEvent |
Represents a request to list all invoices for specific purchase order identified by its ID.
|
| PurchaseOrderListEvent |
Represents a request to show list of purchase orders.
|
Copyright © 2020. All rights reserved.