|
From: <dai...@us...> - 2015-02-07 03:24:01
|
Revision: 7133
http://sourceforge.net/p/web-erp/reponame/7133
Author: daintree
Date: 2015-02-07 03:23:51 +0000 (Sat, 07 Feb 2015)
Log Message:
-----------
email.gif in css/images not email.png
Modified Paths:
--------------
trunk/CustomerInquiry.php
trunk/SelectCustomer.php
trunk/SelectOrderItems.php
trunk/build/make_release.sh
trunk/includes/header.inc
trunk/sql/mysql/upgrade4.12-4.13.sql
Modified: trunk/CustomerInquiry.php
===================================================================
--- trunk/CustomerInquiry.php 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/CustomerInquiry.php 2015-02-07 03:23:51 UTC (rev 7133)
@@ -317,7 +317,7 @@
</td>
<td>
<a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Invoice">', _('Email '), '
- <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the invoice'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the invoice'), '" alt="" />
</a>
</td>
<td>
@@ -359,7 +359,7 @@
</td>
<td>
<a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Invoice">', _('Email ') . '
- <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the invoice'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the invoice'), '" alt="" />
</a>
</td>
<td></td>
@@ -396,7 +396,7 @@
</td>
<td>
<a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Invoice">', _('Email ') . '
- <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the invoice'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the invoice'), '" alt="" />
</a>
</td>
<td></td>
@@ -430,7 +430,7 @@
</td>
<td>
<a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Credit">', _('Email'), '
- <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the credit note'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the credit note'), '" alt="" />
</a>
</td>
<td>
@@ -472,7 +472,7 @@
</td>
<td>
<a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Credit">', _('Email'), '
- <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the credit note'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the credit note'), '" alt="" />
</a>
</td>
<td>
Modified: trunk/SelectCustomer.php
===================================================================
--- trunk/SelectCustomer.php 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/SelectCustomer.php 2015-02-07 03:23:51 UTC (rev 7133)
@@ -219,6 +219,7 @@
echo '<tr><td valign="top" class="select">';
/* Customer Inquiry Options */
echo '<a href="' . $RootPath . '/CustomerInquiry.php?CustomerID=' . $_SESSION['CustomerID'] . '">' . _('Customer Transaction Inquiries') . '</a><br />';
+ echo '<a href="' . $RootPath . '/CustomerAccount.php?CustomerID=' . $_SESSION['CustomerID'] . '">' . _('Customer Account statement on screen') . '</a><br />';
echo '<a href="' . $RootPath . '/Customers.php?DebtorNo=' . $_SESSION['CustomerID'] . '&Modify=No">' . _('View Customer Details') . '</a><br />';
echo '<a href="' . $RootPath . '/PrintCustStatements.php?FromCust=' . $_SESSION['CustomerID'] . '&ToCust=' . $_SESSION['CustomerID'] . '&PrintPDF=Yes">' . _('Print Customer Statement') . '</a><br />';
echo '<a href="' . $RootPath . '/SelectCompletedOrder.php?SelectedCustomer=' . $_SESSION['CustomerID'] . '">' . _('Order Inquiries') . '</a><br />';
Modified: trunk/SelectOrderItems.php
===================================================================
--- trunk/SelectOrderItems.php 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/SelectOrderItems.php 2015-02-07 03:23:51 UTC (rev 7133)
@@ -1729,7 +1729,6 @@
</tr>
</table>
</div>';
- echo $jsCall;
}#end if SearchResults to show
} /*end of PartSearch options to be displayed */
@@ -1845,4 +1844,4 @@
$result = DB_query($sql,$ErrMsg,$DbgMsg);
return $result;
}
-?>
+?>
\ No newline at end of file
Modified: trunk/build/make_release.sh
===================================================================
--- trunk/build/make_release.sh 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/build/make_release.sh 2015-02-07 03:23:51 UTC (rev 7133)
@@ -26,6 +26,7 @@
msgmerge -U -N --backup=off locale/it_IT.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
msgmerge -U -N --backup=off locale/ja_JP.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
msgmerge -U -N --backup=off locale/lv_LV.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
+msgmerge -U -N --backup=off locale/mr_IN.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
msgmerge -U -N --backup=off locale/nl_NL.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
msgmerge -U -N --backup=off locale/pl_PL.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
msgmerge -U -N --backup=off locale/pt_BR.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot
@@ -50,6 +51,7 @@
msgfmt -o locale/es_ES.utf8/LC_MESSAGES/messages.mo locale/es_ES.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/et_EE.utf8/LC_MESSAGES/messages.mo locale/et_EE.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/fa_IR.utf8/LC_MESSAGES/messages.mo locale/fa_IR.utf8/LC_MESSAGES/messages.po
+msgfmt -o locale/fr_CA.utf8/LC_MESSAGES/messages.mo locale/fr_CA.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/fr_FR.utf8/LC_MESSAGES/messages.mo locale/fr_FR.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/hr_HR.utf8/LC_MESSAGES/messages.mo locale/hr_HR.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/hi_IN.utf8/LC_MESSAGES/messages.mo locale/hi_IN.utf8/LC_MESSAGES/messages.po
@@ -58,6 +60,7 @@
msgfmt -o locale/it_IT.utf8/LC_MESSAGES/messages.mo locale/it_IT.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/ja_JP.utf8/LC_MESSAGES/messages.mo locale/ja_JP.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/lv_LV.utf8/LC_MESSAGES/messages.mo locale/lv_LV.utf8/LC_MESSAGES/messages.po
+msgfmt -o locale/mr_IN.utf8/LC_MESSAGES/messages.mo locale/mr_IN.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/nl_NL.utf8/LC_MESSAGES/messages.mo locale/nl_NL.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/pl_PL.utf8/LC_MESSAGES/messages.mo locale/pl_PL.utf8/LC_MESSAGES/messages.po
msgfmt -o locale/pt_BR.utf8/LC_MESSAGES/messages.mo locale/pt_BR.utf8/LC_MESSAGES/messages.po
Modified: trunk/includes/header.inc
===================================================================
--- trunk/includes/header.inc 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/includes/header.inc 2015-02-07 03:23:51 UTC (rev 7133)
@@ -96,4 +96,4 @@
echo '<div id="BodyDiv">';
echo '<div id="BodyWrapDiv">';
-?>
+?>
\ No newline at end of file
Modified: trunk/sql/mysql/upgrade4.12-4.13.sql
===================================================================
--- trunk/sql/mysql/upgrade4.12-4.13.sql 2015-02-06 18:47:10 UTC (rev 7132)
+++ trunk/sql/mysql/upgrade4.12-4.13.sql 2015-02-07 03:23:51 UTC (rev 7133)
@@ -1,6 +1,3 @@
-INSERT INTO `securitygroups` VALUES (8,16);
--- Add a description for the script:
-UPDATE `scripts` SET `description` = 'Allows you to view all bank transactions for a selected date range, and the inquiry can be filtered by matched or unmatched transactions, or all transactions can be chosen' WHERE `scripts`.`script` = 'DailyBankTransactions.php';
+INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('CustomerAccount.php', '1', 'Shows customer account/statement on screen rather than PDF');
-
-----UPDATE config SET confvalue='4.13' WHERE confname='VersionNumber';
\ No newline at end of file
|