Maintenance Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc.

Size: px
Start display at page:

Download "Maintenance Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc."

Transcription

1 Maintenance Manual Senior Project Mission Control Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc. Team The Parrots are Coming Eric Bollinger Vanessa Cruz Austin Lee Ron Lewis Robert Rico Eric Wong - 1 -

2 TABLE OF CONTENTS Introduction... 7 Implementation Tools and Technologies... 7 User Interaction User Management... 8 Description... 8 Creation... 8 Editing...10 Deletion Adding Phone Numbers...14 Editing Phone Numbers...14 Removing Phone Numbers...14 Promotion...14 Demotion...16 Create Adopter Profile...18 Create Foster Profile...20 Uploading Photo...22 Deleting Photos...22 Default Photo Cat Management...24 Description...24 Creation Editing...27 Deletion...29 Adding Tags...32 Removing Tags...32 Adding a Foster Home...32 Adding an Adopter

3 Adding a Medical History Editing a Medical History Removing a Medical History...43 Uploading Photos...45 Deleting Photos...45 Default Photo...45 Uploading Files...45 Deleting Files...45 View Adopter/Foster History...45 Exporting a Cat to Adopt-a-Pet Adopter Management...50 Description...50 Creation Editing Deletion Adding Phone Numbers...59 Editing Phone Numbers...59 Removing Phone Numbers...59 Adding Tags...59 Removing Tags...59 Uploading Photo...59 Deleting Photos...59 Default Photo...60 Uploading Files...60 Deleting Files

4 4. Foster Management...62 Description...62 Creation Editing Deletion Adding Phone Numbers...71 Editing Phone Numbers...71 Removing Phone Numbers...71 Adding Tags...71 Removing Tags...71 Uploading Photo...71 Deleting Photos...71 Default Photo...72 Uploading Files...72 Deleting Files Contacts Management...74 Description...74 Creation...74 Editing Deletion Adding Phone Numbers...82 Editing Phone Numbers...82 Removing Phone Numbers Litter Management...84 Description

5 Creation...84 Editing Deletion Add a New Cat Add an Existing Cat Filter Management...99 Description...99 Filter Cats...99 Filter Contacts Filter Adopters Filter Fosters Phone Numbers Management Description Adding Phone Numbers Editing Phone Numbers Removing Phone Numbers Tags Management Description Creation Editing Deletion Adding Tags to Entities Removing Tags from Entities

6 10. Files Management Description Photo/File Creation Photo/File Deletion Default Photo Event Management Description Creation Editing Deletion Other Files JavaScript Files Description CSS Files Description Appendices Appendix A: Database ER Diagram Tables and Elements Appendix B: Installation Instructions

7 Introduction Mission Control Administrative Web System (Mission Control) provides an intuitive web interface for data management, easy to use tools, and file storage that will prevent the redundancy and improve the readability of data. It will allow Mission Meow to have four different user access levels: Admin, Core Volunteer, Volunteer and Foster (listed from most privileged to least privileged). Users with higher privilege can do everything those with lesser privileges can do. The following pages contain lists of features and user stories that will guide the development of Mission Control. The Maintenance Manual provides maintenance personnel with the information necessary to maintain the system effectively. Implementation Tools and Technologies Programming languages: PHP7, Javascript, jquery Technologies, libraries and framework: CakePHP 3, Webflow Web Services: Apache Web Technologies: HTML5, CSS IDE: Eclipse, Idea, MS Visual Studio, Aptana Studio, XCode, NetBeans, Komodo Networking protocols and data security: TCP, HTTP, POST, GET, FTP and CakePHP 3 Auth Databases/Data storages: MySQL Database Application and web servers: CakePHP, Apache, DigitalOcean For information on how to install the web application and its necessary tools, go to Appendix B: Installation Instructions

8 User Interaction 1. User Management Description The web application is a non-public facing system, an Admin must be able to add users to the system, then edit their permission level and delete them if needed. Non-admin users must be able to edit their own login credentials and contact information. Creation A Core Volunteers can add users to the system by sending them an invitation to give them access to the system. Code Files Needed for Interaction: src/templates/users/add.ctp src/controller/userscontroller.ctp src/model/entity/user.php src/model/table/userstable.php Required Input: Go to the volunteers index page Click the paw button on the bottom right Click the Add User button Valid User type Expected Output: The system will send a temporary password to the provided, inviting the volunteer to become part of the system. The system will create a new entry in the users table. The system will save the inputted in the column and the User type in the role

9 User Creation Screenshots - 9 -

10 Editing All users can edit their own contact information and login credentials in order to display the most current information on their profile. Code Files Needed for Interaction: src/templates/users/edit.ctp src/controller/userscontroller.ctp src/model/entity/user.php src/model/table/userstable.php src/controller/phonenumbers.ctp src/model/entity/phonenumber.php src/model/table/phonenumbertable.php Required Input: Select a user from the volunteers index page Click the paw button Click the Edit button First Name Last Name Address Phone Number(s) Expected Output: The system will save any changes made to the User s profile. The system will go to the corresponding row in the users table. The system will save the inputted information in the corresponding columns in the users table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the User s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

11 Editing a User Screenshots

12 Deletion An Admin can delete other users from the system in order to remove inactive users. Code Files Needed for Interaction: src/templates/users/view.ctp src/controller/userscontroller.ctp Required Input: Select a user from the volunteers index page Click the paw button on the bottom right. Click the Delete button Click Delete on the confirmation box. Expected Output: The system will go to the corresponding row in the users table. The system will set the User as deleted in the database by changing the User s is_deleted value to

13 User Deletion Screenshots

14 Adding Phone Numbers A Core Volunteer can add one or more phone numbers to users in the system. (For more information look at Phone Numbers Management) Editing Phone Numbers A Core Volunteer can edit existing phone numbers related to any user in the system. (For more information look at Phone Numbers Management) Removing Phone Numbers A Core Volunteer can delete existing phone numbers from any user in the system. (For more information look at Phone Numbers Management) Promotion An Admin can promote other users to increase their privileges and allow them to be able to edit cats, events, and pet lists for other users. Code Files Needed for Interaction: src/templates/users/edit.ctp src/controller/userscontroller.ctp Required Input: Select a user from the volunteers index page Click the paw button on the bottom right. Click the Edit button User s user type. Expected Output: The system will update the role column with the appropriate value. The system will update the User s privileges accordingly

15 Promoting a User Screenshots

16 Demotion An Admin can demote privileged users (but not Admins), restricting their ability to modify cats, events, and pet lists. Code Files Needed for Interaction: src/templates/users/edit.ctp src/controller/userscontroller.ctp Required Input: Select a user from the volunteers index page Click the paw button on the bottom right. Click the Edit button User s user type. Expected Output: The system will update the role column with the appropriate value. The system will update the User s privileges accordingly

17 Demoting a User Screenshots

18 Create Adopter Profile A Core Volunteer can create adopter profiles for users that have adopted cats from the organization. Code Files Needed for Interaction: src/templates/users/view.ctp src/controller/userscontroller.ctp src/controller/fosterscontroller.ctp src/model/entity/foster.php src/model/table/fosterstable.php Required Input: Click the Create Adopter Profile button on the second tab. After that, click Create Adopter on the confirmation box. Expected Output: The system will access the adopters table and create a new entry. The system will save the existing information in the corresponding columns in the adopters table. The system will create a new adopter profile with the User s information

19 Creating an Adopter Profile from User Screenshots

20 Create Foster Profile A Core Volunteer can create foster profiles for volunteers that are currently fostering cats from the organization. Code Files Needed for Interaction: src/templates/users/view.ctp src/controller/userscontroller.ctp src/controller/adopterscontroller.ctp src/model/entity/adopter.php src/model/table/adopterstable.php Required Input: Click the Create Foster Profile button on the second tab. After that, click Create Foster on the confirmation box. Expected Output: The system will access the fosters table and create a new entry. The system will save the existing information in the corresponding columns in the fosters table. The system will create a new foster profile with the User s information

21 Creating a Foster Profile from User Screenshots

22 Uploading Photo A Core Volunteer can upload photos related to a user into the system so they can be viewed. (For more information look at the Files Management) Deleting Photos A Core Volunteer can delete photos related to a user in the system so they can be viewed. (For more information look at the Files Management) Default Photo A Core Volunteer can choose a photo related to a user in the system and mark it as a Profile Photo. (For more information look at the Files Management)

23 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

24 2. Cat Management Description In order to have an overview of the current inventory and be able to manage cats, an Admin must be able to add, view, update, and remove cats from the system. Other users such as the Core Volunteer will be able to modify and view cats where a Volunteer can only view them, and a Foster can only see the cats associated with their account. Creation A Core Volunteer can add a new cat into the system in order to track the cats in the system. Code Files Needed for Interaction: webroot/js/cats.js src/templates/cats/add.ctp src/controller/catscontroller.php src/model/entity/cat.php src/model/table/catstable.php Required Input: Cat name Date of Birth Breed Color Coat Gender Kitten/Adult Cat Adoption Fee Microchip number Microchip registration Good with Kids Good with Dogs Good with Cats Special Needs Needs Experienced Adopter Specialty Notes Biography Expected Output: The system will create a new cat profile with the cat s information

