Group Feature by matrix, take 2.
commitedf06fe37ded63b11339adc9f9bf74e593d7d6df
authorshahar zi <shaharzi@matrix.co.il>
Fri, 27 Jan 2017 11:17:22 +0000 (27 03:17 -0800)
committerBrady Miller <brady.g.miller@gmail.com>
Sun, 26 Feb 2017 10:02:59 +0000 (26 02:02 -0800)
tree34b254f121a70fb1bad8d7f0f828e1eb1bf94189
parent7bcb85777410b8e5199be4023ec1fa99397b28a4
Group Feature by matrix, take 2.
87 files changed:
interface/forms/group_attendance/functions.php [new file with mode: 0644]
interface/forms/group_attendance/info.txt [new file with mode: 0644]
interface/forms/group_attendance/new.php [new file with mode: 0644]
interface/forms/group_attendance/report.php [new file with mode: 0644]
interface/forms/group_attendance/save.php [new file with mode: 0644]
interface/forms/group_attendance/table.sql [new file with mode: 0644]
interface/forms/group_attendance/view.php [copied from interface/main/tabs/js/application_view_model.js with 67% similarity]
interface/forms/newGroupEncounter/common.php [copied from interface/forms/newpatient/common.php with 73% similarity]
interface/forms/newGroupEncounter/info.txt [new file with mode: 0644]
interface/forms/newGroupEncounter/new.php [new file with mode: 0644]
interface/forms/newGroupEncounter/report.php [new file with mode: 0644]
interface/forms/newGroupEncounter/save.php [copied from interface/forms/newpatient/save.php with 74% similarity]
interface/forms/newGroupEncounter/view.php [copied from library/ajax/unset_session_ajax.php with 68% similarity]
interface/forms/newpatient/common.php
interface/forms/newpatient/save.php
interface/globals.php
interface/main/calendar/add_edit_event.php
interface/main/calendar/find_group_popup.php [new file with mode: 0644]
interface/main/calendar/modules/PostCalendar/common.api.php
interface/main/calendar/modules/PostCalendar/pnadmin.php
interface/main/calendar/modules/PostCalendar/pnlang/eng/global.php
interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html
interface/main/calendar/modules/PostCalendar/pntemplates/default/views/month/ajax_template.html
interface/main/calendar/modules/PostCalendar/pntemplates/default/views/week/ajax_template.html
interface/main/calendar/modules/PostCalendar/pnuserapi.php
interface/main/left_nav.php
interface/main/main_title.php
interface/main/tabs/js/application_view_model.js
interface/main/tabs/js/frame_proxies.js
interface/main/tabs/js/tabs_view_model.js
interface/main/tabs/js/therapy_group_data_view_model.js [new file with mode: 0644]
interface/main/tabs/js/user_data_view_model.js
interface/main/tabs/main.php
interface/main/tabs/menu/menu_data.php
interface/main/tabs/menu/menu_json.php
interface/main/tabs/templates/therapy_group_template.php [new file with mode: 0644]
interface/patient_file/deleter.php
interface/patient_file/encounter/forms.php
interface/patient_file/encounter/new_form.php
interface/patient_file/history/encounters.php
interface/patient_file/summary/demographics.php
interface/super/edit_list.php
interface/themes/rtl.css
interface/themes/style_babyblu.css
interface/themes/style_blue.css
interface/themes/style_light.css
interface/themes/style_metal.css
interface/themes/style_oemr.css
interface/themes/style_purple.css
interface/themes/style_radiant.css
interface/themes/style_sky_blue.css
interface/themes/style_tan.css
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css
interface/therapy_groups/index.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_controllers/base_controller.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_controllers/participants_controller.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_controllers/therapy_groups_controller.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/group_statuses_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/therapy_groups_counselors_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/therapy_groups_encounters_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/therapy_groups_events_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/therapy_groups_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/therapy_groups_participants_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_models/users_model.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/addGroup.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/appointmentComponent.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/footer.php [copied from interface/main/tabs/js/application_view_model.js with 63% similarity]
interface/therapy_groups/therapy_groups_views/groupDetailsGeneralData.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/groupDetailsParticipants.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/header.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/listGroups.php [new file with mode: 0644]
interface/therapy_groups/therapy_groups_views/pastMeetingsComponent.php [new file with mode: 0644]
library/ajax/unset_session_ajax.php
library/api.inc
library/appointments.inc.php
library/encounter.inc
library/encounter_events.inc.php
library/forms.inc
library/globals.inc.php
library/group.inc [new file with mode: 0644]
library/pid.inc
library/registry.inc
sql/4_2_2-to-5_0_0_upgrade.sql
sql/5_0_0-to-5_0_1_upgrade.sql
sql/database.sql
version.php