FacturaScripts

ReceiptGenerator
in package

Description of ReceiptGenerator

Tags
author

Carlos Garcia Gomez [email protected]

Table of Contents

MAX_RECEIPTS  = 100
PARTIAL_AMOUNT_MULTIPLIER  = 1.5
generate()  : bool
update()  : mixed
generateCustomerReceipts()  : bool
generateSupplierReceipts()  : bool
getOutstandingAmount()  : float
isCero()  : bool
Returns TRUE if $amount is cero.
newCustomerReceipt()  : bool
newSupplierReceipt()  : bool
toolBox()  : ToolBox
updateCustomerReceipts()  : bool
updateSupplierReceipts()  : bool

Constants

Methods

isCero()

Returns TRUE if $amount is cero.

protected isCero(float $amount) : bool
Parameters
$amount : float
Return values
bool

Search results