25 Creating a Cat Screenshots

26 - 26 -

27 Editing A Core Volunteer can edit the existing information of a cat in the system in order to make or add changes. Code Files Needed for Interaction: src/templates/cats/edit.ctp src/controller/catscontroller.php src/model/entity/cat.php src/model/table/catstable.php Required Input: Cat name Date of Birth Breed Color Coat Gender Kitten/Adult Cat Adoption Fee Microchip number Microchip registration Good with Kids Good with Dogs Good with Cats Special Needs Needs Experienced Adopter Specialty Notes Biography Expected Output: The system will update the cat profile with the cat s updated information

28 Editing a Cat Screenshots

29 Deletion An Admin can delete a cat from the system to completely remove an inactive cat profile. Code Files Needed for Interaction: src/templates/cats/view.ctp src/controller/catscontroller.php src/model/entity/cat.php src/model/table/catstable.php

30 Required Input: Click the Delete button on the confirmation box Expected Output: The system will set the cat as deleted in the database by changing the cat s is_deleted value to

31 Deleting a Cat Screenshots

32 Adding Tags A Core Volunteer can add multiple tags to a cat in the system. (For more information look at the Tags Management) Removing Tags A Core Volunteer can delete existing tags from a cat in the system. (For more information look at the Tags Management) Adding a Foster Home A Core Volunteer can mark a cat as fostered and link the foster home in the system in order to view which cat(s) belong to which foster home(s). Code Files Needed for Interaction: webroot/js/cats.js src/templates/cats/view.ctp src/controller/catscontroller.php src/model/entity/cat.php src/controller/fosterscontroller.php Required Input: Click the Add Foster button under the Foster tab (3rd tab) Choose desired foster from list and click Foster! Expected Output: Selected foster card with information should appear Association should be created in Cats table under foster_id

33 Adding a Foster Home to Cat Screenshots

34 Adding an Adopter A Core Volunteer can export a cat from the system to Adopt-a-Pet for advertising purposes. Code Files Needed for Interaction: webroot/js/cats.js src/templates/cats/view.ctp src/controller/catscontroller.php src/model/entity/cat.php Required Input: Click the Add Adopter button under the Adopter tab (4th tab) Choose desired foster from list and click Foster! Expected Output: Selected adopter card with information should appear Association should be created in Cats table under adopter_id

35 Adding an Adopter to Cat Screenshots

36 - 36 -

37 Adding a Medical History A Core Volunteer can add medical information related to a cat into the system so they can be viewed and retrieved later. Code Files Needed for Interaction: src/templates/cats/view.ctp src/controller/catscontroller.php src/controller/catmedicalhistoriescontroller.ph p src/model/entity/file.php src/model/entity/catmedicalhistory.php Required Input: Click the Add New Medical Record button under the Medical Histories tab (2nd tab) Medical type Date Notes Document Expected Output: A new medical record entry will be added to the Cat s view under the Medical Histories Tab

38 Adding a Medical Record to Cat Screenshots

39 - 39 -

40 Editing a Medical History A Core Volunteer can edit existing medical information related to a cat in the system so that information displayed is always up to date. Code Files Needed for Interaction: src/templates/catmedicalhistories/edit.ctp src/controller/catmedicalhistoriescontroller.ph p src/model/entity/file.php src/model/entity/catmedicalhistory.php Required Input: Click the desired medical record to edit under the Medical Histories tab (2nd tab) Click on the edit button Medical type Date Notes Document Expected Output: The updated medical entry will be displayed in the Cat s view under the Medical Histories Tab

41 Editing a Medical History in Cats Screenshot

42 - 42 -

43 Removing a Medical History A Core Volunteer can remove medical information related to a cat into the system so that they cannot be viewed or retrieved. Code Files Needed for Interaction: src/templates/cats/view.ctp src/controller/catmedicalhistoriescontroller.ph p src/model/entity/file.php src/model/entity/catmedicalhistory.php Required Input: Click on the Delete button followed by the clicking Delete in the confirmation on the desired record to remove Expected Output: Selected medical record should be removed and the is_deleted database value in the Files table will be set to

44 Removing a Medical History from Cats Screenshot

45 Uploading Photos A Core Volunteer can upload photos related to a cat into the system so they can be viewed. (For more information look at the Files Management) Deleting Photos A Core Volunteer can delete photos related to a cat in the system so they can be viewed. (For more information look at the Files Management) Default Photo A Core Volunteer can choose a photo related to a cat in the system and mark it as a Profile Photo. (For more information look at the Files Management) Uploading Files A Core Volunteer can upload files related to a cat into the system so they can be viewed and retrieved later. (For more information look at the Files Management) Deleting Files A Core Volunteer can delete files related to a cat in the system so they cannot be viewed or retrieved. (For more information look at the Files Management) View Adopter/Foster History A Core Volunteer can view the adopters and foster homes that have been associated with a cat from the system. Code Files Needed for Interaction: src/templates/cats/view.ctp src/controller/catscontroller.php src/model/entity/cat.php Required Input: Click on the more tab (6th tab) Click on Cat/Kitten Placement Expected Output:

46 Cat/Kitten Placement should appear below Viewing a Cat s Adopter/Foster History Screenshots

47 Exporting a Cat to Adopt-a-Pet A Core Volunteer can export a cat from the system to Adopt-a-Pet for advertising purposes. Code Files Needed for Interaction: src/templates/cats/view.ctp src/controller/catscontroller.php src/model/entity/cat.php Required Input: Click on the Export button Adoption Status Color Spayed and Neutered Shots Current Housetrained Declawed Cat name Date of Birth Breed Coat Gender Kitten/Adult Cat Adoption Fee Microchip Number Microchip Registration Good with Kids Good with Dogs Good with Cats Special Needs Needs Experienced Adopter Biography Current Diet Notes Speciality Notes Expected Output: After a few hours, the new profile will be added in Adopt-A-Pet Association should be created in Cats table under foster_id

48 Exporting a Cat to Adopt-a-Pet Screenshots

49 Database Tables and Relationships For information on the database and relationships, go to Appendix A: Database

50 3. Adopter Management Description The organization needs a quick way to reach out to, communicate with, manage, and view adopters, and potential adopters of kittens. In order to do this, Admins must be able to create, view, update, and remove adopters from the system. Adopters may or may not be associated with kittens. Creation A Core Volunteer can add a new adopter into the system to be able to assign cats to the adopter. Code Files Needed for Interaction: webroot/js/adopters.js src/templates/adopters/add.ctp src/controller/adopterscontroller.ctp src/model/entity/adopter.php src/model/table/adopterstable.php src/controller/phonenumberscontroller.ctp src/controller/phonenumbers.ctp Required Input: Go to the adopter s index page Click the paw button on the bottom right Click the Add Adopter button Adoptability First Name Last Name Address Phone Number(s) Any notes regarding the adopter Expected Output: The system will create a new entry in the adopters table. The system will save the inputted information in the corresponding columns in the adopters table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the adopter s id as the entity_id, the phone type as the phone_type, the phone

51 number as the phone_num and entity_type will be 1. Creating an Adopter Screenshots

52 - 52 -

53 Editing A Core Volunteer can edit existing adopters in the system to make necessary changes to the information of the adopter. Code Files Needed for Interaction: webroot/js/adopters.js src/templates/adopters/add.ctp src/controller/adopterscontroller.ctp src/model/entity/adopter.php src/model/table/adopterstable.php src/controller/phonenumberscontroller.ctp src/controller/phonenumbers.ctp Required Input: Select an adopter from the adopter s index page Click the paw button Click the Edit button Adoptability First Name Last Name Address Phone Number(s) Any notes regarding the adopter Expected Output: The system will access an existing entry in the adopters table. The system will save the inputted information in the corresponding columns in the adopters table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the Adopter s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

54 Editing an Adopter Screenshots

55 - 55 -

56 Deletion An Admin can delete adopters from the system to eliminate inactive and no longer needed adopters. Code Files Needed for Interaction: src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp Required Input: Select an adopter from the adopter s index page Click the paw button on the bottom right. Click the Delete button Click Delete on the confirmation box. Expected Output: The system will go to the corresponding row in the adopters table. The system will set the Adopter as deleted in the database by changing the Adopter s is_deleted value to

57 Deleting an Adopter Screenshots

58 - 58 -

59 Adding Phone Numbers A Core Volunteer can add one or more phone numbers to an adopter in the system. (For more information look at Phone Numbers Management) Editing Phone Numbers A Core Volunteer can edit existing phone numbers related to an adopter in the system. (For more information look at Phone Numbers Management) Removing Phone Numbers A Core Volunteer can delete existing phone numbers from an adopter in the system. (For more information look at Phone Numbers Management) Adding Tags A Core Volunteer can add multiple tags to an adopter in the system. (For more information look at the Tags Management) Removing Tags A Core Volunteer can delete existing tags from an adopter in the system. (For more information look at the Tags Management) Uploading Photo A Core Volunteer can upload photos related to an adopter into the system so they can be viewed. (For more information look at the Files Management) Deleting Photos A Core Volunteer can delete photos related to an adopter in the system so they can be viewed. (For more information look at the Files Management)

