Lettering : improve doc

This commit is contained in:
Dany De Bontridder 2010-04-27 19:12:49 +00:00
parent 0e37c9847e
commit 101b00a015

View file

@ -28,6 +28,11 @@ require_once ('class_user.php');
/**
*@brief mother class for the lettering by account and by card
* use the tables jnt_letter, letter_deb and letter_cred
* - "account"=>"account", => the accounting of the j_id (use by Lettering_Account)
* - "quick_code"=>"quick_code", => the quick_code of the j_id (used by Lettering_Card)
* - "start"=>"start", => date of the first day
* - "end"=>"end", => date of the last day
* - "sql_ledger"=>"sql_ledger" => the sql clause to filter on the available ledgers
*/
class Lettering
{