Difference between revisions of "Technical Documentation"
From HS Wiki
Jump to navigationJump to searchLine 10: | Line 10: | ||
== Client Custom Fields == | == Client Custom Fields == | ||
+ | |||
+ | === The Optimist Daily === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Table !! Custom Field !! Meaning !! Value List | ||
+ | |- | ||
+ | | contacts || custom1 || Delivery Frequency || Sunday, M-W-F, Weekdays | ||
+ | |} | ||
+ | |||
+ | |||
+ | === The Divine Mother Center === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Table !! Custom Field !! Meaning !! Value List | ||
+ | |- | ||
+ | | contacts || custom1 || Birthdate || yyyy-mm-dd | ||
+ | |} |
Revision as of 14:58, 22 April 2021
System Architecture Overview
The HS CRM application system is built on the LAMP (Linux-Apache-MySQL-PHP) platform. It is designed to operate with two main user interfaces: (1) a company staff-facing backend, and (2) integrated forms and logic within an end-user company website, preferably built in Wordpress and running on the same web server as the backend system.
Main Components
Assuming the web server domain directory is in a /public_html (or /www) directory,
- The HS core software, located on the web server in the /public_html/houghton directory;
- Customized versions of the core software code files, located in the /public_html/houghton_local directory;
- A single MySQL database;
- A front-end website, generally built on the Wordpress platform.
Client Custom Fields
The Optimist Daily
Table | Custom Field | Meaning | Value List |
---|---|---|---|
contacts | custom1 | Delivery Frequency | Sunday, M-W-F, Weekdays |
The Divine Mother Center
Table | Custom Field | Meaning | Value List |
---|---|---|---|
contacts | custom1 | Birthdate | yyyy-mm-dd |