Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bc465323

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

Projekt-Picker für Berichte: auch inaktive und ungültige Projekte zeigen

Unterschiede anzeigen:

templates/webpages/ap/search.html
37 37
     </tr>
38 38
     <tr>
39 39
      <th align="right">[% 'Project Number' | $T8 %]</th>
40
      <td>[% P.project.picker("project_id", project_id, style=style) %]</td>
40
      <td>[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %]</td>
41 41
      <th align="right">[% 'Part Number' | $T8 %]</th>
42 42
      <td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
43 43
     </tr>
templates/webpages/ar/search.html
56 56
     </tr>
57 57
     <tr>
58 58
      <th align="right">[% 'Project Number' | $T8 %]</th>
59
      <td>[% P.project.picker("project_id", project_id, style=style) %]</td>
59
      <td>[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %]</td>
60 60
     </tr>
61 61
    [% IF ALL_BUSINESS_TYPES.as_list.size > 0 %]
62 62
     <tr>
templates/webpages/oe/search.html
64 64
    </tr>
65 65
    <tr>
66 66
     <th align="right">[% 'Project' | $T8 %]</th>
67
     <td>[% P.project.picker("project_id", '', style=style) %]</td>
67
     <td>[% P.project.picker("project_id", '', active="both", valid="both", style=style) %]</td>
68 68
     <th align="right">[% 'Part Number' | $T8 %]</th>
69 69
     <td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
70 70
    </tr>
templates/webpages/rp/report.html
113 113
[%- BLOCK projectnumber %]
114 114
  <tr>
115 115
    <th align=right nowrap>[% 'Project' | $T8 %]</th>
116
    <td colspan=3>[% P.project.picker('project_id', '') %]</td>
116
    <td colspan=3>[% P.project.picker('project_id', '', active="both", valid="both") %]</td>
117 117
  </tr>
118 118
[%- END %]
119 119

  
templates/webpages/vk/search_invoice.html
82 82
      </td>
83 83

  
84 84
      <th align="right">[% 'Project Number' | $T8 %]</th>
85
      <td>[% P.project.picker("project_id", "", style=style) %]</td>
85
      <td>[% P.project.picker("project_id", "", active="both", valid="both", style=style) %]</td>
86 86
    </tr>
87 87

  
88 88
    <tr>

Auch abrufbar als: Unified diff