60 Default Photo A Core Volunteer can choose a photo related to an adopter in the system and mark it as a Profile Photo. (For more information look at the Files Management) Uploading Files A Core Volunteer can upload files related to an adopter into the system so they can be viewed and retrieved later. (For more information look at the Files Management) Deleting Files A Core Volunteer can delete files related to an adopter in the system so they cannot be viewed or retrieved. (For more information look at the Files Management)

61 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

62 4. Foster Management Description In order to assign cats to foster homes, an Admin must be able to manage foster homes by being able to create, view, update, and remove them. Other users such as the Core Volunteer will be able to modify and view foster homes where a volunteer can only view them. Creation A Core Volunteer can add a new Foster Home into the system to be able to assign cats to the Foster. Code Files Needed for Interaction: webroot/js/fosters.js src/templates/fosters/add.ctp src/controller/fosterscontroller.ctp src/model/entity/foster.php src/model/table/fosterstable.php Required Input: First Name Last Name Address Phone Number(s) Experience Availability Rating Any notes regarding the foster Expected Output: The system will create a new entry in the fosters table. The system will save the inputted information in the corresponding columns in the fosters table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the foster s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

63 Creating a Foster Screenshots

64 - 64 -

65 Editing A Core Volunteer can edit existing fosters in the system to make necessary changes to the information of the foster. Code Files Needed for Interaction: webroot/js/fosters.js src/templates/fosters/add.ctp src/controller/fosterscontroller.ctp src/model/entity/foster.php src/model/table/fosterstable.php Required Input: First Name Last Name Address Phone Number(s) Experience Availability Rating Any notes regarding the foster Expected Output: The system will access an existing entry in the fosters table. The system will save the inputted information in the corresponding columns in the fosters table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the Foster s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

66 Editing a Foster Screenshots

67 - 67 -

68 Deletion An Admin can delete fosters from the system to eliminate inactive and no longer needed fosters. Code Files Needed for Interaction: webroot/js/fosters.js src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp Required Input: Click the Delete button on the confirmation box. Expected Output: The system will go to the corresponding row in the fosters table. The system will set the Foster as deleted in the database by changing the Foster s is_deleted value to

69 Deleting a Foster Screenshots

70 - 70 -

71 Adding Phone Numbers A Core Volunteer can add one or more phone numbers to an foster in the system. (For more information look at Phone Numbers Management) Editing Phone Numbers A Core Volunteer can edit existing phone numbers related to an foster in the system. (For more information look at Phone Numbers Management) Removing Phone Numbers A Core Volunteer can delete existing phone numbers from an foster in the system. (For more information look at Phone Numbers Management) Adding Tags A Core Volunteer can add multiple tags to an foster in the system. (For more information look at the Tags Management) Removing Tags A Core Volunteer can delete existing tags from an foster in the system. (For more information look at the Tags Management) Uploading Photo A Core Volunteer can upload photos related to an foster into the system so they can be viewed. (For more information look at the Files Management) Deleting Photos A Core Volunteer can delete photos related to an foster in the system so they can be viewed. (For more information look at the Files Management)

72 Default Photo A Core Volunteer can choose a photo related to an foster in the system and mark it as a Profile Photo. (For more information look at the Files Management) Uploading Files A Core Volunteer can upload files related to an foster into the system so they can be viewed and retrieved later. (For more information look at the Files Management) Deleting Files A Core Volunteer can delete files related to an foster in the system so they cannot be viewed or retrieved. (For more information look at the Files Management)

73 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

74 5. Contacts Management Description The organization needs all users to be able to access a list of contacts. Therefore, Admin must be able to add contacts to the system, edit their information, and delete them if needed. Non-admin users will only have access to the contacts overviews. Creation A Core Volunteers can add contacts to the system so that other users can view them and contact them when necessary. Code Files Needed for Interaction: src/templates/contacts/add.ctp src/controller/contactscontroller.ctp src/model/entity/contacts.php src/model/table/contactstable.php Required Input: Contact Name Organization Name Contact/Organization Organization Address Phone Number(s) Expected Output: The system will create a new entry in the contacts table. The system will save the inputted information in the corresponding columns in the contacts table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the contact s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

75 Contact Creation Screenshots

76 - 76 -

77 Editing A Core Volunteers can edit contacts in the system so that other users can view the most current information and contact them when necessary Code Files Needed for Interaction: src/templates/contacts/edit.ctp src/controller/contactscontroller.ctp src/model/entity/contacts.php src/model/table/contactstable.php src/controller/phonenumbers.ctp src/model/entity/phonenumber.php src/model/table/phonenumbertable.php Required Input: Contact Name Organization Name Contact/Organization Organization Address Phone Number(s) Expected Output: The system will save any changes made to the contact s profile. The system will go to the corresponding row in the contacts table. The system will save the inputted information in the corresponding columns in the contacts table. The system will either access an existing entry or create a new entry in the phone_numbers table, saving the contact s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type will be

78 Editing a Contact Screenshots

79 - 79 -

80 Deletion An Admin can delete contacts from the system in order to avoid inactive users. Code Files Needed for Interaction: src/templates/contacts/edit.ctp src/controller/contactscontroller.ctp Required Input: Select a contact from the contact s index page Click the Delete button Click Delete on the confirmation box. Expected Output: The system will go to the corresponding row in the contacts table. The system will set the Contacts as deleted in the database by changing the contact s is_deleted value to

81 Deleting a Contact Screenshots

82 Adding Phone Numbers A Core Volunteer can add one or more phone numbers to contacts in the system. (For more information look at Phone Numbers Management) Editing Phone Numbers A Core Volunteer can edit existing phone numbers related to any contact in the system. (For more information look at Phone Numbers Management)

83 Removing Phone Numbers A Core Volunteer can delete existing phone numbers from any contact in the system. (For more information look at Phone Numbers Management) Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

84 6. Litter Management Description In order to have an overview of the current inventory and be able to manage kittens, an Admin must be able to create, view, update, and remove litters. The litters will be collections of kittens that are either incoming, or currently in stock. Creation An Admin can add incoming litters into the system to inform users about cats that will soon be entering the system. Code Files Needed for Interaction: src/templates/litters/add.ctp src/controller/litterscontroller.php src/controller/catscontroller.php src/model/entity/litter.php src/model/entity/cat.php src/model/table/litterstable.php src/model/table/catstable.php Required Input: Litter name Kitten Central ID Date of Birth Breed Estimated Arrival Foster Notes Notes Additional Cats Expected Output: The new litter should be created with the cats associated

85 Litter Creation Screenshots

86 - 86 -

87 Editing A Core Volunteer can edit the existing information of a litter in the system in order to make or add changes. Code Files Needed for Interaction: src/templates/litters/edit.ctp src/controller/litterscontroller.php src/controller/catscontroller.php src/model/entity/litter.php src/mode/entity/cat.php src/model/table/litterstable.php src/model/table/catstable.php Required Input: Select desired litter to edit. Litter Name Kitten Central ID Date of Birth Breed Estimated Arrival Foster Notes Notes Expected Output: The selected litter should now have the updated information

88 Editing a Litter Screenshots

89 - 89 -

90 Deletion An Admin can delete a litter from the system to completely remove an inactive litter profile. Code Files Needed for Interaction: src/templates/litters/view.ctp src/controller/litterscontroller.php src/controller/catscontroller.php src/model/entity/litter.php src/mode/entity/cat.php src/model/table/litterstable.php src/model/table/catstable.php Required Input: Select desired litter to remove Click on Delete Selected button Click on the Delete! button Expected Output: The selected litter should disappear

91 Deleting a Litter Screenshots

92 - 92 -

93 Add a New Cat A Core Volunteer can add a new cat to an existing litter in the system. Code Files Needed for Interaction: src/templates/litters/view.ctp src/controller/litterscontroller.php src/controller/catscontroller.php src/model/entity/litter.php src/mode/entity/cat.php src/model/table/litterstable.php src/model/table/catstable.php Required Input: Select on the desired Litter to add a new cat Under the Cat tab (1st Tab) click on Add New Cat Cat name Date of Birth Breed Color Coat Gender Kitten/Adult Cat Adoption Fee Microchip Number Microchip Registration Good with Kids Good with Dogs Good with Cats Special Needs Needs Experienced Adopter Specialty Notes Biography Additional cats Expected Output: The new cat(s) should be added to the litter

94 Adding a New Cat Screenshots

95 - 95 -

96 Add an Existing Cat A Core Volunteer can link a cat to an existing litter in the system. Code Files Needed for Interaction: src/templates/litters/view.ctp src/controller/litterscontroller.php src/controller/catscontroller.php src/model/entity/litter.php src/mode/entity/cat.php src/model/table/litterstable.php src/model/table/catstable.php Required Input: Select desired Litter to add an existing cat Under the Cat tab (1st tab) click on Add Existing Cat Select an existing cat to add into the litter Expected Output: The existing cat should be added to the litter

97 Adding Existing Cat to Litter Screenshots

98 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

