= Organisation Registry = "Who, What, Where"[[BR]] The Organization Registry keeps track of all the relief organizations working in the disaster region. It captures not only the places where they are active, but also captures information on the range of services they are providing in each area. User Guide: http://wiki.sahana.lk/doku.php?id=doc:or:english We should aim to be able to exchange data with UN OCHA's 3W. This means having the following tables: === Organisation === * Name * Acronym * Type IS_IN_SET([Government,International Governmental Organization,International NGO,Misc,National Institution,National NGO,United Nations]) * Website * National Staff * International Staff * Number of Vehicles * Vehicle Types === Office === * Name * Type IS_IN_SET([Headquarters,Regional,Country,Satellite Office]) * Phone 1 * Phone 2 * Email * Fax * Address 1 * Address 2 (used for Postcode) === Contact === Handled by the [wiki:BluePrintPersonRegistry Person Registry]? * First Name * Last Name * Title 3x Many-to-Many tables to link them * structured like {{{t2_membership}}} === Office-to-Organisation === Many-to-Many table to link Offices to Organisations.[[BR]] Optional validator to limit Offices as being affiliated to just a single Organisation === Contact-to-Office === Many-to-Many table to link Contacts to Offices.[[BR]] Optional validator to limit Contacts as being affiliated to just a single Office === Contact-to-Organisation === Many-to-Many table to link Contacts to Organisations.[[BR]] Optional validator to limit Contacts as being affiliated to just a single Organisation Q: Is it useful to be able to have a Contact be affiliated to an Organisation but not to an Office? * would the default 'HQ' be appropriate? ---- BluePrints