From 231bf8d0370f2e359d433ae802162d9037ac5454 Mon Sep 17 00:00:00 2001 From: wanguiwaweru Date: Thu, 19 Sep 2024 20:57:42 +0300 Subject: [PATCH] Donation sites user guide --- Gemfile.lock | 5 +++++ docs/user_guide/bank/community_donation_sites.md | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8a029d17d..70309b11fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,6 +256,7 @@ GEM webrick (~> 1.7) websocket-driver (~> 0.7) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x64-mingw-ucrt) ffi (1.17.0-x86_64-darwin) ffi (1.17.0-x86_64-linux-gnu) filterrific (5.2.5) @@ -405,6 +406,8 @@ GEM nio4r (2.7.3) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x64-mingw-ucrt) + racc (~> 1.4) nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) @@ -453,6 +456,7 @@ GEM ruby-rc4 ttfunk pg (1.5.7) + pg (1.5.7-x64-mingw-ucrt) popper_js (2.11.8) prawn (2.4.0) pdf-core (~> 0.9.0) @@ -707,6 +711,7 @@ PLATFORMS arm64-darwin-21 arm64-darwin-22 arm64-darwin-23 + x64-mingw-ucrt x86_64-darwin-20 x86_64-darwin-21 x86_64-darwin-22 diff --git a/docs/user_guide/bank/community_donation_sites.md b/docs/user_guide/bank/community_donation_sites.md index 017d6006cc..fd2c1f2a78 100644 --- a/docs/user_guide/bank/community_donation_sites.md +++ b/docs/user_guide/bank/community_donation_sites.md @@ -1,6 +1,6 @@ # Donation Sites -Donation sites are places where people drop off supplies and donations. You can manage the sites' information on the "Donation Sites" page under the "Community" section. +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) @@ -22,13 +22,13 @@ After saving the site's details there will be a new row on the Donation Sites pa ## Viewing Donation Site information -Click on "View" which shows the donation site name, address, contact name, e-mail, phone number, storage location, quantity of items, variety of items and lets you view the full details of each donation from the source section. +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 lets you edit the donation sites's details where you can change the name, address, contact name, email and phone number. +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) @@ -40,6 +40,6 @@ Use the "Deactivate" button to delete information about a donation site that is ## Exporting Donation Sites -You can export all the donation sites by clicking on the "Export Donation Sites" button. +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