Hi Everyone,
I would like to select Invoices (OINV) from the current Financial Year. I am located in Australia and our financial year is measured from the 1st of July to the 30th of June.
Here is a pseudo - code sample -
SELECT T1.DocEntry, T1.DocNum, T1.DocDate FROM AU.dbo.OINV T1 WHERE "CURRENT FINANCIAL YEAR"
Notice above that I would like to replace "CURRENT FINANCIAL YEAR" with an SQL code snippet that selects all dates from the beginning of the financial year (1/07/xx) to the current date.
Any help here will be greatly appreciated.
Kind Regards,
David