Project

General

Profile

« Previous | Next » 

Revision 0259c7ef

Added by Jérôme Schneider over 12 years ago

dossiers: enable pause facturation and comment

View differences:

calebasse/dossiers/templates/dossiers/patientrecord_update.html
20 20
    <li><a href="#tabs-8">Données à caractère médical</a>
21 21
  </ul>
22 22
  <div id="tabs-1"> <!-- Général -->
23
    <form method="post" id="general-form" class="patientrecordform">
24
    {% csrf_token %}
23 25
    <div class="left">
24 26
      <ul>
25
        <li><label>N° dossier papier :</label> {{ object.paper_id|default_if_none:"Aucun" }} <button>✍</button></li>
27
          <li><label>N° dossier papier :</label> {{ object.paper_id|default_if_none:"Aucun" }} <button>✍</button></li>
26 28
        <li><label>N° dossier informatique :</label>{{ object.id }}</li>
27 29
        <li><label>Nom :</label> {{ object.last_name }}</li>
28 30
        <li><label>Prénom :</label> {{ object.first_name }}</li>
......
37 39
        <li><label>Date d'inscription :</label> {{ object.created|date:"d/m/Y" }}</li>
38 40
        <li><label>Lieu de socialisation :</label> {{ object.school }}</li>
39 41
        <li><label>Commentaire :</label><br/>
40
        <textarea cols="50" rows="5">{{ object.comment|default_if_none:"" }}</textarea>
41
        <button>Mettre à jour</button></li>
42
        {{ forms.general.comment }}
43
        <button id="btn-maj">Mettre à jour</button></li>
42 44
      </ul>
43 45
    </div>
44 46
    <div class="right">
......
70 72
        <button id="reopen-patientrecord">Ré-accueillir</button>
71 73
        <button id="patientrecord-history">Historique</button><br/>
72 74
        <hr/>
73
        3/6 diagnostics
75
        <p id="pause-msg" style="display: none; font-size: 10px;">Pause facturation mise à jour</p>
76
        {{ forms.general.pause.label_tag }} : {{ forms.general.pause }}
77
        <!-- 3/6 diagnostics -->
74 78
      </div>
79
        </form>
75 80

  
76
      <div class="notifs">
81
      <!-- <div class="notifs">
77 82
        <h4>Notifications</h4>
78 83
        <ul>
79 84
          <li>Dossier en pause facturation <button>Sortir</button></li>
80
        </ul>
81
      </div>
85
      </ul>
86
  </div> -->
82 87

  
83 88
    </div>
84 89
    <br style="clear:both"/>

Also available in: Unified diff