Invoice action handler

package org.openpsa.invoices

 Methods

_handler_itemedit (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_itemposition (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_items (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_process (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_recalculation (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_show_itemedit (mixed $handler_id, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_show_items (mixed $handler_id, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_show_process (mixed $handler_id, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_create_cancelation (\org_openpsa_invoices_invoice_dba $invoice)

Parameters

$invoice

_mark_as_paid (\org_openpsa_invoices_invoice_dba $invoice)

helper function - contains code to mark invoice as paid, maybe move it to invoice-class ?

Parameters

$invoice

\org_openpsa_invoices_invoice_dbacontains invoice

_mark_as_sent (\org_openpsa_invoices_invoice_dba $invoice)

helper function - contains code to mark invoice as sent, maybe move it to invoice-class ?

Parameters

$invoice

\org_openpsa_invoices_invoice_dbacontains invoice

_prepare_grid_data ()

_prepare_output ()

_send_by_mail (\org_openpsa_invoices_invoice_dba $invoice)

Parameters

$invoice

_verify_post_data ()

 Properties

 

\org_openpsa_invoices_invoice_dba $_object

The invoice we're working with
param