AccRecInvoiceHandler
api | |
---|---|
package | simPROAPI |
subpackage | Accounts |
author | Michael West |
version | 2012-03-21 |
Flag(int $CompanyID, int $AccRecInvoiceID) : bool
This function flags a particular accounts receivable invoice as exported
int
the Company ID. In single company builds, this is 0.
int
The accounts receivable invoice to flag as exported
bool
FlagList(int $CompanyID, array $AccRecInvoiceIDs) : bool
int
the Company ID. In single company builds, this is 0.
array
The accounts receivable invoice list to flag as exported
bool
Retrieve(int $CompanyID, mixed $AccRecInvoiceID) : array
This function retrieves an accounts receivable invoice with a specific ID
int
the Company ID. In single company builds, this is 0.
mixed
the accounts receivable invoice id
array
RetrieveExport(int $CompanyID) : array
This function retrieves a list of accounts receivable invoices that are ready for export
uses | \AccRecInvoiceHandler::RetrieveList() |
---|
int
the Company ID. In single company builds, this is 0.
array
RetrieveList(int $CompanyID, array $AccRecInvoiceIDs) : array
used_by | \AccRecInvoiceHandler::Search() |
---|---|
used_by | \AccRecInvoiceHandler::RetrieveExport() |
int
the Company ID. In single company builds, this is 0.
array
list of AccRecInvoice ID's to retrieve.
array
Search(int $CompanyID, string $Search = '', string $StartDate = null, string $EndDate = null) : array
This function retrieve's a list of accounts receivable invoices whose name matches the search term.
uses | \AccRecInvoiceHandler::RetrieveList() |
---|
int
the Company ID. In single company builds, this is 0.
string
The search text for the accounts receivable invoice. Can use % for wildcards.
string
Date start (inclusive) to search for the specified customer. Null/Empty will ignore this parameter. {@link http://php.net/manual/en/function.strtotime.php}
string
Date end (inclusive) to search for the specified customer. Null/Empty will ignore this parameter. {@link http://php.net/manual/en/function.strtotime.php}
array
UnFlag(int $CompanyID, int $AccRecInvoiceID) : bool
This function Unflags a particular accounts receivable invoice as exported
int
the Company ID. In single company builds, this is 0.
int
The accounts receivable invoice to Unflag as exported
bool
UnFlagList(int $CompanyID, array $AccRecInvoiceIDs) : bool
int
the Company ID. In single company builds, this is 0.
array
The accounts receivable invoice list to Unflag as exported
bool