If using the Auto Report option in supported FPOS reports, registry key values are automatically created in Future Fusion; however, users can also configure these values manually. Registry values are defined below.
The Registry should only be accessed by advanced users and settings should always be backed up before making any changes.
Users can view or email auto reports by using various registry values.
Value Name | Value Type | Value Data |
---|---|---|
Email After Run |
REG_DWORD | Set Value to 1 to enable emails. |
Email From |
REG_SZ [STRING] |
The email address of the sender. Note: If no Email From address is defined, the Outgoing server listed in System Settings will be used by default. |
Email To |
REG_SZ [STRING] |
The email address of the recipient(s). Separate multiple email addresses with a semicolon. |
Email Subject |
REG_SZ [STRING] |
The text in the subject line of the email. |
Email Body |
REG_SZ [STRING] |
The text in the body of the email. If an HTML and text file path are both defined, the HTML body message will be used. |
Email HTML File |
REG_SZ [STRING] |
The path to a file containing HTML content for use as the body of the email. If an HTML and text file path are both defined, the HTML body message will be used. |
ZIP Export |
REG_DWORD |
Set Value to 1 to send the file as a .ZIP file. |
Print Options | REG_DWORD |
0 View Only. User can print manually. 1 Print. Select Printer. 2 View Only. User can print manually but only to the Default Printer. 3 Print Use Default Printer. 4 CSV Export 5 PDF Export 6 HTML Export 7 MHT Export 8 RTF Export 9 Excel Export 10 TEXT Export 11 JPEG Export Note: All data uses Hexadecimal as the Base except 10 (TEXT) and 11 (JPEG) which use Decimal. Only Print Options 5-11 are used in email. |
Run Report Now | REG_DWORD | Set Value to 1 to run the report immediately when the report settings are saved. |
Exit When Done | REG_DWORD |
Set value to 1 to have the report options dialog close and email the report. |
Start Date | REG_SZ [STRING] |
This is the date that the report data will begin. Shown in MM/DD/YYYY format. Dates can be literal or variable. See Date Values below for more information. |
Start Time | REG_SZ [STRING] |
The time that the report data will begin. Shown in 00:00 AM/PM or 0:00 AM/PM formats. |
End Date | REG_SZ [STRING] |
This is the date that the report data will end. Shown in MM/DD/YYYY format. Dates can be literal or variable. See Date Values below for more information. |
End Time | REG_SZ [STRING] |
The time that the report data will end. Shown in 00:00 AM/PM or 0:00 AM/PM formats. |
Date values can be literal or variable. For example, 01/20/2011 is considered a literal date. A variable date allows 0 and ? to take the place of literal date values. This allows the user to configure a variable schedule that will run daily, weekly, monthly, etc. For example, if the current date is 11/10/2011 and the Start Date is set to 02/-03/2011 then the report shows data starting on 02/07/2011.
Variable Date | Definition |
---|---|
00/00/0000 |
Today |
00/-01/0000 |
Yesterday |
-01/00/0000 | Last Month |
00/00/-0001 | Last Year |
00/01/0000 |
First of every month |
00/15/0000 |
15th of every month of the current year |
00/-07/0000 |
7 days ago |