xxx
parent
7f6d74ff83
commit
6fbc15cfbb
|
@ -5,8 +5,6 @@
|
||||||
<button string="Print" icon="print" action="report_visit_form"/>
|
<button string="Print" icon="print" action="report_visit_form"/>
|
||||||
<button string="Options" dropdown="1">
|
<button string="Options" dropdown="1">
|
||||||
<item string="Copy" method="copy"/>
|
<item string="Copy" method="copy"/>
|
||||||
<!--<item string="Create Dialyzer" method="create_dialyzer"/>-->
|
|
||||||
<!--<item string="Generate Cycle" method="generate_cycle"/>-->
|
|
||||||
</button>
|
</button>
|
||||||
</head>
|
</head>
|
||||||
<tabs>
|
<tabs>
|
||||||
|
@ -21,10 +19,12 @@
|
||||||
<field name="patient_id" onchange="onchange_patient"/>
|
<field name="patient_id" onchange="onchange_patient"/>
|
||||||
<field name="time_stop"/>
|
<field name="time_stop"/>
|
||||||
<field name="doctor_id"/>
|
<field name="doctor_id"/>
|
||||||
<field name="nurse_id"/>
|
|
||||||
<field name="visit_date"/>
|
<field name="visit_date"/>
|
||||||
</group>
|
</group>
|
||||||
</tab>
|
</tab>
|
||||||
|
<tab string="Validation">
|
||||||
|
<field name="nurse_id"/>
|
||||||
|
</tab>
|
||||||
</tabs>
|
</tabs>
|
||||||
<foot>
|
<foot>
|
||||||
<button string="Confirm" type="success" method="confirm" states="draft" />
|
<button string="Confirm" type="success" method="confirm" states="draft" />
|
||||||
|
|
|
@ -3,6 +3,11 @@ flow:
|
||||||
planing schedule
|
planing schedule
|
||||||
plaining visit
|
plaining visit
|
||||||
- generate visit
|
- generate visit
|
||||||
|
hd case
|
||||||
|
- check list of personals -> popup
|
||||||
|
- nurse
|
||||||
|
- remove who
|
||||||
|
- doctor
|
||||||
======
|
======
|
||||||
missing:
|
missing:
|
||||||
- search calendar
|
- search calendar
|
||||||
|
|
Loading…
Reference in New Issue