Actions

Budgets: Difference between revisions

From clcwiki

Created page with "__NOTOC__ = Budget Dashboard = This dashboard displays proposed and allocated budgets for various Cully community projects. == Add a New Budget Item == {{#forminput:form=BudgetItem|autocomplete on category=BudgetItem|placeholder=Enter budget item name}} == Summary Table == {{#ask: Category:BudgetItem |?Project=Project |?Amount requested=$ Requested |?Amount allocated=$ Allocated |?Status=Status |format=table |headers=show |mainlabel=Item |sort=Project }}"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
= Budget Dashboard =
== Community Budget Dashboard ==


This dashboard displays proposed and allocated budgets for various Cully community projects.
{{#ask: [[Category:Development Proposal]]
|?Project name
|?Estimated cost
|?Proposed year
|?Status
|format=table
|mainlabel=Page
|headers=show
|sort=Proposed year
|order=asc
|limit=100
}}


== Add a New Budget Item ==
== Budget by Year ==
{{#forminput:form=BudgetItem|autocomplete on category=BudgetItem|placeholder=Enter budget item name}}


== Summary Table ==
{{#ask: [[Category:Development Proposal]]
{{#ask: [[Category:BudgetItem]]
  |?Proposed year
  |?Project=Project
  |?Estimated cost#SUM
  |?Amount requested=$ Requested
|?Amount allocated=$ Allocated
|?Status=Status
  |format=table
  |format=table
  |headers=show
  |headers=show
  |mainlabel=Item
  |mainlabel=Year
  |sort=Project
  |group by=Proposed year
}}
 
{{#ask: [[Category:Development Proposal]]
|?Proposed year
|?Estimated cost
|format=jqplotchart
|charttype=bar
|xaxis=Proposed year
|yaxis=Estimated cost
}}
}}

Latest revision as of 21:40, June 8, 2025

Community Budget Dashboard

Budget by Year