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>

Revision as of 11:10, 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