From: <dai...@us...> - 2012-06-24 08:14:38
|
Revision: 5453 http://web-erp.svn.sourceforge.net/web-erp/?rev=5453&view=rev Author: daintree Date: 2012-06-24 08:14:32 +0000 (Sun, 24 Jun 2012) Log Message: ----------- added a few bookmarks Modified Paths: -------------- trunk/AccountGroups.php trunk/BankAccounts.php trunk/Payments.php trunk/SelectProduct.php trunk/StockCategories.php trunk/Stocks.php trunk/doc/Manual/ManualGeneralLedger.html trunk/doc/Manual/ManualInventory.html trunk/includes/header.inc Modified: trunk/AccountGroups.php =================================================================== --- trunk/AccountGroups.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/AccountGroups.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -5,7 +5,8 @@ include('includes/session.inc'); $title = _('Account Groups'); - +$ViewTopic= 'GeneralLedger'; +$BookMark = 'AccountGroups'; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/BankAccounts.php =================================================================== --- trunk/BankAccounts.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/BankAccounts.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -5,7 +5,8 @@ include('includes/session.inc'); $title = _('Bank Accounts Maintenance'); - +$ViewTopic= 'GeneralLedger'; +$BookMark = 'BankAccounts'; include('includes/header.inc'); echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/money_add.png" title="' . _('Bank') . '" alt="" />' . ' ' . $title . '</p>'; Modified: trunk/Payments.php =================================================================== --- trunk/Payments.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/Payments.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -6,7 +6,8 @@ include('includes/session.inc'); $title = _('Payment Entry'); - +$ViewTopic= 'GeneralLedger'; +$BookMark = 'BankAccountPayments'; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/SelectProduct.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -7,7 +7,9 @@ include ('includes/session.inc'); $title = _('Search Inventory Items'); /* webERP manual links before header.inc */ -$ViewTopic= "Inventory"; +$ViewTopic= 'Inventory'; +$BookMark = 'SelectingInventory'; + include ('includes/header.inc'); if (isset($_GET['StockID'])) { Modified: trunk/StockCategories.php =================================================================== --- trunk/StockCategories.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/StockCategories.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -4,7 +4,8 @@ include('includes/session.inc'); $title = _('Stock Category Maintenance'); - +$ViewTopic= 'Inventory'; +$BookMark = 'InventoryCategories'; include('includes/header.inc'); echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/supplier.png" title="' . _('Inventory Adjustment') . '" alt="" />' . ' ' . $title . '</p>'; Modified: trunk/Stocks.php =================================================================== --- trunk/Stocks.php 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/Stocks.php 2012-06-24 08:14:32 UTC (rev 5453) @@ -6,8 +6,8 @@ $title = _('Item Maintenance'); $title = _('Item Maintenance'); /* webERP manual links before header.inc */ -$ViewTopic= "Inventory"; -$BookMark = "InventoryAddingItems"; +$ViewTopic= 'Inventory'; +$BookMark = 'InventoryAddingItems'; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/doc/Manual/ManualGeneralLedger.html =================================================================== --- trunk/doc/Manual/ManualGeneralLedger.html 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/doc/Manual/ManualGeneralLedger.html 2012-06-24 08:14:32 UTC (rev 5453) @@ -23,7 +23,7 @@ <a class="minitext" href="#top">⬆ Top</a> </div><!-- Help Begin: AccountGroups --> -<h2>Account Groups</h2> +<h2><a id="AccountGroups">Account Groups</a></h2> <p>The account group is the parent object of a general ledger account for someone who understands OO programming. Child accounts created inherit the properties of the account group - ie the account will be a profit and loss account if it belongs to an account group that is a balance sheet account, the child accounts will display in the trial balance (TB) together in the sequence determined by the account groups sequence in the trial balance (TB).</p> @@ -42,7 +42,7 @@ <p>A balance sheet account is one where only the balance at the end of the period concerned is of interest. A profit and loss is one where we are interested in the movement over the period. eg. Motor expenses we are not concerned with the balance at the end of the month so much as how much was spent over the period of the profit and loss. However, for a bank account we wish to know what we have now as a balance not the movements in the account. As noted accounts created as a member of an account group will inherit the properties of the account group ie if the account group is a balance sheet group then the accounts will be interpreted as balance sheet accounts.</p><!-- Help End: AccountGroups --> <!-- Help Begin: BankAccounts --> -<h2>Bank Accounts</h2> +<h2><a id="BankAccounts">Bank Accounts</a></h2> <p>Certain general ledger accounts can be defined as bank accounts - as many bank accounts as needed can be defined. At the time of defining a general ledger account as bank account the currency of the bank account must also be specified. General ledger accounts defined as bank accounts can be reconciled to bank statements using the matching facilities - all receipts and payments show in the currency of the bank account for easy matching off statments. Entries made to bank accounts using receipts or payments, also create a total receipt or payment, which is retained for the purposes of matching off the bank statements. Using the bank payments page, general ledger payments can be analysed to any number of other general ledger accounts, but only one entry to the bank account is made. This page also allows payments to supplier accounts to be created. Similarly, using the receipt entry page, a series of receipts from customers which may all have been banked together can be deposited as one amount to a bank account. There is only one amount appearing on the statement as the total of all these receipts, this bank account transaction is created and available for matching deposits off the bank statements.</p> @@ -55,7 +55,7 @@ <a class="minitext" href="#top">⬆ Top</a> </div> -<h2>Bank Account Payments</h2> +<h2><a id="BankAccountPayments">Bank Account Payments</a></h2> <p>From the general ledger tab, the first link under transactions is Bank Account Payments.</p> Modified: trunk/doc/Manual/ManualInventory.html =================================================================== --- trunk/doc/Manual/ManualInventory.html 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/doc/Manual/ManualInventory.html 2012-06-24 08:14:32 UTC (rev 5453) @@ -325,7 +325,7 @@ <a class="minitext" href="#top">⬆ Top</a> </div> - <h2>Selecting Inventory Items</h2> + <h2><a id="SelectingInventory">Selecting Inventory Items</a></h2> <p>From all pages in the system the main title bar has links to select from the critical tables in the system. Customers, inventory and suppliers. Clicking on the "Select Item" link takes the user directly to the inventory item selection page. In addition, from the menu, the Inventory tab has a link to "Modify or Delete an Inventory Item Or Maintain Pricing". Using either method, the select item or product page will show.</p> @@ -404,7 +404,7 @@ <a class="minitext" href="#top">⬆ Top</a> </div> - <h2>Inventory Categories</h2> + <h2><a id="InventoryCategories">Inventory Categories</a></h2> <p>Inventory Categories are the natural groupings which apply to certain types of stock. A business will normally have several distinct categories. E. g. A manufacturing jeweller might have stock categories for gold chain, silver chain, diamonds, rubies etc.</p> Modified: trunk/includes/header.inc =================================================================== --- trunk/includes/header.inc 2012-06-24 07:52:33 UTC (rev 5452) +++ trunk/includes/header.inc 2012-06-24 08:14:32 UTC (rev 5453) @@ -67,7 +67,7 @@ echo '<td class="quick_menu_tab" align="center"><a href="' . $rootpath . '/SelectSupplier.php"><span style="text-decoration:underline;">4</span> ' . _('Suppliers') . '</a></td>'; - $DefaultManualLink = '<td class="quick_menu_tab" align="center"><a rel="external" accesskey="8" href="' . $rootpath . '/doc/Manual/ManualContents.php'.$ViewTopic . $BookMark. '"><span style="text-decoration:underline;">8</span> ' . _('Manual') . '</a></td>'; + $DefaultManualLink = '<td class="quick_menu_tab" align="center"><a rel="external" accesskey="8" href="' . $rootpath . '/doc/Manual/ManualContents.php'. $ViewTopic . $BookMark. '"><span style="text-decoration:underline;">8</span> ' . _('Manual') . '</a></td>'; if (mb_substr($_SESSION['Language'],0,2) !='en'){ if (file_exists('locale/' . $_SESSION['Language'] . '/Manual/ManualContents.php')){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |