Initiate UserSession and DBSetting: Difference between revisions

Content added Content deleted
No edit summary
Line 13: Line 13:
}}
}}
{{Note|Plug-in development does not require to create new connection to AutoCount Accounting.
{{Note|Plug-in development does not require to create new connection to AutoCount Accounting.
Because, user has already login to the account book. Programmer can access the UserSession that is passed from argument "e" at plug-in initiate, and as parameter in constructor.
Because, user has already login to the account book.<br>Programmer can access the UserSession that is passed from argument "e" at plug-in initiate, and as parameter in constructor.
}}
}}
===Unattended Connection without loading UI components===
===Unattended Connection without loading UI components===