noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
create GL comptes as CSV. Argument $_GET More...
Go to the source code of this file.
Variables | |
$a_accounting =Acc_Account_Ledger::get_used_accounting($from_periode,$to_periode,$from_poste,$to_poste) | |
$accounting_item_id =$http->get('poste_id',"string","") | |
$cn =Dossier::connect() | |
$export =new Noalyss_Csv(_('grandlivre')) | |
$from_periode = $http->get("from_periode","date") | |
$from_poste = $http->get("from_poste") | |
$gDossier =dossier::id() | |
if(count($a_accounting)==0) | $header = array( _("Date"), _("Référence"), _("Libellé"), _("Pièce"),_("Lettrage"),_("Type"), _("Débit"), _("Crédit"), _("Solde") ) |
$http =new HttpInput() | |
$l =(isset($_GET['letter']))?2:0 | |
$s =(isset($_REQUEST['solded']))?1:0 | |
$to_periode = $http->get("to_periode","date") | |
$to_poste = $http->get("to_poste") | |
foreach($a_accounting as $accounting_item) | exit |
create GL comptes as CSV. Argument $_GET
Definition in file export_gl_csv.php.
$a_accounting =Acc_Account_Ledger::get_used_accounting($from_periode,$to_periode,$from_poste,$to_poste) |
Definition at line 59 of file export_gl_csv.php.
$accounting_item_id =$http->get('poste_id',"string","") |
Definition at line 56 of file export_gl_csv.php.
$cn =Dossier::connect() |
Definition at line 53 of file export_gl_csv.php.
$export =new Noalyss_Csv(_('grandlivre')) |
Definition at line 55 of file export_gl_csv.php.
$from_periode = $http->get("from_periode","date") |
Definition at line 46 of file export_gl_csv.php.
$from_poste = $http->get("from_poste") |
Definition at line 48 of file export_gl_csv.php.
$gDossier =dossier::id() |
Definition at line 51 of file export_gl_csv.php.
if (count( $a_accounting)==0) $header = array( _("Date"), _("Référence"), _("Libellé"), _("Pièce"),_("Lettrage"),_("Type"), _("Débit"), _("Crédit"), _("Solde") ) |
Definition at line 69 of file export_gl_csv.php.
Referenced by Tax_Detail\csv(), Operation_Exercice\display_result(), Balance_Age\export_csv(), Securimage\generateWAV(), Anc_Table\load_card(), and Anc_Table\load_poste().
$http =new HttpInput() |
Definition at line 45 of file export_gl_csv.php.
$l =(isset($_GET['letter']))?2:0 |
Definition at line 71 of file export_gl_csv.php.
$s =(isset($_REQUEST['solded']))?1:0 |
Definition at line 72 of file export_gl_csv.php.
Referenced by Anc_Balance_Double\display_html(), Operation_Exercice\display_total(), TTFontFile\get_ulong(), TTFontFile\get_ushort(), html_min_page_start(), html_page_start(), TTFontFile\read_short(), TTFontFile\read_ulong(), TTFontFile\read_ushort(), Acc_Payment\select(), IPopup\set_title(), Anc_Balance_Double\show_sum(), TTFontFile\unpack_short(), and Customer\VatListing().
$to_periode = $http->get("to_periode","date") |
Definition at line 47 of file export_gl_csv.php.
$to_poste = $http->get("to_poste") |
Definition at line 49 of file export_gl_csv.php.
foreach ( $a_accounting as $accounting_item) exit |
Definition at line 200 of file export_gl_csv.php.