From 101b00a0154da5dd5748e8c9c12a3343790056cc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 27 Apr 2010 19:12:49 +0000 Subject: [PATCH] Lettering : improve doc --- include/class_lettering.php | 5 +++++ 1 file changed, 5 insertions(+) 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 {