From: <rc...@us...> - 2014-06-19 14:56:24
|
Revision: 6761 http://sourceforge.net/p/web-erp/reponame/6761 Author: rchacon Date: 2014-06-19 14:56:16 +0000 (Thu, 19 Jun 2014) Log Message: ----------- Resequence transfer options on MainMenuLinksArray.php. Add comments, $BookMark and $ViewTopic on stock-transfer scripts. Spanish and French translation improvements. Modified Paths: -------------- trunk/StockLocTransfer.php trunk/StockLocTransferReceive.php trunk/StockTransfers.php trunk/includes/MainMenuLinksArray.php trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo trunk/locale/en_US.utf8/LC_MESSAGES/messages.po trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po Modified: trunk/StockLocTransfer.php =================================================================== --- trunk/StockLocTransfer.php 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/StockLocTransfer.php 2014-06-19 14:56:16 UTC (rev 6761) @@ -1,8 +1,11 @@ <?php /* $Id$*/ +/* Inventory Transfer - Bulk Dispatch */ include('includes/session.inc'); $Title = _('Inventory Location Transfer Shipment'); +$BookMark = "LocationTransfers"; +$ViewTopic = "Inventory"; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/StockLocTransferReceive.php =================================================================== --- trunk/StockLocTransferReceive.php 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/StockLocTransferReceive.php 2014-06-19 14:56:16 UTC (rev 6761) @@ -1,11 +1,14 @@ <?php /* $Id$*/ +/* Inventory Transfer - Receive */ include('includes/DefineSerialItems.php'); include('includes/DefineStockTransfers.php'); include('includes/session.inc'); $Title = _('Inventory Transfer') . ' - ' . _('Receiving'); +$BookMark = "LocationTransfers"; +$ViewTopic = "Inventory"; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/StockTransfers.php =================================================================== --- trunk/StockTransfers.php 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/StockTransfers.php 2014-06-19 14:56:16 UTC (rev 6761) @@ -1,15 +1,14 @@ <?php - /* $Id$*/ +/* Inventory Transfer - Item Dispatch */ include('includes/DefineSerialItems.php'); include('includes/DefineStockTransfers.php'); include('includes/session.inc'); $Title = _('Stock Transfers'); -/* webERP manual links before header.inc */ -$ViewTopic= "Inventory"; $BookMark = "LocationTransfers"; +$ViewTopic = "Inventory"; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/includes/MainMenuLinksArray.php 2014-06-19 14:56:16 UTC (rev 6761) @@ -195,9 +195,9 @@ $MenuItems['PO']['Maintenance']['URL'] = array('/SupplierPriceList.php'); $MenuItems['stock']['Transactions']['Caption'] = array( _('Receive Purchase Orders'), - _('Bulk Inventory Transfer') . ' - ' . _('Dispatch'), - _('Bulk Inventory Transfer') . ' - ' . _('Receive'), - _('Inventory Location Transfers'), + _('Inventory Location Transfers'), //"Inventory Transfer - Item Dispatch" + _('Bulk Inventory Transfer') . ' - ' . _('Dispatch'), //"Inventory Transfer - Bulk Dispatch" + _('Bulk Inventory Transfer') . ' - ' . _('Receive'), //"Inventory Transfer - Receive" _('Inventory Adjustments'), _('Reverse Goods Received'), _('Enter Stock Counts'), @@ -206,9 +206,9 @@ _('Fulfill Internal Stock Requests')); $MenuItems['stock']['Transactions']['URL'] = array( '/PO_SelectOSPurchOrder.php', + '/StockTransfers.php?New=Yes', '/StockLocTransfer.php', '/StockLocTransferReceive.php', - '/StockTransfers.php?New=Yes', '/StockAdjustments.php?NewAdjustment=Yes', '/ReverseGRN.php', '/StockCounts.php', Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2014-06-19 14:56:16 UTC (rev 6761) @@ -9,7 +9,7 @@ "Project-Id-Version: WebERP 4.10.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-02-08 17:33+1300\n" -"PO-Revision-Date: 2013-12-14 07:34-0600\n" +"PO-Revision-Date: 2014-06-19 07:44-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: WebERP Translation Team <web-erp-translation@lists." "sourceforge.net>\n" @@ -19731,8 +19731,9 @@ "The quantity in the supplier units is expected to be numeric. Please re-" "enter as a number" msgstr "" -"The quantity in the vendor units is expected to be numeric. Please re-" -"enter as a number" +"The quantity in the vendor units is expected to be numeric. Please re-enter " +"as a number" + #: PO_Items.php:49 msgid "" "The supplier price is expected to be numeric. Please re-enter as a number" @@ -21780,7 +21781,8 @@ #: PurchaseByPrefSupplier.php:401 msgid "" "The supplier inventory quantities could not be retrieved by the SQL because" -msgstr "The vendor inventory quantities could not be retrieved by the SQL because" +msgstr "" +"The vendor inventory quantities could not be retrieved by the SQL because" #: PurchaseByPrefSupplier.php:414 msgid "Bin" @@ -21957,8 +21959,8 @@ "Supplier discount percent must be greater than zero but less than 100 " "percent. This discount record cannot be added." msgstr "" -"Vendor discount percent must be greater than zero but less than 100 " -"percent. This discount record cannot be added." +"Vendor discount percent must be greater than zero but less than 100 percent. " +"This discount record cannot be added." #: PurchData.php:170 msgid "" @@ -40230,7 +40232,7 @@ #: includes/MainMenuLinksArray.php:200 msgid "Inventory Location Transfers" -msgstr "" +msgstr "Inventory Transfer - Item Dispatch" #: includes/MainMenuLinksArray.php:201 msgid "Inventory Adjustments" Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2014-06-19 14:56:16 UTC (rev 6761) @@ -8,7 +8,7 @@ "Project-Id-Version: WebERP 4.081\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-02-08 17:33+1300\n" -"PO-Revision-Date: 2014-06-17 16:42-0600\n" +"PO-Revision-Date: 2014-06-19 07:31-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -43037,7 +43037,7 @@ #: includes/MainMenuLinksArray.php:200 msgid "Inventory Location Transfers" -msgstr "Transferencias de ubicación de inventario" +msgstr "Traslado de inventario - Envío de artículo" #: includes/MainMenuLinksArray.php:201 msgid "Inventory Adjustments" 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 2014-06-18 03:12:16 UTC (rev 6760) +++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2014-06-19 14:56:16 UTC (rev 6761) @@ -9,7 +9,7 @@ "Project-Id-Version: weberp 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-02-08 17:33+1300\n" -"PO-Revision-Date: 2014-06-17 18:04-0600\n" +"PO-Revision-Date: 2014-06-19 08:35-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: French <none>\n" "Language: fr_FR\n" @@ -43448,11 +43448,11 @@ #: includes/MainMenuLinksArray.php:198 includes/MainMenuLinksArray.php:199 msgid "Bulk Inventory Transfer" -msgstr "Transfert de stock" +msgstr "Transfert en vrac de stock" #: includes/MainMenuLinksArray.php:200 msgid "Inventory Location Transfers" -msgstr "Transferts de stock inter-sites" +msgstr "Transfert de stock - Expédition d'article " #: includes/MainMenuLinksArray.php:201 msgid "Inventory Adjustments" |