<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HelpSystem</title><link>https://sourceforge.net/p/weberp-github/wiki/HelpSystem/</link><description>Recent changes to HelpSystem</description><atom:link href="https://sourceforge.net/p/weberp-github/wiki/HelpSystem/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 15 Oct 2024 09:20:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/weberp-github/wiki/HelpSystem/feed" rel="self" type="application/rss+xml"/><item><title>HelpSystem modified by Tim Schofield</title><link>https://sourceforge.net/p/weberp-github/wiki/HelpSystem/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="synopsis"&gt;Synopsis&lt;/h1&gt;
&lt;p&gt;webERP has always had a manual that could be read as a series of linked HTML pages within the browser. Clicking on the manual icon in the header for each page.&lt;/p&gt;
&lt;h1 id="proposal"&gt;Proposal&lt;/h1&gt;
&lt;p&gt;It is proposed that when the user clicks on the help icon, a popup text bubble will appear, with the manual inside, and it will then scroll to the section explaining the functionality that the user is currently using.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Manual" rel="nofollow" src="https://github.com/timschofield/images/blob/master/Help.png"/&gt;&lt;/p&gt;
&lt;h1 id="method"&gt;Method&lt;/h1&gt;
&lt;p&gt;Each script has two variables declared near the beginning of the script - before 'includes/header.php' is included.&lt;/p&gt;
&lt;p&gt;$ViewTopic defines the Manual page that the help is contained in. So $ViewTopic = 'AccountsPayable'; points to ManualAccountsPayable.html&lt;br/&gt;
$BookMark defines where on the manual page the functionality is. So $BookMark = 'NewSupplier'; points to the section of the Accounts Payable manual that explains how to create a new supplier.&lt;/p&gt;
&lt;h1 id="to-do"&gt;To do&lt;/h1&gt;
&lt;p&gt;Some scripts don't have a section within the manual page explaining them. These scripts have the $BookMark set to $BookMark = '';&lt;br/&gt;
This will go to the correct manual page, but not scroll anywhere. This needs to be improved on.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schofield</dc:creator><pubDate>Tue, 15 Oct 2024 09:20:31 -0000</pubDate><guid>https://sourceforge.net6e2401a081fdf972725d3c3afcf29ad85e120335</guid></item></channel></rss>