noalyss Version-9
Data Structures
acc_balance.class.php File Reference

Class for manipulating data to print the balance of account. More...

Go to the source code of this file.

Data Structures

class  Acc_Balance
 Class for manipulating data to print the balance of account. More...
 

Detailed Description

Class for manipulating data to print the balance of account.

retrieve all the row from the ledger in the range of a periode

Parameters
$p_from_periodestart periode (p_id)
$p_to_periodeend periode (p_id)
$p_previous_excprevious exercice 1= yes default =0
Returns
a double array array of
  • $a['poste']
  • $a['label']
  • $a['sum_deb']
  • $a['sum_cred']
  • $a['solde_deb']
  • $a['solde_cred']

Definition in file acc_balance.class.php.