99 7. Filter Management Description The organization wants users to be able to filter through Cats, Contacts, Adopters, and Fosters to be able to find a specific Cat, Contact, Adopter, or Foster in the system. Filter Cats A Volunteer can filter through the cats to find a specific cat in the system, allowing the volunteer to view that cat s information. Code Necessary for Interaction: scr/template/cats/index.ctp scr/controller/catscontroller.ctp scr/model/behavior/filterabletagbehavior.php scr/model/behavior/filterablephonebehavior.php Required Input Includes One or More of the Following: Go to the cats index page Click the paw button on the bottom right Click the Sort/Filter button Name Gender Adult or Kitten Breed Color Coat Date of Birth Deceased Deleted Tags Expected Output: The filtered cats will be displayed

100 Filter Cats Screenshots

101 Filter Contacts A Foster can filter through the contacts to find a specific contact in the system. Code Necessary for Interaction: scr/template/contacts/index.ctp scr/controller/contactscontroller.ctp scr/model/behavior/filterablephonebehavior.php Required Input Includes One or More of the Following: Go to the contacts index page Click the paw button on the bottom right Click the Sort/Filter button Contact Name Organization Name Phone Number Address Expected Output: The filtered contacts will be displayed

102 Filter Contacts Screenshots Filter Adopters A Volunteer can filter through the adopters to find a specific adopter in the system, allowing the volunteer to view that adopter s information. Code Necessary for Interaction: scr/template/adopters/index.ctp scr/controller/adopterscontroller.ctp scr/model/behavior/filterabletagbehavior.php

103 scr/model/behavior/filterablephonebehavior.php Required Input Includes One or More of the Following: Go to the adopters index page Click the paw button on the bottom right Click the Sort/Filter button First Name Last Name Phone Number Address Number of Cats Adopted Adoptability Tags Expected Output: The filtered adopters will be displayed

104 Filter Adopters Screenshots

105 Filter Fosters A Volunteer can filter through the fosters to find a specific foster in the system, allowing the volunteer to view that foster s information. Code Necessary for Interaction: scr/template/fosters/index.ctp scr/controller/fosterscontroller.ctp scr/model/behavior/filterabletagbehavior.php scr/model/behavior/filterablephonebehavior.php Required Input Includes One or More of the Following: Go to the fosters index page Click the paw button on the bottom right Click the Sort/Filter button First Name Last Name Rating Availability Phone Number Address Tags Expected Output: The filtered fosters will be displayed

106 Filter Fosters Screenshots

107 8. Phone Numbers Management Description The organization wants users, fosters, contacts, and adopters to be able to provide multiple phone numbers to be able to contact them whenever it is necessary. Adding Phone Numbers A Core Volunteer can add one or more phone numbers to users, adopters, and foster in the system. A Foster and a Volunteer can add one or more phone numbers to their own profile. Code Files Needed for Interaction: These are the generic files needed to add one more phone numbers to Users, Adopters, Fosters, and Contacts. src/model/entity/phonenumber.php src/model/table/phonenumberstable.p hp src/controller/phonenumberscontroller. ctp In addition to the generic files above, these files are necessary to add phone numbers to Users. src/templates/users/edit.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to add phone numbers to Contacts. src/templates/contacts/edit.ctp src/controller/contactscontroller.ctp In addition to the generic files above, these files are necessary to add phone numbers to Adopters. src/templates/adopters/edit.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to add phone numbers to Fosters. src/templates/fosters/edit.ctp src/controller/fosterscontroller.ctp Required Input: Go to the entity s view page

108 Click the paw button on the bottom right Click the Edit button Click the Add Phone Number Entity s Phone Number(s) Expected Output: The system will add the given phone numbers to the entity s profile. The system will create a new entry in the phone_numbers table, saving the entity s id as the entity_id, the phone type as the phone_type, the phone number as the phone_num and entity_type according to the entity type

109 Phone Number Creation Screenshots

110 Editing Phone Numbers A Core Volunteer can edit existing phone numbers related to any user in the system. A Foster and a Volunteer can edit existing phone numbers that are related to them and are displayed on their own profile. Code Files Needed for Interaction: These are the generic files needed to edit a phone number that belongs to Users, Adopters, Fosters, and Contacts. src/model/entity/phonenumber.php src/model/table/phonenumberstable.p hp src/controller/phonenumberscontroller. ctp In addition to the generic files above, these files are necessary to edit a phone number that belongs to Users. src/templates/users/edit.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to edit a phone number that belongs to Contacts. src/templates/contacts/edit.ctp src/controller/contactscontroller.ctp In addition to the generic files above, these files are necessary to edit a phone number that belongs to Adopters. src/templates/adopters/edit.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to edit a phone number that belongs to Fosters. src/templates/fosters/edit.ctp src/controller/fosterscontroller.ctp Required Input: Go to the entity s view page Click the paw button on the bottom right Click the Edit button Click on the phone number that needs to be edited Click Edit Entity s Updated phone number Expected Output:

111 The system will take the user to the phone editing page. The system will access an existing entry in the phone_numbers table where the entity_id matches the entity s id. The system will save any changes made to the corresponding tables in the phone_numbers table. The system will update the entity s profile with the updated phone numbers. Editing a Phone Number Screenshots

112

113 Removing Phone Numbers A Core Volunteer can delete existing phone numbers from any user in the system. A Foster and a Volunteer can edit existing phone numbers that are related to them and are displayed on their own profile. Code Files Needed for Interaction: These are the generic files needed to delete a phone number that belongs to Users, Adopters, Fosters, and Contacts. src/model/entity/phonenumber.php src/controller/phonenumberscontroller. ctp In addition to the generic files above, these files are necessary to delete a phone number that belongs to Users. src/templates/users/edit.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to delete a phone number that belongs to Contacts. src/templates/contacts/edit.ctp src/controller/contactscontroller.ctp In addition to the generic files above, these files are necessary to delete a phone number that belongs to Adopters. src/templates/adopters/edit.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to delete a phone number that belongs to Fosters. src/templates/fosters/edit.ctp src/controller/fosterscontroller.ctp Required Input: Go to the entity s view page Click the paw button on the bottom right Click the Edit button Click on the phone number that needs to be deleted Click Delete Click Delete on the confirmation page. Expected Output: The system will access the existing entry in the phone_numbers table where the entity_id

114 matches the entity s id and the phone_num matches the number that needs to be deleted. The system will delete the chosen phone number from the entity s profile. Removing a Phone Number Screenshots

115 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

116 9. Tags Management Description The organization wants users to be able to provide multiple phone numbers to be able to contact them whenever it is necessary. Creation A Core Volunteer can create one or more tag that will help differentiate the cats, adopters, and fosters in the system from others of their type. Code Files Needed for Interaction: src/template/tags/index.ctp src/model/entity/tag.php src/model/table/tagstable.php src/controller/tagscontroller.ctp Required Input: Tag label Entity (or entities) associated with the tag Tag color Expected Output: The system will create a new entry in the tags table. The system will save the inputted information in the corresponding columns in the tags table. The new tag will appear in the tag s index page

117 Tag Creation Screenshots

118 Editing A Core Volunteer can edit existing tags that are related to cats, adopters, and fosters in the system. Code Files Needed for Interaction: src/template/tags/index.ctp src/model/entity/tag.php src/model/table/tagstable.php src/controller/tagscontroller.ctp Required Input: Click on the tag that needs to be edited Click the Edit button Tag label Entity (or entities) associated with the tag Tag color Expected Output: The system will access an existing entry in the tags table. The system will save the inputted information in the corresponding columns in the tags table. The tag will be shown on the index page will be updated accordingly

119 Edit a Tag Screenshots

120 Deletion A Core Volunteer can delete existing tags that related to cats, adopters, and fosters in the system. Code Files Needed for Interaction: src/template/tags/index.ctp src/controller/tagscontroller.ctp Required Input: Click on the tag that needs to be edited Click the Delete button Click Delete on the confirmation page Expected Output:

121 The system will access an existing entry in the tags table. The system will set is_deleted to 1. The selected tag will disappear from the index page

122 Deleting a Tag Screenshots

123

124 Adding Tags to Entities A Core Volunteer can add one or more tags to cats, adopters, and foster in the system. A Foster can add one or more tags to the cat profiles of the cats they are currently fostering. Code Files Needed for Interaction: These are the generic files needed to add one more tags to Cats, Adopters, and Fosters. src/controller/tagscontroller.ctp src/model/table/tagstable.php In addition to the generic files above, these files are necessary to add tags to Cats. webroot/js/cats.js src/templates/cats/view.ctp src/controller/catscontroller.ctp src/controller/tagscatscontroller.ctp In addition to the generic files above, these files are necessary to add tags to Adopters. webroot/js/adopters,js src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp src/controller/tagsadopterscontroller.ct p In addition to the generic files above, these files are necessary to add tags to Fosters. webroot/js/fosters.js src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp src/controller/tagsfosterscontroller.ctp Required Input: Go to the entity s view page Click Add Tag Select a tag from the list. Click Add Tag on the confirmation page. Expected Output: The system will access the tags table to obtain the selected tag s id. The system will access the entity s table, for example, for foster it will access the tags_fosters table, and create a new entry

125 The system will save the entity s id and the obtained tag id as the tag_id in the corresponding table. Adding Tags to Entities Screenshots

