12 | | To 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. |
| 12 | 1)Go to web2py directory in your system. |
| 13 | |
| 14 | 2) Once there, go to applications -> eden -> private -> templates -> default. |
| 15 | |
| 16 | 3) Here open the file ‘config.py’ in a text editor. |
| 17 | |
| 18 | 4) In this file, you’ll have to find the following lines and remove the # (number sign) from the starting of these lines. |
| 19 | |
| 20 | settings.project.mode_3w = True |
| 21 | |
| 22 | settings.project.community = True |
| 23 | |
| 24 | 5) Save the file and restart web2py. |
| 25 | |
| 26 | Now you should be able to see those options. |
| 27 | |
| 28 | ==== Adding Communities ==== |
| 29 | |
| 30 | Now you would need to click ‘Open’ on the project of your choice. Its the project to which you want to add the Communities. Once you have clicked on Open, click on Communities 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 add community details on this page. |
| 31 | |
| 32 | To add beneficiaries to a project, open the project of your choice. Click on Beneficiaries tab. Click on Add Beneficiaries Button. Fill the details and then save. |
26 | | ==== I don’t see the Annual Budget Tab and Funding report link. ==== |
27 | | If 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 |
28 | | |
29 | | 1) You’ll need to go to your web2py directory in your system. |
30 | | |
31 | | 2) Once there, go to applications -> eden -> private -> templates -> default. |
32 | | |
33 | | 3) Here open the file ‘config.py’ in a text editor. |
34 | | |
35 | | 4) In this file, you’ll have to find the following lines and remove the # (number sign) from the starting of the lines. |
36 | | |
37 | | settings.project.mode_3w = True |
38 | | |
39 | | settings.project.community = True |
40 | | |
41 | | 5) Save the file and restart web2py. |
42 | | |
43 | | Now you should be able to see those options. If you are using the IFRC template, then there is no need of the above modifications. |
44 | | |