|
From: <rc...@us...> - 2013-07-29 02:07:45
|
Revision: 6160
http://sourceforge.net/p/web-erp/reponame/6160
Author: rchacon
Date: 2013-07-29 02:07:42 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
Minor changes:
MainMenuLinksArray.php: GL Maintenance menu, descending reordering of accounting size divisions.
PDFQuotationPortraitPageHeader.inc: Corrects the script name and deletes unused code.
Modified Paths:
--------------
trunk/includes/MainMenuLinksArray.php
trunk/includes/PDFQuotationPortraitPageHeader.inc
trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo
trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po
Modified: trunk/includes/MainMenuLinksArray.php
===================================================================
--- trunk/includes/MainMenuLinksArray.php 2013-07-29 00:57:51 UTC (rev 6159)
+++ trunk/includes/MainMenuLinksArray.php 2013-07-29 02:07:42 UTC (rev 6160)
@@ -357,11 +357,11 @@
'/GLTagProfit_Loss.php',
'/Tax.php' );
-$MenuItems['GL']['Maintenance']['Caption'] = array ( _('GL Accounts'),
- _('GL Budgets'),
- _('Account Groups'),
- _('Account Sections'),
- _('GL Tags') );
+$MenuItems['GL']['Maintenance']['Caption'] = array ( _('Account Sections'),
+ _('Account Groups'),
+ _('GL Accounts'),
+ _('GL Budgets'),
+ _('GL Tags') );
$MenuItems['GL']['Maintenance']['URL'] = array ('/GLAccounts.php',
'/GLBudgets.php',
Modified: trunk/includes/PDFQuotationPortraitPageHeader.inc
===================================================================
--- trunk/includes/PDFQuotationPortraitPageHeader.inc 2013-07-29 00:57:51 UTC (rev 6159)
+++ trunk/includes/PDFQuotationPortraitPageHeader.inc 2013-07-29 02:07:42 UTC (rev 6160)
@@ -1,5 +1,5 @@
<?php
-/* $Id: PDFQuotationPortrait.php 4491 2011-02-15 06:31:08Z daintree $ */
+/* $Id: PDFQuotationPortraitPageHeader.inc 4491 2011-02-15 06:31:08Z daintree $ */
if ($PageNumber>1){
$pdf->newPage();
@@ -88,15 +88,6 @@
$pdf->addTextWrap($Page_Width-$Right_Margin-200, $Page_Height-$Top_Margin-$FontSize*3, 200, $FontSize, _('Date'). ': '.ConvertSQLDate($myrow['orddate']), 'right');
$pdf->addTextWrap($Page_Width-$Right_Margin-200, $Page_Height-$Top_Margin-$FontSize*4, 200, $FontSize, _('Page').': '.$PageNumber, 'right');
-/*$pdf->addText(490, 790,$FontSize, _('Number'). ':');
-$pdf->addText(535, 790,$FontSize, $_GET['QuotationNo']);
-$pdf->addText(490, 790-15,$FontSize, _('Your Ref'). ':');
-$pdf->addText(520, 790-15,$FontSize, $myrow['customerref']);
-$pdf->addText(490, 790-30,$FontSize, _('Date'). ':');
-$pdf->addText(520, 790-30,$FontSize, ConvertSQLDate($myrow['orddate']));
-$pdf->addText(490, 790-45,$FontSize, _('Page'). ':');
-$pdf->addText(520, 790-45,$FontSize, $PageNumber);*/
-
$pdf->addText($Page_Width/2-10, $YPos+15, $FontSize, _('All amounts stated in') . ' - ' . $myrow['currcode']);
$YPos -= 45;
Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-07-29 00:57:51 UTC (rev 6159)
+++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-07-29 02:07:42 UTC (rev 6160)
@@ -9,7 +9,7 @@
"Project-Id-Version: weberp 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 15:49+1200\n"
-"PO-Revision-Date: 2013-06-11 10:50-0600\n"
+"PO-Revision-Date: 2013-07-24 07:50-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: French <none>\n"
"MIME-Version: 1.0\n"
@@ -3575,7 +3575,7 @@
#: includes/PDFTransPageHeader.inc:206
#: includes/PDFTransPageHeaderPortrait.inc:261
msgid "Item Code"
-msgstr "Code"
+msgstr "Code article"
# JDN
#: ConfirmDispatch_Invoice.php:287 ContractCosting.php:80
|