126 Removing Tags from Entities A Core Volunteer can delete existing phone numbers from any user in the system. A Foster and a Volunteer can edit existing phone numbers that are related to them on their own profile. Code Files Needed for Interaction: These are the generic files needed to add one more tags to Cats, Adopters, and Fosters. src/controller/tagscontroller.ctp src/model/table/tagstable.php In addition to the generic files above, these files are necessary to add tags to Cats. src/templates/cats/view.ctp src/controller/catscontroller.ctp src/controller/tagscatscontroller.ctp In addition to the generic files above, these files are necessary to add tags to Adopters. src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp src/controller/tagsadopterscontroller.ct p In addition to the generic files above, these files are necessary to add tags to Fosters. src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp src/controller/tagsfosterscontroller.ctp Required Input: Go to the entity s view page Click on the X icon next to desired tag to remove Click Delete on the confirmation page. Expected Output: The system will access the entity s table, for example, for foster it will access the tags_fosters table. The system will delete the row that contains the entity s id and the tag id of the selected tag. The selected tag will disappear from the entity s view page

127 Removing a Tag from an Entity Screenshots

128 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

129 10. Files Management Description The organization has several types of files that must be accessible at all times. Some of these files include pictures, medical records, application forms, animal request forms, and adoption forms. Photo/File Creation A Core Volunteer can add new photos and PDF files to all entities (user, adopter, foster and cat). A Volunteer,can only add a new photo to their personal profile. A Foster can only add new photos to their personal profile and to the cats they are currently fostering. Code Files Needed for Interaction: These are the generic files needed to make photo and file creation possible for Users, Adopters, Fosters, and Cats. src/model/entity/file.php src/model/table/filestable.php src/controller/filescontroller.ctp src/model/behavior/filesbehavior.php In addition to the generic files above, these files are necessary to add photos and files to Users. src/templates/users/view.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to add photos and files to Cats. src/templates/cats/view.ctp src/controller/catscontroller.ctp In addition to the generic files above, these files are necessary to add photos and files to Adopters. src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to add photos and files to Fosters. src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp Required Input:

130 Click on the Add New Photo button or the Add New File button in the files tab. Choose photo and click on Upload Expected Output: The system will create a new entry in the files table. If the file is a photo, it will set is_photo to 1 and save the the some information about the photo, such as its size, in the corresponding columns. The new picture will be displayed under the Pictures section under the files tab in the Adopter s view

131 Photo/Files Creation Screenshots

132

133 Photo/File Deletion A Core Volunteer can delete existing photos and PDF files from all entities (user, adopter, foster and cat). A Volunteer,can only add a new photo to their personal profile. A Foster can only delete existing photos from their personal profile and from the cats they are currently fostering. Code Files Needed for Interaction: These are the generic files needed to make photo and file deletion possible for Users, Adopters, Fosters, and Cats. src/controller/filescontroller.ctp src/model/behavior/filesbehavior.php In addition to the generic files above, these files are necessary to delete photos and files to Users. src/templates/users/view.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to delete photos and files to Cats. src/templates/cats/view.ctp src/controller/catscontroller.ctp In addition to the generic files above, these files are necessary to delete photos and files to Adopters. src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to delete photos and files to Fosters. src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp Required Input: Select desired photo or file to remove If there is only one photo, upload another photo before deleting Click on Delete Selected button Click on the Delete! button Expected Output: The system will go to the corresponding row in the files table

134 The system will set the photo as deleted in the database by changing the photo s or file s is_deleted value to 1. Photo/Files Deletion Screenshots

135

136 Default Photo A Core Volunteer can choose a photo related to a user, adopter, foster, or cat in the system and mark it as a Profile Photo. A Volunteer can choose a photo related to them and mark it as a Profile Photo. A Foster can choose a photo related to them or to a cat they are fostering and mark it as a Profile Photo. Code Files Needed for Interaction: These are the generic files needed to choose a default photo possible for Users, Adopters, Fosters, and Cats. src/controller/filescontroller.ctp src/model/behavior/filesbehavior.php In addition to the generic files above, these files are necessary to choose a default photo for a Users. src/templates/users/view.ctp src/controller/userscontroller.ctp In addition to the generic files above, these files are necessary to choose a default photo for a Cats. src/templates/cats/view.ctp src/controller/catscontroller.ctp In addition to the generic files above, these files are necessary to choose a default photo for a Adopters. src/templates/adopters/view.ctp src/controller/adopterscontroller.ctp In addition to the generic files above, these files are necessary to choose a default photo for a Fosters. src/templates/fosters/view.ctp src/controller/fosterscontroller.ctp Required Input: Click desired photo to set as default Click on the Mark as Profile Photo button Expected Output: The selected photo should now be the default profile picture

137 Setting Default Profile Picture Screenshots

138 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

139 11. Event Management Description Pet Adoptions events are held regularly. In order to reach out to volunteers, adopters, and fosters Admins need to be able to create, view, update, and remove adoption events. The adoption events will have features that allow mass communication to users, and subscribed individuals to receive information about an adoption event. Creation As a Core Volunteer, I can add an adoption event into the system so I can schedule adoption events and know which cats are to be shown for adoption. Code Files Needed for Interaction: src/templates/adoptionevents/add.ctp src/controller/adoptioneventscontroller.php src/mode/entity/adoptionevent.php src/model/table/adoptioneventstable.php src/model/table/catsadoptioneventstable.php src/model/table/usersadoptioneventstable.ph p Required Input: Event Date Description Cat(s) User(s) Expected Output: The adoption event will be created with the inputted information and associated cats and volunteers

140 Adoption Event Creation Screenshots

141

142 Editing As a Core Volunteer, I can edit an adoption event so that changes can be made after an event has been created. Code Files Needed for Interaction: src/templates/adoptionevents/edit.ctp src/controller/adoptioneventscontroller.php src/mode/entity/adoptionevent.php src/model/table/adoptioneventstable.php src/model/table/catsadoptioneventstable.php src/model/table/usersadoptioneventstable.ph p Required Input: Event Date Description Cat(s) User(s) Expected Output: The adoption event will be updated with the inputted information and associated cats and volunteers

143 Adoption Event Editing Screenshots

144 Deletion As a Core Volunteer, I am able to delete an event from the system to completely remove information of cancelled or past events. Code Files Needed for Interaction: src/templates/adoptionevents/view.ctp src/controller/adoptioneventscontroller.php src/mode/entity/adoptionevent.php src/model/table/adoptioneventstable.php src/model/table/catsadoptioneventstable.php src/model/table/usersadoptioneventstable.ph p Required Input: Select desired adoption event to remove Click on Delete button Click on the Delete button in the confirmation pop up Expected Output: The selected adoption event should disappear

145 Adoption Event Deletion Screenshots

146

147 Database Table and Relationships For information on the database and relationships, go to Appendix A: Database

148 Other Files JavaScript Files Description The following JavaScript files can be found in most, if not all, interactions. JavaScripts that are unique to a specific entity can be found in that entity s user interaction. Files: webroot/js/global.js webroot/js/jquery-ui.js webroot/js/jquery-ui.min.js webroot/js/jquery.min.js webroot/js/modernizr.js webroot/js/moment.js webroot/js/paws-administrative-system.js webroot/js/select2.min.js webroot/js/webflow-custom.js webroot/js/webflow.js CSS Files Description The following CSS files can be found in most, if not all, interactions. Files: webroot/css/base.css webroot/css/cake.css webroot/css/components.css webroot/css/jquery-ui.css webroot/css/normalize.css webroot/css/paws-administrative-system.css webroot/css/paws-customs.css webroot/css/select2.min.css

149 Appendices Appendix A: Database ER Diagram

150 Tables and Elements

151

152

