From: <afc...@us...> - 2017-10-15 22:17:07
|
Revision: 7853 http://sourceforge.net/p/web-erp/reponame/7853 Author: afcouling Date: 2017-10-15 22:17:04 +0000 (Sun, 15 Oct 2017) Log Message: ----------- Missing $Id comments added back in to Petty Cash scripts. Modified Paths: -------------- trunk/PcAnalysis.php trunk/PcAssignCashTabToTab.php trunk/PcAssignCashToTab.php trunk/PcAuthorizeCash.php trunk/PcAuthorizeExpenses.php trunk/PcClaimExpensesFromTab.php trunk/PcExpenses.php trunk/PcExpensesTypeTab.php trunk/PcReportExpense.php trunk/PcReportTab.php trunk/PcTabExpensesList.php trunk/PcTabs.php trunk/PcTypeTabs.php trunk/Tax.php trunk/doc/Change.log Modified: trunk/PcAnalysis.php =================================================================== --- trunk/PcAnalysis.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcAnalysis.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id: PcAnalysis.php 7751 2017-04-13 16:34:26Z rchacon $*/ + require_once ('Classes/PHPExcel.php'); include('includes/session.php'); Modified: trunk/PcAssignCashTabToTab.php =================================================================== --- trunk/PcAssignCashTabToTab.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcAssignCashTabToTab.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,5 @@ <?php +/* $Id: PcAssignCashTabToTab.php 7751 2017-04-13 16:34:26Z rchacon $*/ include('includes/session.php'); $Title = _('Assignment of Cash from Tab to Tab'); Modified: trunk/PcAssignCashToTab.php =================================================================== --- trunk/PcAssignCashToTab.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcAssignCashToTab.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Assignment of Cash to Petty Cash Tab'); /* webERP manual links before header.php */ Modified: trunk/PcAuthorizeCash.php =================================================================== --- trunk/PcAuthorizeCash.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcAuthorizeCash.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id: PcAuthorizeCash.php 7751 2017-04-13 16:34:26Z rchacon $*/ + include('includes/session.php'); $Title = _('Authorisation of Assigned Cash'); /* webERP manual links before header.php */ Modified: trunk/PcAuthorizeExpenses.php =================================================================== --- trunk/PcAuthorizeExpenses.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcAuthorizeExpenses.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Authorisation of Petty Cash Expenses'); /* webERP manual links before header.php */ Modified: trunk/PcClaimExpensesFromTab.php =================================================================== --- trunk/PcClaimExpensesFromTab.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcClaimExpensesFromTab.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Claim Petty Cash Expenses From Tab'); /* webERP manual links before header.php */ Modified: trunk/PcExpenses.php =================================================================== --- trunk/PcExpenses.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcExpenses.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Maintenance Of Petty Cash Of Expenses'); /* webERP manual links before header.php */ Modified: trunk/PcExpensesTypeTab.php =================================================================== --- trunk/PcExpensesTypeTab.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcExpensesTypeTab.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Maintenance Of Petty Cash Expenses For a Type Tab'); /* webERP manual links before header.php */ Modified: trunk/PcReportExpense.php =================================================================== --- trunk/PcReportExpense.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcReportExpense.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,5 @@ <?php +/* $Id: PcReportExpense.php 7751 2017-04-13 16:34:26Z rchacon $*/ include ('includes/session.php'); $Title = _('Petty Cash Expense Management Report'); Modified: trunk/PcReportTab.php =================================================================== --- trunk/PcReportTab.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcReportTab.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,6 +1,5 @@ <?php -/* $Id$ */ -/* */ +/* $Id$*/ include ('includes/session.php'); $Title = _('Petty Cash Management Report'); Modified: trunk/PcTabExpensesList.php =================================================================== --- trunk/PcTabExpensesList.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcTabExpensesList.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id: PcTabExpensesList.php 7751 2017-04-13 16:34:26Z rchacon $*/ + require_once ('Classes/PHPExcel.php'); include('includes/session.php'); Modified: trunk/PcTabs.php =================================================================== --- trunk/PcTabs.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcTabs.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Maintenance Of Petty Cash Tabs'); /* webERP manual links before header.php */ Modified: trunk/PcTypeTabs.php =================================================================== --- trunk/PcTypeTabs.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/PcTypeTabs.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); $Title = _('Maintenance Of Petty Cash Type of Tabs'); /* webERP manual links before header.php */ Modified: trunk/Tax.php =================================================================== --- trunk/Tax.php 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/Tax.php 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + include('includes/session.php'); if (isset($_POST['TaxAuthority']) and isset($_POST['PrintPDF']) and isset($_POST['NoOfPeriods']) and isset($_POST['ToPeriod'])) { $SQL = "SELECT lastdate_in_period Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-10-12 11:27:49 UTC (rev 7852) +++ trunk/doc/Change.log 2017-10-15 22:17:04 UTC (rev 7853) @@ -1,5 +1,5 @@ webERP Change Log - +15/10/17 Andy Couling: Missing $Id comments added to Petty Cash scripts. 17/10/12 Exson: Fixed the bug that Narrative information will loss when add or remove controlled items lot no in StockAdjustments.php. 17/10/11 RChacon: If it is set the $_SESSION['ShowPageHelp'] parameter AND it is FALSE, hides the page help text (simplifies code using css ). |