This commit is contained in:
@@ -15,6 +15,13 @@ When a report is rendered the following steps take place behind the scenes:
|
||||
* The server retrieves the report template from the database, "re-hydrates" the business objects in memory and feeds the data to the report template to be processed by the Handlebars templating engine
|
||||
* The resulting HTML document is rendered and converted to a .PDF format document and a download URL is sent back to the user's browser to download and open the .pdf document.
|
||||
|
||||
### Linking directly to a rendered report
|
||||
|
||||
The AyaNova client supports directly linking to a report in an URL, primarily for Customer notification purposes. Only single objects can be linked to for reporting, not lists of objects.
|
||||
|
||||
The AyaNova client application expects report urls format as follows: `[PATH_TO_AYANOVA_APP_URL]/viewreport?oid=[objectid]&rid=[reportid]`
|
||||
|
||||
If the user is not already logged in, they will be prompted to login first before the report is rendered.
|
||||
|
||||
## Report designer template sections
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public const string VersionString = "8.0.0-alpha.12";
|
||||
public const string VersionString = "8.0.0-alpha.14";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user