/[openfoncier]/trunk/sql/pgsql/instruction.form.inc.php
ViewVC logotype

Annotation of /trunk/sql/pgsql/instruction.form.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 469 - (hide annotations)
Wed Oct 3 16:09:03 2012 UTC (12 years, 4 months ago) by nhaye
File size: 2770 byte(s)
Correction de l'ouverture de pdf dans les sous formulaires de l'objet dossier

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:34
4     include('../gen/sql/pgsql/instruction.form.inc.php');
5 fraynaud 242 $tableSelect=DB_PREFIXE."instruction inner join ".DB_PREFIXE."evenement on instruction.evenement=evenement.evenement";
6 fraynaud 20 $champs=array("instruction",
7     "destinataire",
8     "instruction.evenement",
9     "libelle",
10     "datecourrier",
11     "instruction.lettretype",
12     "complement",
13     "'' as bible_auto",
14     "'' as bible",
15     "complement2",
16     "'' as bible2",
17     "complement3",
18     "'' as bible3",
19     "complement4",
20     "'' as bible4",
21     "complement5",
22     "'' as bible5",
23     "complement6",
24     "'' as bible6",
25     "complement7",
26     "'' as bible7",
27     "complement8",
28     "'' as bible8",
29     "complement9",
30     "'' as bible9",
31     "complement10",
32     "'' as bible10",
33     "complement11",
34     "'' as bible11",
35     "dossier",
36     "instruction.action",
37     "instruction.delai",
38     "instruction.etat",
39     "instruction.accord_tacite",
40     "instruction.delai_notification",
41     "instruction.avis",
42     "archive_delai",
43     "archive_accord_tacite",
44     "archive_etat",
45     "archive_avis",
46     "archive_date_complet",
47     "archive_date_rejet",
48     "archive_date_limite",
49     "archive_date_notification_delai",
50     "archive_date_decision",
51     "archive_date_validite",
52     "archive_date_achevement",
53     "archive_date_conformite",
54     "archive_date_chantier",
55 nhaye 428 "complement12",
56     "complement13",
57     "complement14",
58     "complement15"
59 fraynaud 20 );
60 fraynaud 47 $sql_transition = "select evenement,(libelle||' ['||evenement.action||']') as lib
61 fraynaud 242 from ".DB_PREFIXE."evenement inner join ".DB_PREFIXE."transition on evenement.action = transition.action";
62 nhaye 428 $sql_transition_by_id = "select evenement,(libelle||' ['||evenement.action||']') as lib
63     from ".DB_PREFIXE."evenement inner join ".DB_PREFIXE."transition on evenement.action = transition.action
64     where evenement=<idx>";
65 fraynaud 46
66 nhaye 428 $portlet_actions['pdfetat'] =
67     array('lien' => "../app/pdflettretype_instruction.php?idx=",
68     'id' => '&obj=dossier',
69     'lib' => "<span class=\"om-prev-icon om-icon-16 pdf-16\" title=\"".
70     _("Edition")."\">"._("Edition")."</span>",
71 nhaye 469 'ordre' => 30,
72     'ajax' => false);
73 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26