Hello Friends,
I have a requirement and wanted to know how to approach it according to board best practices.
I have a requirement whereby during the year i have two student intake namely April and October.
Example ; Current Year 2024, April 2024 and October 2024 are my two intakes.
I need to split the April intake sales over 12 mths from April 2024 to march 2024 and similarly for October intake from October 2024 to September 2025 . For October it is over 2 fiscal years. Thats not the issue though
I wanted to create a custom time entity MonthOfIntake with Apr and Sep as members which will be parent to Month as below. In such a way the data is available at year / fiscal year level.I Is it a good approach, should monthofintake be related to Year , fiscal year or it should be related only to month and day but will inherit the other entities such as Year , fiscal year.
Note im not using the custom entity MonthOfIntake yet cause i dont know all that it takes for it to work properly
End Result is like below, i have created normal entities year_ and month_ which is month of intake and year of intake. But i believe since it is not in the time range, the relationship with the core time entities may not be respected or difficult to maintain. Any advice please
Thanks