aptivate / kashana

Aptivate logframe django project
GNU Affero General Public License v3.0
13 stars 15 forks source link

How to align Kashana year to a financial year starting month of October #67

Closed chavu closed 5 years ago

chavu commented 6 years ago

How to I setup Kashana such that the project year starts in October and ends September and the Annual plan export report picks the correct year.

martinburchell commented 6 years ago

There was a bug that was preventing project years starting late in the year. Fixed in https://github.com/aptivate/kashana/commit/aea55455ea1c85d4c684cb7d887793bd84e53efc

You should be able to define a Period for your log frame in the admin interface, starting from October and with a number of periods (1 = monthly, 4 = quarterly etc)

You should define milestones for each of your reporting intervals

Now when you export the annual plan you should see the correct columns. Let me know if this is what you would expect.