parent
4f64bcf72e
commit
98aa085041
7 changed files with 120 additions and 0 deletions
15
scenario/ajax-add-card-category.php
Normal file
15
scenario/ajax-add-card-category.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
//@description:st montre choix des catégories de fiches
|
||||
$_GET=array (
|
||||
'gDossier' => '42',
|
||||
'ctl' => 'select_card_div',
|
||||
'op' => 'st',
|
||||
'fil' => '-1',
|
||||
'ledger' => '2',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_card.php';
|
||||
14
scenario/ajax-detail-operation1.php
Normal file
14
scenario/ajax-detail-operation1.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//@description:de Detail d'un achat
|
||||
$_GET=array (
|
||||
'gDossier' => '27',
|
||||
'act' => 'de',
|
||||
'jr_id' => '2856',
|
||||
'div' => 'det2',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_ledger.php';
|
||||
14
scenario/ajax-detail-operation2.php
Normal file
14
scenario/ajax-detail-operation2.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//@description:de Detail operation
|
||||
$_GET=array (
|
||||
'gDossier' => '27',
|
||||
'act' => 'de',
|
||||
'jr_id' => '2870',
|
||||
'div' => 'det2',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_ledger.php';
|
||||
14
scenario/ajax-detail-operation3.php
Normal file
14
scenario/ajax-detail-operation3.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//@description:de Detail VEN
|
||||
$_GET=array (
|
||||
'gDossier' => '27',
|
||||
'act' => 'de',
|
||||
'jr_id' => '3532',
|
||||
'div' => 'det2',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_ledger.php';
|
||||
14
scenario/ajax-detail-operation4.php
Normal file
14
scenario/ajax-detail-operation4.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//@description:de Detail ODS
|
||||
$_GET=array (
|
||||
'gDossier' => '27',
|
||||
'act' => 'de',
|
||||
'jr_id' => '2826',
|
||||
'div' => 'det2',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_ledger.php';
|
||||
35
scenario/ajax-save-operation.php
Normal file
35
scenario/ajax-save-operation.php
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?php
|
||||
//@description:save
|
||||
$_GET=array (
|
||||
);
|
||||
$_POST=array (
|
||||
'whatdiv' => 'det2',
|
||||
'jr_id' => '2856',
|
||||
'gDossier' => '27',
|
||||
'p_date' => '05.12.2013',
|
||||
'p_ech' => '',
|
||||
'p_date_paid' => '',
|
||||
'npj' => 'ACH607',
|
||||
'lib' => 'Consommable, ptit matériel',
|
||||
'jrn_note' => '',
|
||||
'j_id' =>
|
||||
array (
|
||||
0 => '7629',
|
||||
1 => '7630',
|
||||
),
|
||||
'BON_COMMANDE' => '',
|
||||
'OTHER' => '',
|
||||
'raptdet2' => '',
|
||||
'related' => '327,231,330',
|
||||
'Fermer' => 'Fermer',
|
||||
'save' => 'Sauver',
|
||||
'Effacer' => 'Effacer',
|
||||
'bextdet2' => 'Extourner',
|
||||
'rapt' => '',
|
||||
'div' => 'det2',
|
||||
'act' => 'save',
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_ledger.php';
|
||||
14
scenario/scenario-1416078146.php
Normal file
14
scenario/scenario-1416078146.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//@description:bc
|
||||
$_GET=array (
|
||||
'gDossier' => '42',
|
||||
'ctl' => 'div_new_card',
|
||||
'fd_id' => '2',
|
||||
'op' => 'bc',
|
||||
);
|
||||
$_POST=array (
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
include 'ajax_card.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue