diff --git a/include/class_lettering.php b/include/class_lettering.php index ded631ac3..b989bc055 100644 --- a/include/class_lettering.php +++ b/include/class_lettering.php @@ -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 {