153 Appendix B: Installation Instructions Mission Control is written in PHP and Javascript under the CakePHP 3 framework, and is intended to be run on an Ubuntu-based Linux system. This guide assumes that you have PHP7, Apache, and MySQL installed and set up, and have prior knowledge of how to use those services. It also assumes that you will be running the web server and the the database on the same machine. CakePHP requires the use of Composer. Please follow the official documentation to get Composer set up: Additionally, you will need to install a few PHP libraries: php-intl, php-ext, and phpimagick. Simply run a sudo apt-get install php-intl command for each of these libraries to install them. Our project repository can be cloned using Git. Run git clone MissionControl in the webroot directory of your choice. Navigate to MissionControl/config, and run cp app.default.php app.php to create the primary configuration file. There are a number of changes that you will need to make to this file. First, you need to set up the different user types. Enter the following so that the first few lines look like this: <?php use Cake\Core\Configure; Configure::write('Roles', [ 'Admin' => 1, 'Core' => 2, 'Volunteer' => 3, 'Foster' => 4 ]); return [

154 Next, setup the account that will be used to send account invitations and alerts. Scroll down to the section labeled Transport, and enter a new entry called auto so that it looks like this: ' Transport' => [ 'default' => [ 'classname' => 'Mail', // The following keys are used in SMTP transports 'host' => 'localhost', 'port' => 25, 'timeout' => 30, 'username' => 'user', 'password' => 'secret', 'client' => null, 'tls' => null, 'url' => env(' _transport_default_url', null), ], 'auto' => [ 'classname' => 'Smtp', 'host' => 'smtp.gmail.com', 'port' => 587, 'username' => ' @gmail.com', 'password' => 'PASSWORD', 'tls' => true, ] ], Be sure to replace and PASSWORD with your desired credentials. If you wish to use a host other than Gmail, you will have to change the port, host, and other fields. Next, scroll down to the section labeled Datasources to set the database user values. You do not need to change much here--just set the username and password to the desired MySQL user credentials, and change the database name from my_app to paws_db. That s it for app.php, save and close the file

155 To set up the database, navigate to MissionMeow/DB. You only need to run a single command to set up all the required tables. Run mysql -u USER -p paws_db < paws_db.sql, replacing USER with the proper username, and enter your password when prompted. This will create all the required tables, and create a single admin user with the address of theparrotsarecoming@gmail.com, and a password of password. Upon initial login, you will be given the opportunity to change this and password to anything you like. Return to the main MissionMeow directory. The directories logs and tmp need to be writable by the server, so run chown -R www-data tmp and chown -R www-data logs to change ownership of the directories to the server user. The same needs to be done for MissionMeow/webroot/files, so run chown -R www-data webroot/files from the main directory. Finally, all the third-party tools used by Mission Meow need to be loaded. Navigate to MissionMeow/vendor, then type composer update to load everything. This may take a while. After you complete these steps, follow the typical steps to host a web page on your server, and Mission Meow will be ready to use!

156 Appendix C: TreeView

City of Overland Park eplace Website RENEW Pet License & Payment

City of Overland Park eplace Website RENEW Pet License & Payment City of Overland Park eplace Website RENEW Pet License & Payment Before Beginning - Please have your required proof of Rabies Vaccination available to be uploaded prior to renewing. A picture of the pet

More information

MOBILE INVENTORY. Mobile Inventory Page 1 of 13

MOBILE INVENTORY. Mobile Inventory Page 1 of 13 MOBILE INVENTORY Mobile Inventory Page 1 of 13 TABLE OF CONTENTS Admin Setup...3 Admin Options...3 Add / Edit Users...3 The Mobile Inventory Site...3 Login Page...3 List of Locations...4 Filter Items...5

More information

ADVANCED LICENSING. Advanced Licensing v Page 1 of 18

ADVANCED LICENSING. Advanced Licensing v Page 1 of 18 ADVANCED LICENSING Advanced Licensing v.20130626 Page 1 of 18 The License module is available to those PetPoint Organizations that have purchased the Constituent Services Suite. It is for selling and renewing

More information

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES)

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE» PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) 2018 WPS Health Plan, Inc. 1 All rights reserved. JO7048 28898-085-1801 ADMINISTRATIVE

More information

PetPoint Tips and Tricks

PetPoint Tips and Tricks PetPoint Tips and Tricks Online Help Admin Feedback Configuration Guide The Basics: Online Help Online Help is our Quick Reference Guide for assistance. Online Help can be utilized as a complete tutorial

More information

Import Export URL Rewrites for Magento2 Extension

Import Export URL Rewrites for Magento2 Extension Import Export URL Rewrites Extension for Magento2 User Manual https://www.magebees.com/import-export-url-rewritesextension-for-magento-2.html Import Export URL Rewrites for Magento2 Extension By CONTENT

More information

Workshop Scheduler Admin Manual

Workshop Scheduler Admin Manual Workshop Scheduler Admin Manual This application and the documentation were developed by the Center for Academic Excelence group of Appalachian State University. Copyright 2016. All rights reserved. rev

More information

Specialty Contractor User Manual. Table of Contents. Specialty Contractor User Manual Version 1 11/16/15

Specialty Contractor User Manual. Table of Contents. Specialty Contractor User Manual Version 1 11/16/15 Specialty Contractor User Manual Welcome to the C3 Training Database for Construction Career Collaborative! This software is where you keep track of your employees' training and safety credentials, project

More information

Giles County Animal Rescue

Giles County Animal Rescue Giles County Animal Rescue Client: Christine Link-Owens Virginia Tech CS 4624 Capstone Project Blacksburg, VA, 24060 May 8, 2013 Team Members: Amber Parsons Gregory Myrick Table of Contents Executive Summary

More information

Sports Data Platform (SDP) International Canoe Federation (ICF)

Sports Data Platform (SDP) International Canoe Federation (ICF) Sports Data Platform (SDP) International Canoe Federation (ICF) Versión 2.2 01/03/2017 DOCUMENT DETAILS DOCUMENT TITLE ICF. - User Guide for NF VERSION V2.2 RELEASE DATE 01/03/2017 DOCUMENT REFERENCE UG-SS-EN-V2.2

More information

Fyndiq Prestashop Module

Fyndiq Prestashop Module Fyndiq Prestashop Module User guide. Version 2.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 4 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Allplan 2015 Online Layout Distribution with Allplan Exchange

Allplan 2015 Online Layout Distribution with Allplan Exchange Allplan 2015 Online Layout Distribution with Allplan Exchange Steps to Success This documentation has been produced with the utmost care. Nemetschek Allplan Systems GmbH and the program authors have no

More information

E-Industrial Training Module. User s Manual

E-Industrial Training Module. User s Manual E-Industrial Training Module Student Page 1 Table of Contents Table of Contents... 2 1. Introduction... 3 1.1 System Overview... 3 2.... 4 2.1 Update Resume... 4 2.2 Placement Search... 7 2.3 View Placement

More information

Lesson 3: Making a WordPress Website

Lesson 3: Making a WordPress Website Lesson 3: Making a WordPress Website Chapter 1: Introduction WordPress is more than just a tool for creating blogs. It's also a wide-ranging, powerful content management system (CMS) a platform for building

More information

Accutech Data Supplier Setup User Guide

Accutech Data Supplier Setup User Guide Accutech Data Document Version 1.1 Created on October 28, 2008 Last modified on 5/14/2012 4:01 PM CNET Content Solutions For questions and comments regarding this guide, please call 866-367-2638 or send

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

RevApp and the Receipts Tracker

RevApp and the Receipts Tracker RevApp and the Receipts Tracker Part 38-06-06 Document last updated May 2018. 1 Contents 1 Background...4 2 Accessing RevApp...4 3 RevApp Homepage...5 4 Accessing myaccount...5 5 Accessing ROS...6 5.1

More information

Building the Pet Adoptions Database KATHRYN BROOKS RACHELE DITULLIO K. Y. (RECALL) YANG INF 385M MAY 5, 2010

Building the Pet Adoptions Database KATHRYN BROOKS RACHELE DITULLIO K. Y. (RECALL) YANG INF 385M MAY 5, 2010 Building the Pet Adoptions Database KATHRYN BROOKS RACHELE DITULLIO K. Y. (RECALL) YANG INF 385M MAY 5, 2010 Project Goals Create a database combining animals available for adoption at three different

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Dogs Trust Neutering Portal Guide

Dogs Trust Neutering Portal Guide Dogs Trust Neutering Portal Guide Contents 1. Version Control... 3 2. Contacts... 3 3. Introduction... 4 4. Access the Website... 5 a. First Log In... 5 b. Forgotten Password... 5 5. Overview of Site...

More information

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system NPDA User Guide: How to register to use the NPDA data capture system Register an account on the system PLEASE NOTE: If you have already registered to submit data to the NPDA in 2017, your login details

More information

eclubhouse CLUB OFFICIAL USER GUIDE

eclubhouse CLUB OFFICIAL USER GUIDE eclubhouse CLUB OFFICIAL USER GUIDE eclub Club Users Guide 11/2013 Table of Contents eclubhouse... 1 CLUB OFFICIAL USER GUIDE... 1 LOGGING IN... 3 RESETTING PASSWORD & UNLOCKING ACCOUNT... 4 ADMINISTRATION...

More information

Using the Computer Programming Environment

Using the Computer Programming Environment Information sheet EN064 Overview C2k has developed an environment to allow GCSE and A-Level students to undertake computer programming from within the C2k Managed Service. This environment will deliver

More information

Participation Status Report STUDIO ELEMENTS I KATE SOHNG

Participation Status Report STUDIO ELEMENTS I KATE SOHNG 2015 Participation Status Report STUDIO ELEMENTS I KATE SOHNG Table of Contents I. Wataru... 1 A. JQuery discussion... 1 B. Other JavaScript libraries... 1 C. CakePHP framework... 2 D. Webpage feedback...

More information

WebEx Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

WebEx Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA WebEx Integration User Guide 2018 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents WebEx Integration User Guide... 3 Enabling WebEx Integration in Your Account... 4 Setting

More information

Parkview Pet Hospital: Veterinary Practice Management System Development

Parkview Pet Hospital: Veterinary Practice Management System Development Loyola Marymount University and Loyola Law School Digital Commons at Loyola Marymount University and Loyola Law School Honors Thesis Honors Program 5-3-2017 Parkview Pet Hospital: Veterinary Practice Management

More information

Basics of Page Format

Basics of Page Format Basics of Page Format HTML Structural Tags Certain HTML tags provide the structure of the HTML document. These include the tag, the tag, the tag, and the tag. As soon as a

More information

SYLLABUS: REQUIRED BASIC TRAINING CLASS TOPICS FOR PETPOINT LITE USERS & ADMINSTRATORS

SYLLABUS: REQUIRED BASIC TRAINING CLASS TOPICS FOR PETPOINT LITE USERS & ADMINSTRATORS SYLLABUS: REQUIRED BASIC TRAINING CLASS TOPICS FOR PETPOINT LITE USERS & ADMINSTRATORS PetPoint v.20110211 IN THIS DOCUMENT YOU WILL FIND SETUP & TRAINING INFORMATION FOR PETPOINT LITE. IF YOU ARE NOT

More information

Ampliación de Bases de Datos

Ampliación de Bases de Datos 1. Introduction to In this course, we are going to use: Apache web server PHP installed as a module for Apache Database management system MySQL and the web application PHPMyAdmin to administrate it. It

More information

Table of Contents. 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11

Table of Contents. 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11 Table of Contents 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11 2 1- Installation Would you like to display your content in a nice and scrolling way and

More information

CYAN SECURE WEB Installing on Windows

CYAN SECURE WEB Installing on Windows CYAN SECURE WEB September 2009 Applies to: 1.7 and above Table of Contents 1 Introduction... 2 2 Preparation... 2 3 Network Integration... 3 3.1 Out-of-line Deployment... 3 3.2 DMZ Deployment... 3 4 Proxy

More information

CodePeople.net CP Rentacar System. CodePeople.net. Complete web based management system for car rentals. CodePeople Development Team. [Version 1.

CodePeople.net CP Rentacar System. CodePeople.net. Complete web based management system for car rentals. CodePeople Development Team. [Version 1. CodePeople.net CP Rentacar System CodePeople.net CP Rentacar System Complete web based management system for car rentals. CodePeople Development Team [Version 1.02] Contents CP RENTACAR SYSTEM BRIEF DESCRIPTION

More information

Private Sales & Flash Sales v4.x Configuration for Magento 2

Private Sales & Flash Sales v4.x Configuration for Magento 2 Private Sales & Flash Sales v4.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Private Sales and Flash Sales Extension 1.1. Configuring Private Sales Homepage 1.2. Configuring

More information

Edmodo Student Guide.

Edmodo Student Guide. Edmodo Student Guide http://susd.edmodo.com Table of Contents Student Sign Up... 3 Joining Groups...... 4 Student Profile/Account Settings.... 5 Posts..... 6-3 Post with a File Attached........ 6 Post

More information

Welcome to the Power Pet Sitter Mobile Application

Welcome to the Power Pet Sitter Mobile Application Welcome to the Power Pet Sitter Mobile Application This is a guide for Sitters and Administrators who will be using the Power Pet Sitter Mobile App, out on Android and Apple Devices. You can find it by

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Countdown Anywhere for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2.

More information

Get in Touch Module 1 - Core PHP XHTML

Get in Touch Module 1 - Core PHP XHTML PHP/MYSQL (Basic + Advanced) Web Technologies Module 1 - Core PHP XHTML What is HTML? Use of HTML. Difference between HTML, XHTML and DHTML. Basic HTML tags. Creating Forms with HTML. Understanding Web

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

SYNTHESYS MANAGEMENT

SYNTHESYS MANAGEMENT SYNTHESYS MANAGEMENT Teams User Management Synthesys.Net Management Basics 1 SYNTHESYS.NET MANAGEMENT Introduction... 3 Synthesys Management Features... 4 User Login... 5 Synthesys Management Main Screen...

More information

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM)

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Table of Contents About... 3 Using Privileged User Accounts... 4 Password Vault Configuration... 5 Defining Domain Administrator Credentials...

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Naga Venkata Sandeep Kavuru Governors State

More information

Children s Commissioning Support Resource (CCSR) Database. User Guide Provider Role. Version 2e

Children s Commissioning Support Resource (CCSR) Database. User Guide Provider Role. Version 2e Children s Commissioning Support Resource (CCSR) Database User Guide Provider Role Version 2e September 2010 Table of contents 1. Provider Details 3 2. Verification 4 3. Care Setting Details 5 4. Adding

More information

A MASTER GARDENER WEBSITE D E S I G N, D E V E L O P M E N T A N D M A I N T E N A N C E C O N S I D E R A T I O N S

A MASTER GARDENER WEBSITE D E S I G N, D E V E L O P M E N T A N D M A I N T E N A N C E C O N S I D E R A T I O N S A MASTER GARDENER WEBSITE D E S I G N, D E V E L O P M E N T A N D M A I N T E N A N C E C O N S I D E R A T I O N S WHO IS YOUR AUDIENCE AND WHAT FUNCTIONALITY IS NEEDED? Public? Static Content: About,

More information

Furniture Wizard Security Introduction

Furniture Wizard Security Introduction Furniture Wizard Security Introduction In this section, we will introduce you to the new security features of Furniture Wizard. Furniture Wizard s security will allow you to set permissions for different

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD Lender Admin Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD Lender Admin Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD Lender Admin Guide Last Updated: October 2015 FHA EAD Lender Admin Guide Page 2 of 95 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 5 WHAT IS THE ELECTRONIC

More information

Php And Mysql Manual Simple Yet Powerful Web Programming

Php And Mysql Manual Simple Yet Powerful Web Programming Php And Mysql Manual Simple Yet Powerful Web Programming It allows you to create anything from a simpledownload EBOOK. Beginning PHP 6, Apache, MySQL 6 Web Development Free Ebook Offering a gentle learning

More information

Getting Started -- Section 1 Table of Contents

Getting Started -- Section 1 Table of Contents Table of Contents Introduction... Page 2 Markets. Page 3 Groups.. Page 4 Users. Page 8 Auto Tasks Page 11 Property Status... Page 18 Repair Status... Page 20 Offer Status.. Page 21 Contract Status Page

More information

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide Oracle Eloqua Legacy Authenticated Microsites and Contact Users Configuration Guide 2019 Oracle Corporation. All rights reserved 04-Jan-2019 Contents 1 Authenticated microsites 3 2 Creating authenticated

More information

Project Specification - Daily Deals

Project Specification - Daily Deals Project Specification - Daily Deals 09.15.2016 By : Craig Robinson (Head of Development) Russell Pike, Farrell Howard ZipHub Inc. Las Vegas, Nevada 1 Overview This project specification document describes

More information

API Portal Version December User Guide

API Portal Version December User Guide API Portal Version 7.5.4 8 December 2017 User Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Portal 7.5.4 No part of this publication

More information

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd,

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd, Coordinator: Ron Boyd, rwboyd@orionsweb.net PURPOSE OF THE CHALLENGE To provide competitors with the opportunity to demonstrate, through practical and theoretical application, their skills in client- and

More information

Aruba Central Guest Access Application

Aruba Central Guest Access Application Aruba Central Guest Access Application User Guide Copyright Information Copyright 2017Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

More information

New user introduction to Attend

New user introduction to Attend 1 New user introduction to Attend 1. Sign up to Attend... 2 2. First Steps Create a Course... 2 3. Sharing your course... 4 4. Viewing the course participants... 5 5. Create a new member of Staff... 6

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

M-Star Training Videos https://www.youtube.com/channel/ucqcyj9bwnzwdi682pwrhgvg

M-Star Training Videos https://www.youtube.com/channel/ucqcyj9bwnzwdi682pwrhgvg & Quick Links: ShaalaDarpan https://darpan.kvs.gov.in/ M-Star Training Manuals https://learning.kvs.gov.in/ M-Star Training Videos https://www.youtube.com/channel/ucqcyj9bwnzwdi682pwrhgvg MIP http://mip.mgrmnet.com/mipkvs/login.jsp

More information

Gaggle 101 User Guide

Gaggle 101 User Guide Gaggle 101 User Guide Home Tab The Home tab is the first page displayed upon login. Here you will see customized windows or widgets. Once set, the widgets can be accessed directly by clicking on them from

More information

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO MICROSOFT LABS JANUARY 10, 2019 DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO A Solution to create a Microsoft VISIO template by consuming the configured entity values from the CRM entity record.

More information

Eloqua Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Eloqua Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Eloqua Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Eloqua Integration User Guide... 3 Enabling Eloqua Integration in Your Account... 4 Helpful

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sandeep Kumar Gudivada Governors State University

More information

DBS Online Disclosure Guide (e-bulk) Applicant Manager Guidance Notes

DBS Online Disclosure Guide (e-bulk) Applicant Manager Guidance Notes DBS Online Disclosure Guide (e-bulk) Applicant Manager Guidance Notes Section A APPLICANT MANAGER GUIDANCE NOTES E-Bulk online DBS checks can be completed by accessing the internet from any PC/Laptop that

More information

1. Send s (you can import address by clicking the address book Option

1. Send  s (you can import  address by clicking the address book Option DOING ONLINE FUNDRAISING IN 15 EASY STEPS HOW TO REGISTER ONLINE 1. Go to ANCOPUSA.org or ANCOPUSAWALK.org 2. Click Register Now! 3. Click on Register On Line 4. Click Create New Account 5. Select your

More information

ITCorporation HOW TO DOWNLOAD, INSTALL AND SET UP SONICWALL ANALYZER DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE

ITCorporation HOW TO DOWNLOAD, INSTALL AND SET UP SONICWALL ANALYZER DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE KNOWLEDGE DATABASE HOW TO DOWNLOAD, INSTALL AND SET UP SONICWALL ANALYZER DESCRIPTION This article summarizes a step by step procedure for the installation and set up of analyzer with a SonicWall firewall.

More information

ScanSource Supplier Setup User Guide

ScanSource Supplier Setup User Guide ScanSource Document Version 1.0 Created on April 21, 2014 Last modified on 4/21/2014 11:16 AM CNET Content Solutions For questions and comments regarding this guide, please call 866-367-2638 or send an

More information

In this guide, you will learn how prepare a spreadsheet ready to upload, edit existing member data, and import the data into your website database.

In this guide, you will learn how prepare a spreadsheet ready to upload, edit existing member data, and import the data into your website database. Importing Introduction Quick Answer Login to your Club Control Panel. Click Site Membership. Select Import from the left-hand menu. In this guide, you will learn how prepare a spreadsheet ready to upload,

More information

Remote Health Service System based on Struts2 and Hibernate

Remote Health Service System based on Struts2 and Hibernate St. Cloud State University therepository at St. Cloud State Culminating Projects in Computer Science and Information Technology Department of Computer Science and Information Technology 5-2017 Remote Health

More information

Cloud Services. Spam Manager. Quarantine Admin Guide

Cloud Services. Spam Manager. Quarantine Admin Guide Cloud Services Spam Manager Quarantine Admin Guide 10/23/2014 CONTENTS Introduction... 2 About Spam Quarantine Tasks... 2 Quarantine Deployment Tasks... 2 Before Activation of Spam Manager... 4 After Activation

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Raviteja Koripalli Governors State University

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Syed Jalaluddin Governors State University

More information

How to make Account on E- Donation for Room portal

How to make Account on E- Donation for Room portal How to make Account on E- Donation for Room portal 1) Log on our web site www.gajananmaharaj.org 2) You will get following screen. Click on E- Donation for Room 3) Firstly you need to create an account

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Pennsylvania. Special Olympics Pennsylvania - Vsys Software User Manual

Pennsylvania. Special Olympics Pennsylvania - Vsys Software User Manual Pennsylvania Special Olympics Pennsylvania - Vsys Software User Manual Applicable to all Vsys software programs including Terminal Service, Vsys One, Vsys Anywhere, and the Online Volunteer Portal Created

More information

ISIS Community SharePoint Administrator s Guide to User Management

ISIS Community SharePoint Administrator s Guide to User Management ISIS Community SharePoint Administrator s Guide to User Management Modified 10 February 2009 Contents Note about this guide... 1 Portal Overview... 1 General information... 1 What does an administrator

More information

Rachel Merriman Anna Whitney

Rachel Merriman Anna Whitney Rachel Merriman Anna Whitney rmerrim@stedwards.edu awhitne@stedwards.edu Kevin Farr Director of Communications Animal Trustees of Austin P.O Box 14542 Austin, TX 78761 Dear Mr. Farr: Enclosed is our final

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

CUSTOMER PORTAL. Custom HTML splashpage Guide CUSTOMER PORTAL Custom HTML splashpage Guide 1 CUSTOM HTML Custom HTML splash page templates are intended for users who have a good knowledge of HTML, CSS and JavaScript and want to create a splash page

More information

CORI Submitter - How to Complete Required Functions/Run Reports Classic View

CORI Submitter - How to Complete Required Functions/Run Reports Classic View CORI Submitter - How to Complete Required Functions/Run Reports Classic View Contents Logging into Affinity s ShareView System... 1 Verifying if an adult has completed their Adult/CORI Registration...

More information

DBS Online Disclosure Guide (e-bulk) Primary Applicant Manager Guidance Notes

DBS Online Disclosure Guide (e-bulk) Primary Applicant Manager Guidance Notes DBS Online Disclosure Guide (e-bulk) Primary Applicant Manager Guidance Notes Section A PRIMARY APPLICANT MANAGER GUIDANCE NOTES E-Bulk online Disclosure and Barring Service (DBS) checks can be completed

More information

TeamUSA Portal Games Delegation Management Instructions

TeamUSA Portal Games Delegation Management Instructions This document includes the instructions to use TeamUSA Portal for Games Delegation Management. Updates to the system include: Managing your Assignments (all staff who may attend the Games & will need USOC

More information

Perceptive Interact for Epic

Perceptive Interact for Epic Perceptive Interact for Epic Installation and Setup Guide Version: 7.1.x Written by: Product Knowledge, R&D Date: March 2017 2015-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Customer Tutorial For ATLAS

Customer Tutorial For ATLAS Customer Tutorial For ATLAS First time ISTC ATLAS Users All Administrative users will receive the link for ISTC s New Atlas Platform. Only Existing Administrative users will have access to this link to

More information

CMS ADMIN PANEL USER MANUAL AND GUIDE

CMS ADMIN PANEL USER MANUAL AND GUIDE CMS ADMIN PANEL USER MANUAL AND GUIDE 1 Page About CS TOUCH CMS: CS Touch an Android and ios based Mobile Application for ICSI -The Institute of Company Secretaries of India with Web based Content Management

More information

Installing SSP Admin Console

Installing SSP Admin Console The School Seating Planner admin console for SIMS is an application that enables School Seating Planner to integrate with SIMS in order to set-up, configure, and maintain the seating planner for your school

More information

Medical Setup Medical Setup v

Medical Setup Medical Setup v Medical Setup Medical Setup v. 06272011 IMPORTANT NOTE As of July 18th, the Medical screen on the Care menu will replace the Care Exam option, and the Medical setup screen replaces the Exam setup screen,

More information

COMPANY SETTINGS A MANUAL

COMPANY SETTINGS A MANUAL COMPANY SETTINGS A MANUAL Introduction If you are the first of your organization to register for the messenger, you will automatically be the company admin. If you do not have admin rights, another company

More information

Section 1 Exhibitors Tab

Section 1 Exhibitors Tab Register for the Elkhart County 4-H Fair: **between now and July 1, 2017** Animals may be adjusted at fair check-in if need be Entries need to be made as soon as possible to give staff time to process

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Salesforce Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Salesforce Integration User Guide... 3 Setting Up Your Account... 4 Helpful Hints...

More information

Adept Software Online Family Registration

Adept Software Online Family Registration Adept Software Online Family Registration Contents Adept Software Online Family Registration... 1 Embedding Registration Package into Club Website... 2 Primary Contact and Family Medical Information...

More information

Alkan University College Student Information Management System

Alkan University College Student Information Management System American Journal of Operations Management and Information Systems 2016; 1(1): 1-6 http://www.sciencepublishinggroup.com/j/ajomis doi: 10.11648/j.ajomis.20160101.11 Alkan University College Student Information

More information

Magento 2 Integration Manual (Version /10/2017)

Magento 2 Integration Manual (Version /10/2017) Magento 2 Integration Manual (Version 1.1.0-13/10/2017) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

MetaMoJi ClassRoom Administrator s Guide

MetaMoJi ClassRoom Administrator s Guide MetaMoJi ClassRoom Administrator s Guide Third Edition - ios is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. - Apple and ipad are registered trademarks

More information

viaone express Application Guide Advanced

viaone express Application Guide Advanced viaone express Application Guide Advanced ViaOne express provides online access to disability claims and leave of absence cases. You can view information about claims or cases including a history of payments,

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

District 5280 ClubRunner Instruction Manual

District 5280 ClubRunner Instruction Manual District 5280 ClubRunner Instruction Manual ClubRunner is a template-based membership communication and contentmanagement tool. The Web site is based on a series of templates created by ClubRunner that

More information

User Guide for REP User

User Guide for REP User User Guide for REP User Home Page This document will cover the features and functions of the TNMP Historical Usage Request / LOA site. The features on this site include the following: User Guide provides

More information

The project is conducted individually The objective is to develop your dynamic, database supported, web site:

The project is conducted individually The objective is to develop your dynamic, database supported, web site: Project The project is conducted individually The objective is to develop your dynamic, database supported, web site: n Choose an application domain: music, trekking, soccer, photography, etc. n Manage

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Embedded101 Blog User Guide

Embedded101 Blog User Guide Serving the Windows Embedded Community Embedded101 Blog User Guide Using Windows Live Write 2011 To Upload Blog Entry Samuel Phung Windows Embedded MVP http://www.embedded101.com Screen captured with Snagit

More information

Staff Directory & Online Classroom: A Picture Book

Staff Directory & Online Classroom: A Picture Book Staff Directory & Online Classroom: A Picture Book eleventh in a series By Dennis Sulfsted Technology Coordinator Reading Community City Schools Holly Approved 2007 HRF Publications All current Picture

More information

VPN Guide. Pre-Requisites. Before connecting to the SGUL VPN, you must ensure the following:

VPN Guide. Pre-Requisites. Before connecting to the SGUL VPN, you must ensure the following: VPN Guide This guide is for users of personal devices, when connecting from home. SGUL staff who have been issued with an SGUL owned and managed laptop should not use this guide. Pre-Requisites Before

More information