dolibarr
x.y.z
|
Functions used by invoice module. More...
Go to the source code of this file.
Functions | |
facture_prepare_head ($object) | |
Initialize the array of tabs for customer invoice. More... | |
invoice_admin_prepare_head () | |
Return array head with list of tabs to view object informations. More... | |
invoice_rec_prepare_head ($object) | |
Return array head with list of tabs to view object informations. More... | |
supplier_invoice_rec_prepare_head ($object) | |
Return array head with list of tabs to view object informations. More... | |
getNumberInvoicesPieChart ($mode) | |
Return an HTML table that contains a pie chart of the number of customers or supplier invoices. More... | |
getCustomerInvoiceDraftTable ($maxCount=500, $socid=0) | |
Return a HTML table that contains a list with customer invoice drafts. More... | |
getDraftSupplierTable ($maxCount=500, $socid=0) | |
Return a HTML table that contains a list with customer invoice drafts. More... | |
getCustomerInvoiceLatestEditTable ($maxCount=5, $socid=0) | |
Return a HTML table that contains a list with latest edited customer invoices. More... | |
getPurchaseInvoiceLatestEditTable ($maxCount=5, $socid=0) | |
Return a HTML table that contains a list with latest edited supplier invoices. More... | |
getCustomerInvoiceUnpaidOpenTable ($maxCount=500, $socid=0) | |
Return a HTML table that contains of unpaid customers invoices. More... | |
getPurchaseInvoiceUnpaidOpenTable ($maxCount=500, $socid=0) | |
Return a HTML table that contains of unpaid purchase invoices. More... | |
Functions used by invoice module.
Definition in file invoice.lib.php.
facture_prepare_head | ( | $object | ) |
Initialize the array of tabs for customer invoice.
Facture | $object | Invoice object |
Definition at line 36 of file invoice.lib.php.
getCustomerInvoiceDraftTable | ( | $maxCount = 500 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains a list with customer invoice drafts.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the customer with this id |
Definition at line 417 of file invoice.lib.php.
getCustomerInvoiceLatestEditTable | ( | $maxCount = 5 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains a list with latest edited customer invoices.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the customer with this id |
Definition at line 694 of file invoice.lib.php.
getCustomerInvoiceUnpaidOpenTable | ( | $maxCount = 500 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains of unpaid customers invoices.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the supplier with this id |
Definition at line 910 of file invoice.lib.php.
getDraftSupplierTable | ( | $maxCount = 500 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains a list with customer invoice drafts.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the customer with this id |
Definition at line 564 of file invoice.lib.php.
getNumberInvoicesPieChart | ( | $mode | ) |
Return an HTML table that contains a pie chart of the number of customers or supplier invoices.
string | $mode | Can be 'customers' or 'suppliers' |
Definition at line 280 of file invoice.lib.php.
getPurchaseInvoiceLatestEditTable | ( | $maxCount = 5 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains a list with latest edited supplier invoices.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the supplier with this id |
Definition at line 802 of file invoice.lib.php.
getPurchaseInvoiceUnpaidOpenTable | ( | $maxCount = 500 , |
|
$socid = 0 |
|||
) |
Return a HTML table that contains of unpaid purchase invoices.
int | $maxCount | (Optional) The maximum count of elements inside the table |
int | $socid | (Optional) Show only results from the supplier with this id |
Definition at line 1098 of file invoice.lib.php.
invoice_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 138 of file invoice.lib.php.
invoice_rec_prepare_head | ( | $object | ) |
Return array head with list of tabs to view object informations.
Facture | $object | Invoice object |
Definition at line 222 of file invoice.lib.php.
supplier_invoice_rec_prepare_head | ( | $object | ) |
Return array head with list of tabs to view object informations.
Facture | $object | Invoice object |
Definition at line 251 of file invoice.lib.php.