Changes

Jump to navigation Jump to search
63 bytes removed ,  18:35, 18 January 2019
New version 12.0.0.2
Line 1: Line 1:  +
{{V12_cust_text}}
 
{{TNGmod
 
{{TNGmod
 
| mod_name        =  Reports-Floating results
 
| mod_name        =  Reports-Floating results
|  mod_summary    = Adds run-time options for reports to (a) control the number of data rows displayed on a page and (b) provide for multiple side-by-side HTML tables for narrow reports. Also does just a little reformatting.  
+
|  mod_summary    = Adds additional run-time options for reports. For details see revision history.
 
| mod_validation  =  
 
| mod_validation  =  
| download_link  =  [[Media:reports-floating_results_v11.0.0.2.zip|v11.0.0.2]] {{Tv110}}  
+
| mod_last_update = 25 Oct 2018
 +
| download_link  =  [[Media:modname_v12.0.0.2.zip|v12.0.0.2]]{{Tv120}}
 +
<div>See the [[#Revision_History|Revision History]]</div>
 
| download_stats  =
 
| download_stats  =
 
| mod_author      = [[User:Robinrichm|Robin Richmond]]
 
| mod_author      = [[User:Robinrichm|Robin Richmond]]
Line 9: Line 12:  
| mod_contact    = [https://www.robinrichmond.com/family/mod_support.php My Mod Support form]
 
| mod_contact    = [https://www.robinrichmond.com/family/mod_support.php My Mod Support form]
 
| mod_support    = [https://www.robinrichmond.com/family/mod_support.php My Mod Support form] or [http://tng.community/ TNG Community Forums]
 
| mod_support    = [https://www.robinrichmond.com/family/mod_support.php My Mod Support form] or [http://tng.community/ TNG Community Forums]
| mod_version    = 11.0.0.2
+
| mod_version    = v12.0.0.2
| min_TNG_ver    = 11.0
+
| min_TNG_ver    = 12.0
| max_TNG_ver    = at least 11.1.2
+
| max_TNG_ver    = at least 12.0.2
 
|  TNG_file_list  = showreport.php,  cust_text.php English  
 
|  TNG_file_list  = showreport.php,  cust_text.php English  
 
| related_mods  =  
 
| related_mods  =  
Line 36: Line 39:  
# $repeatrateParam (25). The option to repeat headings every so many lines can also be hidden from end users - in most circumstances. The "Repeat Headings" option is critical for the "Wrap one table on each printed page) option to work well, so is is always displayed if the user selection the "Wrap one table on each printed page) option.
 
# $repeatrateParam (25). The option to repeat headings every so many lines can also be hidden from end users - in most circumstances. The "Repeat Headings" option is critical for the "Wrap one table on each printed page) option to work well, so is is always displayed if the user selection the "Wrap one table on each printed page) option.
   −
== Compatibility with other Mods ==
+
== Compatibility ==
 
Among the published mods that change showreport.php, this mod  
 
Among the published mods that change showreport.php, this mod  
 
* Is compatible with
 
* Is compatible with
Line 53: Line 56:     
== Installation ==
 
== Installation ==
===Requirements===
+
This mod uses the standard installation procedure. {{RobinInstallationBoilerplate}}
* A working TNG installation.
  −
* An installed current version of the [[Mod Manager]].
  −
* You should backup files listed in the panel on the right.
  −
 
  −
===Installation Steps===
  −
# Remove and delete previous version of this mod.
  −
# Backup the files updated by this mod.  They are listed in the panel at the upper right.
  −
# Download the .zip file, and extract its .cfg file to the mods folder.
  −
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]].
  −
 
  −
=== In the event of a problem ===
  −
# Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability
  −
# Contact me through [http://www.robinrichmond.com/family/mod_support.php My Mod Support form].
  −
 
   
== Visualizations ==
 
== Visualizations ==
 
{| border="1" cellspacing="1" cellpadding="2" class="wikitable"
 
{| border="1" cellspacing="1" cellpadding="2" class="wikitable"
Line 100: Line 89:  
# In the 'Single Result table' box (Option 1), the "Results per page" option is exactly the same field as the "Results per page" option on the simpler screen.
 
# In the 'Single Result table' box (Option 1), the "Results per page" option is exactly the same field as the "Results per page" option on the simpler screen.
 
# There is a "Fewer Options" button to get back to the simpler screen without the side-by-side options.
 
# There is a "Fewer Options" button to get back to the simpler screen without the side-by-side options.
# In the "Floading side-by-side tables" box (Option 2 and 3), there are two ways to specify how many result rows appear in each table when you have side-by-side tables.
+
# In the "Floating side-by-side tables" box (Option 2 and 3), there are two ways to specify how many result rows appear in each table when you have side-by-side tables.
 
#* Option 2 takes the "Results per page" option from the simpler screen, and divides that many results into the number of side-by-side results tables that you want.
 
#* Option 2 takes the "Results per page" option from the simpler screen, and divides that many results into the number of side-by-side results tables that you want.
 
#* Option 3 presumes that you wan the as you
 
#* Option 3 presumes that you wan the as you
Line 117: Line 106:     
== Revision History ==
 
== Revision History ==
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
+
{| border="1" cellspacing="1" cellpadding="2" class="wikitable"
|-
+
! Mod Version !! TNG Version !! Date !! Note
! Mod Version
+
|- style="vertical-align:top;"
! TNG Versions
+
|[[Media:modname_v12.0.0.2.zip|v12.0.0.2]]
! Date
+
| 12.0 - 12.0.2+
! Note
+
| 11-Dec-2018
 +
|
 +
Made compatible with TNGv12<br>
 +
Adds run-time options for reports to
 +
<ol style='margin-top:0;margin-bottom:0l'>
 +
<li>Generate multiple result tables that can float side-by-side if the screen is wide enough
 +
<li>Control the number of rows in each table</li>
 +
</ol>
 +
|- style="vertical-align:top;"
 
|-  
 
|-  
| [[Media:reports-floating_results_v11.0.0.2.zip]]
+
| [[Media:reports-floating_results_v11.0.0.2.zip|11.0.0.2]]
| 11.0.0.2
   
| 11.0+
 
| 11.0+
 
| 15-May-2017
 
| 15-May-2017
| New mod.
+
|  
 +
: - Removed the second line from the cust_text.php target location search string
 +
: - Implemented Field Buttons for the Rows Per Page fields
 +
: - Added several options to format and display tables
 +
: - Changed the prompts for the new display parameters
 
|-  
 
|-  
 
| 11.0.0.1
 
| 11.0.0.1
Line 156: Line 156:  
|}
 
|}
    +
[[Category:Mods for TNG v12]]
 
[[Category:Mods for TNG v11]]
 
[[Category:Mods for TNG v11]]
 
[[Category:showreport.php mods ]]
 
[[Category:showreport.php mods ]]
 
[[Category:Cust text.php English mods]]
 
[[Category:Cust text.php English mods]]
360

edits

Navigation menu