Changes between Version 2 and Version 3 of UserGuidelines/Project/AddCommunitiesAndBeneficiariesToProject


Ignore:
Timestamp:
12/23/12 20:04:11 (12 years ago)
Author:
royalprince
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Project/AddCommunitiesAndBeneficiariesToProject

    v2 v3  
    1 == Introduction ==
     1== Add communities and beneficiaries to a project ==
    22
    3 This workflow will walk you through the process to add communities and beneficiaries to a project.
     3
     4=== Introduction ===
     5This workflow will walk you through the process of adding communities and beneficiaries to a project.
     6
     7=== Details ===
     8The first step would be to log in. Log In into Sahana Eden system and then click on ‘Projects’ in the top navigation menu.
     9
     10Now you would need to click on ‘Open’ on the project of your choice. Its the project to which you want to add the annual budget. Once you have clicked on Open, click on Communities tab. See Troubleshooting section if you don't see the tab. Click on ‘Add Community’ button on top. Now you would see a form. Fill the details required. Once done, click on Save and you would receive a confirmation message saying ‘Community Added’. You can now added community details on this page.
     11
     12To add beneficiaries to a project, open the project of your choice. Click on Beneficiaries tab. Click on Add Beneficiaries Button. Fill and the details and then save.
     13
     14That’s it!
     15
     16=== Screenshots ===
     17
     18
     19=== Troubleshooting ===
     20==== I don’t see the Annual Budget Tab and Funding report link. ====
     21If you are using the default template, its most likely that you won’t see them by default. You will need to follow the below steps in order to see those options
     22
     231) You’ll need to go to your web2py directory in your system.
     24
     252) Once there, go to applications -> eden -> private -> templates -> default.
     26
     273) Here open the file ‘config.py’ in a text editor.
     28
     294) In this file, you’ll have to find the following lines and remove the # (number sign) from the starting of the lines.
     30
     31settings.project.mode_3w = True
     32
     33settings.project.community = True
     34
     355) Save the file and restart web2py.
     36
     37Now you should be able to see those options. If you are using the IFRC template, then there is no need of the above modifications.
     38
     39==== I want to export all the communities ====
     40In the Communities tab, you would see the list of the communities. Click on the icons near Export all to export the list.
     41
     42=== Related Workflows ===
     43Add Staff and Volunteers to a Project [[http://eden.sahanafoundation.org/wiki/UserGuidelines/Project/AddStaffAndVolunteers | Link]]