AsientoExport
Table of Contents
-
$debe
: mixed
-
$haber
: mixed
-
$saldo
: mixed
-
show()
: void
-
addLines()
: void
-
addTaxData()
: mixed
-
addTotals()
: mixed
-
hasVatRegister()
: bool
$debe
private
static mixed
$debe
= 0
$haber
private
static mixed
$haber
= 0
$saldo
private
static mixed
$saldo
= 0
show()
public
static show(Asiento $asiento, string $option, string $title, int $idformat, string $langcode, mixed &$response) : void
Parameters
-
$asiento
: Asiento
-
-
$option
: string
-
-
$title
: string
-
-
$idformat
: int
-
-
$langcode
: string
-
-
$response
: mixed
-
Return values
void
—
addLines()
private
static addLines(Asiento $asiento, ExportManager $exportManager) : void
Parameters
-
$asiento
: Asiento
-
-
$exportManager
: ExportManager
-
Return values
void
—
addTaxData()
private
static addTaxData(Asiento $asiento, ExportManager $exportManager) : mixed
Parameters
-
$asiento
: Asiento
-
-
$exportManager
: ExportManager
-
Return values
mixed
—
addTotals()
private
static addTotals(ExportManager &$exportManager) : mixed
Parameters
-
$exportManager
: ExportManager
-
Return values
mixed
—
hasVatRegister()
private
static hasVatRegister(Partida &$line) : bool
Parameters
-
$line
: Partida
-
Return values
bool
—