| Interface | Description |
|---|---|
| ApproveBillEventHandler | |
| BackEventHandler | |
| ClearIncomingInvoicesFilterEventHandler |
Clear incoming invoice list filter event handler.
|
| DeclinePurchaseOrderEventHandler |
Decline purchase order event handler.
|
| DeleteBillEventHandler | |
| DeleteIncomingInvoiceEventHandler |
Delete incoming invoice event handler.
|
| DownloadReceiptEventHandler |
Download receipt event handler.
|
| EditBillEventHandler | |
| ExpenseListEventHandler |
List of expenses event handler.
|
| IncomingInvoiceDetailsHandler |
Incoming invoice details handler.
|
| NewBillEventHandler | |
| PurchaseOrderDetailEventHandler |
Purchase order detail event handler.
|
| PurchaseOrderInvoicesEventHandler |
Request to list purchase order invoices event handler.
|
| PurchaseOrderListEventHandler |
List of purchase orders event handler.
|
| SaveBillEventHandler |
| Class | Description |
|---|---|
| ApproveBillEvent | |
| BackEvent | |
| ClearIncomingInvoicesFilterEvent |
Represents a request to clear incoming invoice list filter.
|
| DeclinePurchaseOrderEvent |
Represents a request to decline purchase order identified by ID.
|
| DeleteBillEvent | |
| DeleteIncomingInvoiceEvent |
Represents a request to delete specified incoming invoice.
|
| DownloadReceiptEvent |
Represents a request to download PDF of the specified receipt.
|
| EditBillEvent | |
| ExpenseListEvent |
Represents a request to show list of expenses.
|
| IncomingInvoiceDetailsEvent |
Represents an event that navigates to view incoming invoice identified by
IncomingInvoice.getOrderId() Purchase order ID
IncomingInvoice.getId() Incoming invoice ID
|
| NewBillEvent | |
| 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.
|
| SaveBillEvent |
Copyright © 2020. All rights reserved.