Documentation

ea_rechnung
in package

Table of Contents

get_All_REA()  : mixed
get_All_REA_GEM()  : mixed
get_All_REA_GEM_Klient()  : mixed
get_All_REA_GEM_Klient_spitex()  : mixed
get_All_REA_GEM_spitex()  : mixed
get_All_REA_Klient()  : mixed
get_All_REA_Klient_spitex()  : mixed
get_All_REA_spitex()  : mixed
get_REA_BY_ID()  : mixed
set_GeldErh_REA()  : mixed
set_GeldErh_REA_GEM()  : mixed
set_geldErhalten()  : mixed
Set the date when the invoice was paid The id defaults to the id of the `rechnung` and not the pk of the `rechnung_ea` table

Methods

get_All_REA()

public get_All_REA(mixed $id_owner) : mixed
Parameters
$id_owner : mixed
Return values
mixed

get_All_REA_GEM()

public get_All_REA_GEM(mixed $id_owner) : mixed
Parameters
$id_owner : mixed
Return values
mixed

get_All_REA_GEM_Klient()

public get_All_REA_GEM_Klient(mixed $id_owner) : mixed
Parameters
$id_owner : mixed
Return values
mixed

get_All_REA_GEM_Klient_spitex()

public get_All_REA_GEM_Klient_spitex() : mixed
Return values
mixed

get_All_REA_GEM_spitex()

public get_All_REA_GEM_spitex() : mixed
Return values
mixed

get_All_REA_Klient()

public get_All_REA_Klient(mixed $id_owner) : mixed
Parameters
$id_owner : mixed
Return values
mixed

get_All_REA_Klient_spitex()

public get_All_REA_Klient_spitex(mixed $id_orga) : mixed
Parameters
$id_orga : mixed
Return values
mixed

get_All_REA_spitex()

public get_All_REA_spitex(mixed $id_orga) : mixed
Parameters
$id_orga : mixed
Return values
mixed

get_REA_BY_ID()

public get_REA_BY_ID(mixed $id) : mixed
Parameters
$id : mixed
Return values
mixed

set_GeldErh_REA()

public set_GeldErh_REA(mixed $datum, mixed $id_r) : mixed
Parameters
$datum : mixed
$id_r : mixed
Return values
mixed

set_GeldErh_REA_GEM()

public set_GeldErh_REA_GEM(mixed $datum, mixed $id_r) : mixed
Parameters
$datum : mixed
$id_r : mixed
Return values
mixed

set_geldErhalten()

Set the date when the invoice was paid The id defaults to the id of the `rechnung` and not the pk of the `rechnung_ea` table

public set_geldErhalten( $id,  $date,  $payer) : mixed
Parameters
$id :

int The id_rech that links rechnung with rechnung_ea

$date :

DateTime A PHP DateTime Object

$payer :

string One of 'EA', 'KANTON' or 'GEMEINDE'. Case does not matter. @todo allow 'KT' and 'GM' for $payer

Return values
mixed

Search results