Hi Experts,
Let me ask how to fetch start month of a financial year.
What I want to do is to filter client's invoice data, that invoice period start from the start month of previous financial year.
e.g.)
If the current month is Apr 20, the invoice data should be filtered from Apr 19 to Apr 20.
If the current month is Mar 20, the invoice data should be filtered from Apr 18 to Mar 20.
Additional information, our financial year starts on April.
Thanks in advance!