FacturaScripts

AccountingLineHTML
in package

Description of SalesLineHTML

Tags
author

Carlos Garcia Gomez [email protected]

author

Jose Antonio Cuello Principal [email protected]

Table of Contents

$deletedLines  : array<string|int, mixed>
$num  : int
apply()  : mixed
calculateUnbalance()  : mixed
getDeletedLines()  : array<string|int, mixed>
Returns the list of deleted lines.
render()  : string
Render the lines of the accounting entry.
renderLine()  : string
Render one of the lines of the accounting entry
applyToLine()  : mixed
baseimponible()  : string
Amount base for apply tax.
cifnif()  : string
concepto()  : string
contrapartida()  : string
debe()  : string
documento()  : string
getSubcuenta()  : Subcuenta
haber()  : string
iva()  : string
recargo()  : string
renderExpandButton()  : string
saldo()  : string
subcuenta()  : string
renderLineModal()  : string

Properties

Methods

apply()

public static apply(Asiento &$model, array<string|int, Partida&$lines, array<string|int, mixed> $formData) : mixed
Parameters
$model : Asiento
$lines : array<string|int, Partida>
$formData : array<string|int, mixed>
Return values
mixed

getDeletedLines()

Returns the list of deleted lines.

public static getDeletedLines() : array<string|int, mixed>
Return values
array<string|int, mixed>

render()

Render the lines of the accounting entry.

public static render(array<string|int, Partida$lines, Asiento $model) : string
Parameters
$lines : array<string|int, Partida>
$model : Asiento
Return values
string

applyToLine()

protected static applyToLine(array<string|int, mixed> &$formData, Partida &$line, string $id) : mixed
Parameters
$formData : array<string|int, mixed>
$line : Partida
$id : string
Return values
mixed

Search results