(Click to open topic with navigation)
In order to embed Moab Accounting Manager in Viewpoint so that users can use it via the Viewpoint interface, you must define the URL in the ViewpointConfig.groovy file, according to the following instructions.
The Moab Accounting Manager configuration code is commented out by default. If you configure MAM and no longer wish to use it, comment it out again so that it does not fail in Viewpoint.
To configure Moab Accounting Manager in Viewpoint
<!-- <menu label="Accounting"> <link href="mam" label="Accounting Manager" target='thisWindow'> <permission name="page.accounting.read"/> </link> </menu>-->
billing {
quoting_enabled="false"
quote="/opt/moab/tools/mam/bank.quote.viewpoint.pl"
}
mam{
//url="https://<yourmamhost>/cgi-bin/mam/"
}
Do the following:
For example:
billing { quoting_enabled="true" quote="/opt/moab/tools/mam/bank.quote.viewpoint.pl" } mam{ url="https://<yourmamhost>/cgi-bin/mam/" }
When users navigate to Moab Accounting Manager using the link in Viewpoint's navigation, they are forwarded to the URL provided. Moab Accounting Manager then opens (for more information, see About Accounting Manager).
Related topics