diff --git a/netforce_clinic/actions/clinic_board.xml b/netforce_clinic/actions/clinic_board.xml index 4584279..cecee1f 100644 --- a/netforce_clinic/actions/clinic_board.xml +++ b/netforce_clinic/actions/clinic_board.xml @@ -1,6 +1,6 @@ clinic_board - Visit Board + Clinic Board board clinic_board clinic_menu diff --git a/netforce_clinic/actions/clinic_cycle_widget.xml b/netforce_clinic/actions/clinic_cycle_widget.xml new file mode 100644 index 0000000..e677127 --- /dev/null +++ b/netforce_clinic/actions/clinic_cycle_widget.xml @@ -0,0 +1,6 @@ + + chart_view + clinic.report + cycle_recent_widget + pie + diff --git a/netforce_clinic/actions/clinic_data_sc.xml b/netforce_clinic/actions/clinic_data_sc.xml index bd2364f..ea766c8 100644 --- a/netforce_clinic/actions/clinic_data_sc.xml +++ b/netforce_clinic/actions/clinic_data_sc.xml @@ -1,7 +1,7 @@ Social Security multi_view - [["All",[]],["Success",[["type","=","success"]]],["Fail",[["type","=","fail"]]]] + [["All",[]],["Match",[["type","=","match"]]],["Not Match",[["type","=","not_match"]]]] clinic.data.sc account_menu diff --git a/netforce_clinic/actions/clinic_doctor.xml b/netforce_clinic/actions/clinic_doctor.xml index 5eb4df5..886895a 100644 --- a/netforce_clinic/actions/clinic_doctor.xml +++ b/netforce_clinic/actions/clinic_doctor.xml @@ -2,7 +2,7 @@ Doctors multi_view clinic.doctor - [["All",[]],["Temporaly",[["type","=","temporary"]]],["Permanent",[["type","=","permanent"]]]] + [["All",[]],["Archived",[["active","=",false]]],["Temporaly",[["type","=","temporary"]]],["Permanent",[["type","=","permanent"]]]] list,page,form clinic_menu diff --git a/netforce_clinic/actions/clinic_nurse.xml b/netforce_clinic/actions/clinic_nurse.xml index b117fe9..55cfe20 100644 --- a/netforce_clinic/actions/clinic_nurse.xml +++ b/netforce_clinic/actions/clinic_nurse.xml @@ -2,7 +2,7 @@ Nurses multi_view clinic.nurse - [["All",[]],["Temporaly",[["type","=","temporary"]]],["Permanent",[["type","=","permanent"]]]] + [["All",[]],["Archived",[["active","=",false]]],["Temporaly",[["type","=","temporary"]]],["Permanent",[["type","=","permanent"]]]] list,page,form clinic_menu diff --git a/netforce_clinic/actions/clinic_recent_patient_widget.xml b/netforce_clinic/actions/clinic_recent_patient_widget.xml new file mode 100644 index 0000000..f24049b --- /dev/null +++ b/netforce_clinic/actions/clinic_recent_patient_widget.xml @@ -0,0 +1,7 @@ + + list_view + clinic.patient + write_time desc + 5 + clinic_recent_patient_widget + diff --git a/netforce_clinic/actions/clinic_schedule.xml b/netforce_clinic/actions/clinic_schedule.xml new file mode 100644 index 0000000..a61472b --- /dev/null +++ b/netforce_clinic/actions/clinic_schedule.xml @@ -0,0 +1,7 @@ + + Schedules + multi_view + clinic.schedule + calendar,list,page,form + clinic_menu + diff --git a/netforce_clinic/actions/clinic_visit.xml b/netforce_clinic/actions/clinic_visit.xml index 9481abc..42c5502 100644 --- a/netforce_clinic/actions/clinic_visit.xml +++ b/netforce_clinic/actions/clinic_visit.xml @@ -3,6 +3,6 @@ multi_view clinic.visit [["All",[]],["Draft",[["state","=","draft"]]],["Confirmed",[["state","=","confirmed"]]],["Cancelled",[["state","=","cancelled"]]]] - list,calendar,form + calendar,list,form clinic_menu diff --git a/netforce_clinic/layouts/clinic_board.xml b/netforce_clinic/layouts/clinic_board.xml index c7e1151..6e71737 100644 --- a/netforce_clinic/layouts/clinic_board.xml +++ b/netforce_clinic/layouts/clinic_board.xml @@ -1,5 +1,11 @@ - - - + + + + + + + + + diff --git a/netforce_clinic/layouts/clinic_cycle_form.xml b/netforce_clinic/layouts/clinic_cycle_form.xml index bf3fb2e..d02895c 100644 --- a/netforce_clinic/layouts/clinic_cycle_form.xml +++ b/netforce_clinic/layouts/clinic_cycle_form.xml @@ -6,6 +6,7 @@ + diff --git a/netforce_clinic/layouts/clinic_cycle_item_form.xml b/netforce_clinic/layouts/clinic_cycle_item_form.xml index 22dfc59..de77231 100644 --- a/netforce_clinic/layouts/clinic_cycle_item_form.xml +++ b/netforce_clinic/layouts/clinic_cycle_item_form.xml @@ -2,8 +2,8 @@ diff --git a/netforce_clinic/layouts/clinic_cycle_item_list.xml b/netforce_clinic/layouts/clinic_cycle_item_list.xml index 5fe3cd9..b1dcf8f 100644 --- a/netforce_clinic/layouts/clinic_cycle_item_list.xml +++ b/netforce_clinic/layouts/clinic_cycle_item_list.xml @@ -1,4 +1,8 @@ + + @@ -13,6 +14,7 @@ + diff --git a/netforce_clinic/layouts/clinic_recent_patient_widget.xml b/netforce_clinic/layouts/clinic_recent_patient_widget.xml new file mode 100644 index 0000000..cecada5 --- /dev/null +++ b/netforce_clinic/layouts/clinic_recent_patient_widget.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/netforce_clinic/layouts/clinic_schedule_calendar.xml b/netforce_clinic/layouts/clinic_schedule_calendar.xml new file mode 100644 index 0000000..04b312d --- /dev/null +++ b/netforce_clinic/layouts/clinic_schedule_calendar.xml @@ -0,0 +1,4 @@ + + + + diff --git a/netforce_clinic/layouts/clinic_schedule_form.xml b/netforce_clinic/layouts/clinic_schedule_form.xml new file mode 100644 index 0000000..618d668 --- /dev/null +++ b/netforce_clinic/layouts/clinic_schedule_form.xml @@ -0,0 +1,11 @@ +
+ + + + + + + + diff --git a/netforce_clinic/layouts/clinic_schedule_list.xml b/netforce_clinic/layouts/clinic_schedule_list.xml new file mode 100644 index 0000000..4ac4079 --- /dev/null +++ b/netforce_clinic/layouts/clinic_schedule_list.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/netforce_clinic/layouts/clinic_setting.xml b/netforce_clinic/layouts/clinic_setting.xml index 4e1a480..d97ef89 100644 --- a/netforce_clinic/layouts/clinic_setting.xml +++ b/netforce_clinic/layouts/clinic_setting.xml @@ -1,4 +1,17 @@
- - + + + + + + + + + + + +