diff --git a/docs/user_guide/bank/community_donation_sites.md b/docs/user_guide/bank/community_donation_sites.md index 7c00a56292..fd2c1f2a78 100644 --- a/docs/user_guide/bank/community_donation_sites.md +++ b/docs/user_guide/bank/community_donation_sites.md @@ -1 +1,45 @@ -Not yet written \ No newline at end of file +# Donation Sites + +Donation sites are places where people drop off donations. You can manage the sites' information on the "Donation Sites" page under the "Community" section. + +![Donation Sites](images/community/donation_sites/donation_sites.jpg) + +Previously recorded information about donation sites appears on this page including the name of the donation site name, address, contact name, e-mail and phone number. + +### Adding a Donation Site + +Create a new site by populating the donation site, address, contact name, e-mail and phone fields and clicking the "Create" button. + +![Create Donation_Site](images/community/donation_sites/create_donation_site.jpg) + +Note that the donation site and address fields are mandatory while the contact name, email and phone are optional. + +You can also use the "+ New Donation Site" button which renders a form for you to fill in details of a new donation site. + +![Add Donation_Site](images/community/donation_sites/add_new_donation_site.jpg) + +After saving the site's details there will be a new row on the Donation Sites page. + +## Viewing Donation Site information + +Clicking on the "view" button beside a donation site will show detailed information for that site, including the donation site name, address, contact name, e-mail, phone number, storage location. It also shows a list of the donations for that site including the quantity of items and variety of items. You can drill down to see the full details of each donation by clicking "View donation details". + +![Donation Sites Details](images/community/donation_sites/donation_sites_details.jpg) + +## Editing Donation Site information + +Clicking on the "Edit" button beside a donation site in the donation site list lets you edit the name, address, contact name, email and phone number. + +![Edit Donation Site Details](images/community/donation_sites/edit_donation_site.jpg) + +## Deactivating a Donation Site + +Use the "Deactivate" button to delete information about a donation site that is no longer active. + +![Deactivate Donation Sites](images/community/donation_sites/deactivate_donation_site.jpg) + +## Exporting Donation Sites + +You can export the active donation sites by clicking on the "Export Donation Sites" button. This will provide a .csv file containing the name, address, and contact information for each active donation site. + +![Export Donation Sites](images/community/donation_sites/export_donation_sites.jpg) \ No newline at end of file diff --git a/docs/user_guide/bank/images/community/donation_sites/add_new_donation_site.jpg b/docs/user_guide/bank/images/community/donation_sites/add_new_donation_site.jpg new file mode 100644 index 0000000000..b9c3749701 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/add_new_donation_site.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/create_donation_site.jpg b/docs/user_guide/bank/images/community/donation_sites/create_donation_site.jpg new file mode 100644 index 0000000000..22816b0618 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/create_donation_site.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/deactivate_donation_site.jpg b/docs/user_guide/bank/images/community/donation_sites/deactivate_donation_site.jpg new file mode 100644 index 0000000000..c55e1098ea Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/deactivate_donation_site.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/donation_sites.jpg b/docs/user_guide/bank/images/community/donation_sites/donation_sites.jpg new file mode 100644 index 0000000000..f561ca1b55 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/donation_sites.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/donation_sites_details.jpg b/docs/user_guide/bank/images/community/donation_sites/donation_sites_details.jpg new file mode 100644 index 0000000000..586e4fd678 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/donation_sites_details.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/edit_donation_site.jpg b/docs/user_guide/bank/images/community/donation_sites/edit_donation_site.jpg new file mode 100644 index 0000000000..6aa6323dc5 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/edit_donation_site.jpg differ diff --git a/docs/user_guide/bank/images/community/donation_sites/export_donation_sites.jpg b/docs/user_guide/bank/images/community/donation_sites/export_donation_sites.jpg new file mode 100644 index 0000000000..bc5cce1120 Binary files /dev/null and b/docs/user_guide/bank/images/community/donation_sites/export_donation_sites.jpg differ