Projet

Général

Profil

« Précédent | Suivant » 

Révision 54318d2c

Ajouté par Serghei Mihai il y a plus de 9 ans

dossiers: printing each patient record tab with filtering past and future appointments by dates

Closes #3109

Voir les différences:

calebasse/dossiers/forms.py
398 398
    date_actes_start = forms.DateField(label=u'Date', localize=True)
399 399
    date_actes_end = forms.DateField(label=u'Date', localize=True)
400 400
    without_quotations = forms.BooleanField()
401

  
402
class PatientRecordPrintForm(Form):
403

  
404
    prev_appointment_start_date = forms.DateField(label=u'De', required=False)
405
    prev_appointment_end_date = forms.DateField(label=u'au', required=False)
406
    next_appointment_start_date = forms.DateField(label=u'De', required=False)
407
    next_appointment_end_date = forms.DateField(label=u'au', required=False)

Formats disponibles : Unified diff