Accounting Period: Difference between revisions

From Bitnami MediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period.
Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period.


<strong>Return to [[Programming Guide]]</strong>
<strong>Return to [[Programming Guide]]</strong>

Latest revision as of 20:48, 3 October 2023

Some parameters consists of year and period.

Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period.


Return to Programming Guide