1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/scenario/scenario-1415997404.php

68 lines
1.4 KiB
PHP
Raw Normal View History

2015-09-27 00:35:53 +02:00
<?php
//@description:ODS enregistrement avec operation predef
$_GET=array (
'action' => 'use_opd',
'p_jrn_predef' => '4',
'ac' => 'COMPTA/MENUODS/ODS',
'gDossier' => '42',
'pre_def' => '2',
);
$_POST=array (
'gDossier' => '42',
'ac' => 'COMPTA/MENUODS/ODS',
'p_jrn' => '4',
'e_date' => '14.11.2014',
'e_pj' => 'ODS4',
'e_pj_suggest' => 'ODS4',
'desc' => 'Paiement TVA',
'nb_item' => '10',
'jrn_type' => 'ODS',
'qc_0' => '',
'poste0' => '4519',
'ld0' => 'Compte TVA',
'amount0' => '250.0000',
'qc_1' => '',
'poste1' => '6700',
'ld1' => 'Impôts et précomptes dus ou versés',
'amount1' => '250.0000',
'ck1' => '',
'qc_2' => '',
'poste2' => '',
'ld2' => '',
'amount2' => '',
'qc_3' => '',
'poste3' => '',
'ld3' => '',
'amount3' => '',
'qc_4' => '',
'poste4' => '',
'ld4' => '',
'amount4' => '',
'qc_5' => '',
'poste5' => '',
'ld5' => '',
'amount5' => '',
'qc_6' => '',
'poste6' => '',
'ld6' => '',
'amount6' => '',
'qc_7' => '',
'poste7' => '',
'ld7' => '',
'amount7' => '',
'qc_8' => '',
'poste8' => '',
'ld8' => '',
'amount8' => '',
'qc_9' => '',
'poste9' => '',
'ld9' => '',
'amount9' => '',
'jrn_concerned' => '',
'summary' => 'Sauvez',
);
$_POST['gDossier']=$gDossierLogInput;
$_GET['gDossier']=$gDossierLogInput;
$_REQUEST=array_merge($_GET,$_POST);
include 'compta_ods.inc.php';