invoice_access |
./invoice.module |
Implementation of hook_access() |
|
|
invoice_delete |
./invoice.module |
Implemenation of hook_delete() |
|
|
invoice_delete_item |
./invoice_ajax.inc |
Delete an invoice item |
|
1 |
invoice_edit_item |
./invoice_ajax.inc |
Edit an invoice item |
|
1 |
invoice_form |
./invoice_form.inc |
Implementatin of node_form() |
|
|
invoice_form_alter |
./invoice_form.inc |
Implementation of hook_form_alter() |
|
|
invoice_get_customer_info |
./invoice_ajax.inc |
Get customer info |
|
1 |
invoice_insert |
./invoice.module |
Implementation of hook_insert() |
|
|
invoice_install |
./invoice.install |
Implementation of hook_install() |
|
|
invoice_installed_locales |
./invoice.module |
List of installed locales |
|
1 |
invoice_invoices |
./invoice.module |
Overview of all invoices |
|
3 |
invoice_load |
./invoice.module |
Implementation of hook_load() |
|
|
invoice_menu |
./invoice.module |
Implementation of hook_menu() |
|
|
invoice_nodeapi |
./invoice.module |
Implementation of hook_nodeapi() |
|
|
invoice_node_info |
./invoice.module |
Implementation of hook_node_info() |
|
|
invoice_perm |
./invoice.module |
Implementation of hook_perm() |
|
|
invoice_save_item |
./invoice_ajax.inc |
Add an invoice item |
|
1 |
invoice_schema |
./invoice.install |
Implementation of hook_schema() |
|
|
invoice_search_customer |
./invoice_ajax.inc |
Search if the customer already exists |
|
1 |
invoice_settings |
./invoice.module |
Invoice settings |
|
1 |
invoice_settings_form |
./invoice_form.inc |
Invoice settings form |
|
1 |
invoice_settings_form_submit |
./invoice.module |
Submit function for the settings form |
|
|
invoice_set_pay_status |
./invoice.module |
Set the status of an invoice to paid |
|
1 |
invoice_set_template |
./invoice_ajax.inc |
Set the chosen invoice when creating a node |
|
1 |
invoice_theme |
./invoice.module |
Implementation of hook_theme() |
|
|
invoice_uninstall |
./invoice.install |
Implementation of hook_uninstall() |
|
|
invoice_update |
./invoice.module |
Implementation of hook_update() |
|
|
invoice_update_1 |
./invoice.install |
Implementation of hook_update_N() |
|
|
invoice_update_2 |
./invoice.install |
Implementation of hook_update_N() |
|
|
invoice_update_3 |
./invoice.install |
Implementation of hook_update_N() |
|
|
invoice_update_4 |
./invoice.install |
Implementation of hook_update_N() |
|
|
invoice_update_5 |
./invoice.install |
Implementation of hook_update_N() |
|
|
invoice_user_access_handler |
./invoice.module |
User access handler to support multiple permissions for a menu item |
|
1 |
invoice_validate |
./invoice.module |
Implementation of node_validate() |
|
|
invoice_view |
./invoice.module |
Implementation of hook_view() |
|
|
invoice_view_pdf |
./invoice.module |
Display the invoice in PDF format |
|
1 |
invoice_view_print |
./invoice.module |
Display the invoice in HTML print format |
|
1 |
theme_invoice_body |
./invoice.module |
Theme function for displaying the invoice |
|
|
theme_invoice_markup |
./invoice.module |
Add extra markup info to a markup form field |
|
|
theme_invoice_table |
./invoice.module |
An override for the table_theme() function |
|
|
_invoice_add_css_js |
./invoice_helpers.inc |
Helper function to add JS or CSS to Drupal |
2 |
|
_invoice_default_get_template_output |
templates/default.inc |
Function to create the invoice layout |
|
|
_invoice_dompdf_include_lib |
./invoice_helpers.inc |
Helper function to include the dompdf library |
1 |
|
_invoice_format_money |
./invoice_helpers.inc |
Returns a number in money format according to the locale set on the invoice settings page |
2 |
|
_invoice_getvars_array_to_string |
./invoice_helpers.inc |
Helper function to collect all $_GET variables and put them in a string |
1 |
|
_invoice_getvars_string_to_array |
./invoice_helpers.inc |
Helper function to convert the string with get variables to an array |
1 |
|
_invoice_get_chosen_template |
./invoice_helpers.inc |
Helper function to easily get the name of the chosen template when adding an invoice |
3 |
|
_invoice_get_formatted_invoice_number |
./invoice_helpers.inc |
Helper function get a formatted invoice number |
3 |
|
_invoice_get_html |
./invoice_helpers.inc |
Helper function to get the invoice in HTML format |
1 |
|
_invoice_get_icon |
./invoice_helpers.inc |
Helper function to get an icon |
4 |
|