Accounting Period: Difference between revisions

From Bitnami MediaWiki
Jump to navigation Jump to search
(Created page with "Some parameters consists of year and period. Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period.")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Some parameters consists of year and period.
Some parameters consists of year and period.
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>

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