Contact Database MODULE (CON)

From FMYiRCWiki

Jump to: navigation, search

Freemed-YiRC: Contact Database Module Help Page


Contents


Summary

This module is a piece of the very core of Freemed-YiRC. The Contact Database is used to store information about people.

There are currently four types of contacts in the Freemed-YiRC system:

  • Residents - These are the children. Many agencies may also refer to these as clients, although throughout Freemed-YiRC they are referred to as Residents due to Freemed-YiRC originally being designed for Residential Treatment Centers/Group Homes.
  • Staff - These are payroll employees. Foster parents, unless directly on the payroll, do not go here.
  • Standard - These can be anything from an external therapist who needs access to the system, or who needs to be listed within the system, to the guy who mows the lawn.
  • Resource - This type is a recent addition to Freemed-YiRC. Resource contacts can be:
    • Foster Parents (Family/Treatment)
    • Respite Parents
    • Adoptive Parents
    • etc...


DB Tables/Files

-COMMON ATTRIBUTES TO ALL CONTACTS-

DB Tables (Common)

Image:ConDB_Module_DB_Tables.jpg


Files (Common)

  • DB/mysql/module_con.sql
  • condb.php
  • con_add.php
  • con_add2.php
  • con_del.php
  • con_del2.php
  • con_mod2.php
  • con_mod.php
  • con_addresses_add2.php
  • con_addresses_add.php
  • con_customdb_conedit2.php
  • con_customdb_conedit.php
  • con_customdb_edit.php
  • con_customdb_editvalues_edit.php
  • con_customdb_editvalues.php
  • con_customdb.php
  • con_emails_add2.php
  • con_emails_add.php
  • con_pics.php
  • con_files.php
  • con_file_delete2.php
  • con_file_delete.php
  • con_file_upload2.php
  • con_file_upload.php
  • con_groups_add2.php
  • con_groups_add.php
  • con_notes_add2.php
  • con_notes_add.php
  • con_notes_admin_add2.php
  • con_notes_admin_add.php
  • con_notes_admin_view.php
  • con_notes_view.php
  • con_numbers_add2.php
  • con_numbers_add.php
  • con_resourceloc_edit.php (Used by both Resident & Resource Contacts)
  • con_resourceloc.php (Used by both Resident & Resource Contacts)
  • con_salutations_edit.php
  • con_viewaddresses.php
  • con_viewadminnotes.php
  • con_viewdesc.php
  • con_viewemails.php
  • con_viewgroups.php
  • con_viewgroups_prim.php
  • con_viewnotes.php
  • con_viewnumbers.php

-RESIDENT ATTRIBUTES-

DB Tables (Residents)

Files (Residents)

-STAFF ATTRIBUTES-

DB Tables (Staff)

Files (Staff)

-RESOURCE ATTRIBUTES-

DB Tables (Resource)

Image:ConDB_RSC_Module_DB_Tables.jpg

Files (Resource)

  • con_rsc.php
  • con_rsc_mod_demo.php
  • con_rsc_mod_demo2.php
  • con_rsc_aninv_edit.php
  • con_rsc_aninv.php
  • con_rsc_intinv.php
  • con_rsc_intinv_edit.php
  • con_rsc_tracking.php
  • con_rsc_tracking_reasonlist.php

Module History

Personal tools