Changes between Version 2 and Version 3 of UserGuidelines/Project/AddBudgetAndProduceFundingReport
- Timestamp:
- 12/20/12 10:54:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Project/AddBudgetAndProduceFundingReport
v2 v3 7 7 8 8 === Details === 9 <step by step description of the workflow. Where possible include some sort of flow chart or diagram. This should be designed using Google Draw and embedded in the wiki page. Include the link to the Google Draw file so that others can edit it > 9 The first step would be to log in. Log In into Sahana Eden system and then click on ‘Projects’ in the top navigation menu. 10 10 11 Now 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 Annual Budgets tab. You would see a form to fill the details. You might have to click on ‘New Annual Budget’ Button if there are already some entries. In the form, fill the year, amount and select the currency. All three fields are necessary. Once done, click on Save and you would receive a confirmation message saying ‘New Annual Budget Created’. 11 12 13 To produce a funding report, click on ‘Funding’ in the Reports section in Left side menu. Here you should be able to produce the reports. Click ‘Show’ in Report Options to edit the options. Select your choices and click Submit. You can see the charts and graphs by clicking on the icons above the pivot table. 12 14 13 15 === Screenshots === 14 <thumbnails of each stage, clickable to see full size>15 16 17 === TroubleShooting === 18 ==== I don’t see the Annual Budget Tab and Funding report link. ==== 19 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 20 21 1) You’ll need to go to your web2py directory in your system. 22 23 2) Once there, go to applications -> eden -> private -> templates -> default. 24 25 3) Here open the file ‘config.py’ in a text editor. 26 27 4) In this file, you’ll have to find the following lines and remove the # (number sign) from the starting of the lines. 28 29 settings.project.mode_3w = True 30 31 settings.project.community = True 32 33 settings.project.multiple_budgets = True 34 35 5) Save the file and restart web2py. 36 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. 37 38 ==== I want to export all the budget along with the year and amount ==== 39 In the Annual Budgets tab, you would see the list of budgets in a table. Above the table it says ‘Export to’ and three icons. Click on first icon to transfer it as PDF and second icon to transfer it as XLS file. 16 40 17 41 === Related Workflows === 18 <links to related workflows> 42 Add Staff and Volunteers to a Project [[http://eden.sahanafoundation.org/wiki/UserGuidelines/Project/AddStaffAndVolunteers | Link]]