To opt for financial year

0
I am willing for entering data according to financial year. How can I specify or give user a feature to opt for financial year he want to give details for.
asked
2 answers
1

You must ensure that the data you want to display is also linked to the financial year per association. Then you get the option to retrieve data from that year.

 

answered
0

There are lot of ways you can achieve it from simple fixed ENUM for financial year which can be selected by drop down to creating financial year as an record saved in database (like a master data) and with reference selector you can allow user to select the financial year. 

Be it ENUM or record in database, when associated with other objects you will be able to set the financial year for that data and further process it.

answered