Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MOBIDI Office will respond to many of your needs with its powerful Panel capabilities. For panels, you can see the Panellere Genel Bakış . In cases where these capabilities are not sufficient, you can create HTML or EXCEL reports. EXCEL intermediate level, may require a higher level knowledge of HTML.

In MOBIDI Office, separate reports can be created for Query result (multiple records) and Information card (single record). There is no difference in reporting capabilities, this distinction was created only to make it easier to use.

  • For Multi Record reports: [Settings \ Reports \ MOBIDI \ QueryReports], the directory is the source of the reports on the Query page.

  • For Single Record Reports: [Settings \ Reports \ MOBIDI \ RecordReports], directory is the source of the reports in the Information Card.

    • Example: a report of the public relations activity with photos

    • Example: Barcode or qrcode for a furniture (these reports can also be taken in bulk)



Advanced Topics

The information contained here has been created for advanced users or the DECE support team. Please call us whenever necessary.

HTML Reports 

HTML Report

Excel Reports

Excel Report

Scheduled Reports

You can send your reports scheduled according to the query specified in the MOBIDI Office to e-mail addresses. Scheduled job descriptions can be made by advanced users or by the DECE team.

You can start this process with the .jsettings files you define under Settings / Notifications / Mobidi.TimedNotification under MOBDI Office. There are .sample files in this folder. This sample file must be in the same content.

You can add the e-mail addresses you want to go as “email1, email2, email3…” to the ToEmail section in its content.

You can access the settings in the Zamanlanmış Görev Tanımları .

Template files in Mail are in Settings / Notifications / Templates directory. You can use existing templates, modify them or create a new template.

Authorization of Reports

Mobidi Ofis has a wide range of reporting capabilities, reports can be designed specifically for each user group. When this number is too high, every user may have to see too many reports that are not relevant to them. Using the definitions here, you can define group authorizations for reports.

  • So with ConditionMacro: 'c.HasPermission ("group: usergroup")' we can decide which usergroup will see which report.

{
ID:"QueryInformationCards2",
__type: "Factory.ActionFactory:ExcelReporter",
DisplayName:"[$.tr:Wilco-Konum Analizi;en:Wilco-Konum Analizi]",
ConditionMacro:'c.HasPermission("group:System Admin")'
}



  • No labels