Added install code, navigation menu and DAO file

This commit is contained in:
2018-08-11 17:03:32 +05:30
parent 5595bf48c9
commit 29abfc684d
9 changed files with 835 additions and 8 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<menu>
<item>
<path>civicrm/grant/annual/budgets</path>
<page_callback>CRM_Grant_Page_AnnualBudgets</page_callback>
<title>Grant Annual Budgets</title>
<access_arguments>access CiviCRM</access_arguments>
</item>
</menu>