From: <dai...@us...> - 2013-09-06 08:44:16
|
Revision: 6327 http://sourceforge.net/p/web-erp/reponame/6327 Author: daintree Date: 2013-09-06 08:44:09 +0000 (Fri, 06 Sep 2013) Log Message: ----------- fixed typos - also patterns Modified Paths: -------------- trunk/ConfirmDispatch_Invoice.php trunk/CustomerBranches.php trunk/SelectCustomer.php trunk/SelectProduct.php trunk/Stocks.php trunk/Z_MakeNewCompany.php trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.mo trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po trunk/locale/el_GR.utf8/LC_MESSAGES/messages.mo trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 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/et_EE.utf8/LC_MESSAGES/messages.mo trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.mo trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.mo trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.mo trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.mo trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po trunk/locale/id_ID.utf8/LC_MESSAGES/messages.mo trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po trunk/locale/it_IT.utf8/LC_MESSAGES/messages.mo trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.mo trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.mo trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.mo trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.mo trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.mo trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.mo trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.mo trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.mo trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.mo trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.mo trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.mo trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.mo trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po Modified: trunk/ConfirmDispatch_Invoice.php =================================================================== --- trunk/ConfirmDispatch_Invoice.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/ConfirmDispatch_Invoice.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -1133,7 +1133,7 @@ '" . -$OrderLine->QtyDispatched . "', '" . $OrderLine->DiscountPercent . "', '" . $OrderLine->StandardCost . "', - '" . DB_escape_striing($OrderLine->Narrative) . "')"; + '" . DB_escape_string($OrderLine->Narrative) . "')"; } Modified: trunk/CustomerBranches.php =================================================================== --- trunk/CustomerBranches.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/CustomerBranches.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -793,7 +793,7 @@ <tr> <td>' . _('Phone Number').':</td>'; if (!isset($_POST['PhoneNo'])) {$_POST['PhoneNo']='';} - echo '<td><input tabindex="16" type="tel" name="PhoneNo" size="22" maxlength="20" value="'. $_POST['PhoneNo'].'" /></td> + echo '<td><input tabindex="16" type="tel" name="PhoneNo" pattern="[0-9+()\s]*" size="22" maxlength="20" value="'. $_POST['PhoneNo'].'" /></td> </tr>'; echo '<tr> @@ -801,7 +801,7 @@ if (!isset($_POST['FaxNo'])) { $_POST['FaxNo']=''; } - echo '<td><input tabindex="17" type="tel" name="FaxNo" size="22" maxlength="20" value="'. $_POST['FaxNo'].'" /></td> + echo '<td><input tabindex="17" type="tel" name="FaxNo" pattern="[0-9+()\s]*" size="22" maxlength="20" value="'. $_POST['FaxNo'].'" /></td> </tr>'; if (!isset($_POST['Email'])) { Modified: trunk/SelectCustomer.php =================================================================== --- trunk/SelectCustomer.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/SelectCustomer.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -274,9 +274,9 @@ <td><b>' . _('OR') . '</b></td><td>' . _('Enter a partial Code') . ':</td> <td>'; if (isset($_POST['CustCode'])) { - echo '<input type="text" name="CustCode" value="' . $_POST['CustCode'] . '" size="15" maxlength="18" />'; + echo '<input type="text" name="CustCode" pattern="[0-9+()\s]*" value="' . $_POST['CustCode'] . '" size="15" maxlength="18" />'; } else { - echo '<input type="text" name="CustCode" size="15" maxlength="18" />'; + echo '<input type="text" name="CustCode" pattern="[0-9+()\s]*" size="15" maxlength="18" />'; } echo '</td> </tr> @@ -285,9 +285,9 @@ <td>' . _('Enter a partial Phone Number') . ':</td> <td>'; if (isset($_POST['CustPhone'])) { - echo '<input type="text" name="CustPhone" value="' . $_POST['CustPhone'] . '" size="15" maxlength="18" />'; + echo '<input type="tel" name="CustPhone" pattern="[0-9a-zA-Z_]*" value="' . $_POST['CustPhone'] . '" size="15" maxlength="18" />'; } else { - echo '<input type="text" name="CustPhone" size="15" maxlength="18" />'; + echo '<input type="tel" name="CustPhone" pattern="[0-9\-\s()+]*"size="15" maxlength="18" />'; } echo '</td>'; echo '<td><b>' . _('OR') . '</b></td> Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/SelectProduct.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -544,9 +544,9 @@ echo '</select></td>'; echo '<td>' . _('Enter partial') . '<b> ' . _('Description') . '</b>:</td><td>'; if (isset($_POST['Keywords'])) { - echo '<input type="text" autofocus="autofocus" name="Keywords" value="' . $_POST['Keywords'] . '" pattern="[a-zA-Z0-9_\-\ ]*" title="' . _('Enter text that you wish to search for in the item description') . '" size="20" maxlength="25" />'; + echo '<input type="text" autofocus="autofocus" name="Keywords" value="' . $_POST['Keywords'] . '" title="' . _('Enter text that you wish to search for in the item description') . '" size="20" maxlength="25" />'; } else { - echo '<input type="text" autofocus="autofocus" name="Keywords" pattern="[a-zA-Z0-9_\-\ ]*" title="' . _('Enter text that you wish to search for in the item description') . '" size="20" maxlength="25" />'; + echo '<input type="text" autofocus="autofocus" name="Keywords" title="' . _('Enter text that you wish to search for in the item description') . '" size="20" maxlength="25" />'; } echo '</td></tr><tr><td></td>'; echo '<td><b>' . _('OR') . ' ' . '</b>' . _('Enter partial') . ' <b>' . _('Stock Code') . '</b>:</td>'; Modified: trunk/Stocks.php =================================================================== --- trunk/Stocks.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/Stocks.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -872,7 +872,7 @@ if ($New==1) { echo '<tr> <td>' . _('Item Code'). ':</td> - <td><input ' . (in_array('StockID',$Errors) ? 'class="inputerror"' : '' ) .' autofocus="autofocus" required="required" pattern="[0-9a-zA-Z_]*{1,20}" type="text" value="'.$StockID.'" name="StockID" size="20" maxlength="20" /></td> + <td><input ' . (in_array('StockID',$Errors) ? 'class="inputerror"' : '' ) .' autofocus="autofocus" required="required" pattern="[0-9a-zA-Z_]*" type="text" value="'.$StockID.'" name="StockID" size="20" maxlength="20" /></td> </tr>'; } else { echo '<tr> Modified: trunk/Z_MakeNewCompany.php =================================================================== --- trunk/Z_MakeNewCompany.php 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/Z_MakeNewCompany.php 2013-09-06 08:44:09 UTC (rev 6327) @@ -81,7 +81,7 @@ } } $db = pg_connect( $PgConnStr ); - $SQLScriptFile = file('./sql/pg/country_sql/weberp-new.psql'); + $SQLScriptFile = file('./sql/pg/country_sql/default.psql'); } elseif ($DBType =='mysql') { //its a mysql db < 4.1 mysql_select_db($_POST['NewDatabase'],$db); Modified: trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2013-09-05 06:03:50 UTC (rev 6326) +++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2013-09-06 08:44:09 UTC (rev 6327) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: web-erp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-01 19:22+1200\n" +"POT-Creation-Date: 2013-09-06 20:40+1200\n" "PO-Revision-Date: 2013-06-01 11:19-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: Arabic <ar...@li...>\n" @@ -176,8 +176,8 @@ #: PcExpenses.php:161 SalesCategories.php:128 SalesCategories.php:135 #: SalesPeople.php:150 SalesPeople.php:157 SalesPeople.php:163 #: SalesTypes.php:140 SalesTypes.php:150 Shippers.php:81 Shippers.php:93 -#: StockCategories.php:191 Stocks.php:721 Stocks.php:730 Stocks.php:738 -#: Stocks.php:746 Stocks.php:754 Stocks.php:762 Stocks.php:770 Stocks.php:778 +#: StockCategories.php:191 Stocks.php:724 Stocks.php:733 Stocks.php:741 +#: Stocks.php:749 Stocks.php:757 Stocks.php:765 Stocks.php:773 Stocks.php:781 #: Suppliers.php:629 Suppliers.php:638 Suppliers.php:646 SupplierTypes.php:145 #: TaxCategories.php:131 TaxGroups.php:132 TaxGroups.php:140 #: TaxProvinces.php:129 UnitsOfMeasure.php:135 WorkCentres.php:89 @@ -261,7 +261,7 @@ #: SelectCompletedOrder.php:11 SelectContract.php:69 SelectCreditItems.php:220 #: SelectCreditItems.php:291 SelectCustomer.php:265 SelectGLAccount.php:65 #: SelectOrderItems.php:609 SelectOrderItems.php:1526 -#: SelectOrderItems.php:1655 SelectProduct.php:525 SelectSalesOrder.php:563 +#: SelectOrderItems.php:1654 SelectProduct.php:525 SelectSalesOrder.php:563 #: SelectSupplier.php:14 SelectSupplier.php:217 SelectWorkOrder.php:9 #: SelectWorkOrder.php:169 SellThroughSupport.php:229 ShipmentCosting.php:11 #: Shipments.php:17 Shippers.php:123 Shippers.php:160 Shipt_Select.php:8 @@ -276,7 +276,7 @@ #: WhereUsedInquiry.php:18 WorkCentres.php:111 WorkCentres.php:162 #: WorkOrderCosting.php:22 WorkOrderEntry.php:11 WorkOrderIssue.php:22 #: WorkOrderReceive.php:31 WorkOrderStatus.php:58 WWW_Access.php:11 -#: WWW_Users.php:36 Z_BottomUpCosts.php:57 ../webSHOP/includes/header.php:236 +#: WWW_Users.php:36 Z_BottomUpCosts.php:57 ../webSHOP/includes/header.php:251 msgid "Search" msgstr "إبحث" @@ -328,8 +328,8 @@ #: ShipmentCosting.php:667 ShopParameters.php:284 ShopParameters.php:288 #: ShopParameters.php:332 ShopParameters.php:336 ShopParameters.php:365 #: ShopParameters.php:369 ShopParameters.php:387 ShopParameters.php:391 -#: ShopParameters.php:448 ShopParameters.php:452 Stocks.php:1199 -#: Stocks.php:1201 Stocks.php:1224 Stocks.php:1226 SuppContractChgs.php:90 +#: ShopParameters.php:448 ShopParameters.php:452 Stocks.php:1202 +#: Stocks.php:1204 Stocks.php:1227 Stocks.php:1229 SuppContractChgs.php:90 #: SystemParameters.php:426 SystemParameters.php:449 SystemParameters.php:486 #: SystemParameters.php:558 SystemParameters.php:566 SystemParameters.php:606 #: SystemParameters.php:682 SystemParameters.php:691 SystemParameters.php:699 @@ -375,8 +375,8 @@ #: ShipmentCosting.php:668 ShopParameters.php:285 ShopParameters.php:287 #: ShopParameters.php:333 ShopParameters.php:335 ShopParameters.php:366 #: ShopParameters.php:368 ShopParameters.php:388 ShopParameters.php:390 -#: ShopParameters.php:449 ShopParameters.php:451 Stocks.php:1194 -#: Stocks.php:1196 Stocks.php:1219 Stocks.php:1221 SuppContractChgs.php:92 +#: ShopParameters.php:449 ShopParameters.php:451 Stocks.php:1197 +#: Stocks.php:1199 Stocks.php:1222 Stocks.php:1224 SuppContractChgs.php:92 #: SystemParameters.php:427 SystemParameters.php:450 SystemParameters.php:487 #: SystemParameters.php:559 SystemParameters.php:567 SystemParameters.php:607 #: SystemParameters.php:683 SystemParameters.php:692 SystemParameters.php:700 @@ -648,7 +648,7 @@ #: FixedAssetItems.php:250 MRPCalendar.php:176 PcAssignCashToTab.php:91 #: PcClaimExpensesFromTab.php:82 PcExpenses.php:98 PcTabs.php:104 #: PcTypeTabs.php:63 PO_Items.php:379 SalesAnalReptCols.php:129 -#: SalesPeople.php:97 SalesTypes.php:66 Stocks.php:558 Suppliers.php:524 +#: SalesPeople.php:97 SalesTypes.php:66 Stocks.php:561 Suppliers.php:524 #: SupplierTypes.php:67 msgid "has been updated" msgstr "" @@ -694,7 +694,7 @@ #: WWW_Users.php:283 includes/PDFPickingListHeader.inc:25 #: includes/PDFStatementPageHeader.inc:67 includes/PDFTransPageHeader.inc:82 #: includes/PDFTransPageHeaderPortrait.inc:111 -#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:296 +#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:298 #: ../webSHOP/Register.php:595 msgid "Email" msgstr "" @@ -722,7 +722,7 @@ msgstr "" #: AddCustomerContacts.php:214 Factors.php:234 SupplierContacts.php:239 -#: ../webSHOP/Checkout.php:377 ../webSHOP/Register.php:610 +#: ../webSHOP/Checkout.php:379 ../webSHOP/Register.php:610 msgid "Contact Name" msgstr "" @@ -731,7 +731,7 @@ #: SelectCustomer.php:425 SelectOrderItems.php:646 #: SupplierTenderCreate.php:390 includes/PDFStatementPageHeader.inc:63 #: includes/PDFTransPageHeader.inc:81 -#: includes/PDFTransPageHeaderPortrait.inc:107 ../webSHOP/Checkout.php:387 +#: includes/PDFTransPageHeaderPortrait.inc:107 ../webSHOP/Checkout.php:389 #: ../webSHOP/Register.php:255 ../webSHOP/Register.php:723 msgid "Phone" msgstr "" @@ -794,7 +794,7 @@ msgstr "" #: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:181 -#: SelectCustomer.php:660 SelectCustomer.php:702 Stocks.php:1203 +#: SelectCustomer.php:660 SelectCustomer.php:702 Stocks.php:1206 #: UpgradeDatabase.php:229 UpgradeDatabase.php:232 UpgradeDatabase.php:235 #: UpgradeDatabase.php:238 UpgradeDatabase.php:241 UpgradeDatabase.php:244 #: UpgradeDatabase.php:247 UpgradeDatabase.php:250 UpgradeDatabase.php:253 @@ -1007,7 +1007,7 @@ #: SelectSalesOrder.php:372 SellThroughSupport.php:81 #: SellThroughSupport.php:97 SMTPServer.php:62 StockCheck.php:224 #: StockCostUpdate.php:78 StockCostUpdate.php:88 StockLocStatus.php:164 -#: StockMovements.php:91 StockQuantityByDate.php:97 StockReorderLevel.php:41 +#: StockMovements.php:91 StockQuantityByDate.php:97 StockReorderLevel.php:43 #: StockStatus.php:312 StockTransfers.php:203 StockUsageGraph.php:53 #: StockUsage.php:139 SupplierInquiry.php:78 SupplierInquiry.php:100 #: SupplierInquiry.php:136 SupplierInquiry.php:192 SupplierPriceList.php:382 @@ -1024,7 +1024,7 @@ #: includes/PDFPaymentRun_PymtFooter.php:189 includes/ConnectDB_mysqli.inc:76 #: includes/ConnectDB_mysql.inc:66 #: ../webSHOP/includes/DatabaseFunctions.php:60 -#: ../webSHOP/includes/Functions.php:438 ../webSHOP/includes/PlaceOrder.php:67 +#: ../webSHOP/includes/Functions.php:438 ../webSHOP/includes/PlaceOrder.php:70 msgid "The SQL that failed was" msgstr "" @@ -1306,7 +1306,7 @@ #: SalesGraph.php:102 SalesGraph.php:104 SalesGraph.php:124 SalesGraph.php:126 #: SalesGraph.php:148 SalesGraph.php:150 SalesGraph.php:184 #: SalesInquiry.php:1091 SalesInquiry.php:1154 SelectCreditItems.php:986 -#: SelectOrderItems.php:1663 SelectOrderItems.php:1666 SelectProduct.php:533 +#: SelectOrderItems.php:1662 SelectOrderItems.php:1665 SelectProduct.php:533 #: SelectProduct.php:535 StockDispatch.php:82 StockDispatch.php:393 #: StockDispatch.php:395 StockLocStatus.php:71 StockLocStatus.php:73 #: StockLocStatus.php:91 StockLocStatus.php:96 StockLocStatus.php:101 @@ -1436,7 +1436,7 @@ msgstr "" #: BankAccounts.php:12 TaxAuthorities.php:150 -#: ../webSHOP/includes/Functions.php:756 +#: ../webSHOP/includes/Functions.php:755 msgid "Bank" msgstr "" @@ -1672,7 +1672,7 @@ #: PrintCustTrans.php:63 PrintCustTrans.php:66 PrintCustTransPortrait.php:62 #: PrintCustTransPortrait.php:65 SalesGraph.php:218 SalesGraph.php:247 #: SalesGraph.php:251 StockLocTransferReceive.php:306 -#: StockLocTransferReceive.php:444 Stocks.php:300 Stocks.php:305 +#: StockLocTransferReceive.php:444 Stocks.php:303 Stocks.php:308 #: StockStatus.php:353 StockStatus.php:394 StockTransfers.php:448 #: includes/PDFAgedDebtorsPageHeader.inc:18 #: includes/PDFAgedSuppliersPageHeader.inc:17 @@ -1797,7 +1797,7 @@ #: Z_CheckAllocs.php:66 includes/PDFBankingSummaryPageHeader.inc:55 #: includes/PDFChequeListingPageHeader.inc:37 #: includes/PDFGLJournalHeader.inc:22 ../webSHOP/CreditCardPayFlowPro.php:276 -#: ../webSHOP/CreditCardPayPalPro.php:337 +#: ../webSHOP/CreditCardPayPalPro.php:338 msgid "Amount" msgstr "" @@ -1942,7 +1942,7 @@ #: includes/PDFPeriodStockTransListingPageHeader.inc:52 #: includes/PDFStockComparisonPageHeader.inc:36 #: includes/PDFSuppTransListingPageHeader.inc:49 -#: ../webSHOP/includes/Functions.php:765 +#: ../webSHOP/includes/Functions.php:764 msgid "Reference" msgstr "" @@ -1986,7 +1986,7 @@ msgstr "" #: BankReconciliation.php:361 CounterReturns.php:740 CounterSales.php:832 -#: Customers.php:1177 SelectOrderItems.php:1452 Stocks.php:1392 +#: Customers.php:1177 SelectOrderItems.php:1452 Stocks.php:1395 #: WorkOrderCosting.php:551 WorkOrderEntry.php:589 msgid "Are You Sure?" msgstr "" @@ -2074,7 +2074,7 @@ #: SalesGraph.php:276 SalesInquiry.php:993 SalesTopItemsInquiry.php:225 #: SelectCreditItems.php:688 SelectCreditItems.php:1068 #: SelectOrderItems.php:1374 SelectOrderItems.php:1542 -#: SelectOrderItems.php:1730 SelectOrderItems.php:1862 ShipmentCosting.php:149 +#: SelectOrderItems.php:1729 SelectOrderItems.php:1861 ShipmentCosting.php:149 #: ShipmentCosting.php:150 Shipments.php:401 Shipments.php:403 #: Shipments.php:404 Shipments.php:488 Shipments.php:490 SpecialOrder.php:628 #: StockCounts.php:114 StockLocMovements.php:93 StockLocTransfer.php:306 @@ -2105,7 +2105,7 @@ #: includes/PO_PDFOrderPageHeader.inc:77 api/api_xml-rpc.php:2533 #: api/api_xml-rpc.php:2579 api/api_xml-rpc.php:2775 #: ../webSHOP/includes/DisplayShoppingCart.php:8 -#: ../webSHOP/includes/PlaceOrder.php:234 +#: ../webSHOP/includes/PlaceOrder.php:237 msgid "Quantity" msgstr "" @@ -2250,7 +2250,7 @@ #: InternalStockRequest.php:628 PO_SelectOSPurchOrder.php:239 #: PO_SelectPurchOrder.php:215 ReorderLevelLocation.php:73 #: ReorderLevelLocation.php:74 SelectCompletedOrder.php:556 -#: SelectOrderItems.php:1538 SelectOrderItems.php:1726 +#: SelectOrderItems.php:1538 SelectOrderItems.php:1725 #: SelectSalesOrder.php:612 SelectWorkOrder.php:215 Shipt_Select.php:192 #: TopItems.php:168 includes/PDFTopItemsHeader.inc:54 msgid "On Hand" @@ -2282,8 +2282,8 @@ msgstr "" #: BOMExtendedQty.php:329 POReport.php:549 POReport.php:635 POReport.php:726 -#: POReport.php:1315 POReport.php:1366 POReport.php:1420 Stocks.php:959 -#: Stocks.php:983 +#: POReport.php:1315 POReport.php:1366 POReport.php:1420 Stocks.php:962 +#: Stocks.php:986 msgid "Part Description" msgstr "" @@ -2343,10 +2343,10 @@ #: SecurityTokens.php:103 SecurityTokens.php:120 SelectAsset.php:264 #: SelectCompletedOrder.php:555 SelectContract.php:144 #: SelectCreditItems.php:1022 SelectOrderItems.php:1536 -#: SelectOrderItems.php:1724 SelectProduct.php:545 SelectProduct.php:771 +#: SelectOrderItems.php:1723 SelectProduct.php:545 SelectProduct.php:771 #: SelectSalesOrder.php:611 SelectWorkOrder.php:214 Shipt_Select.php:191 #: StockCategories.php:238 StockDispatch.php:503 StockLocStatus.php:172 -#: StockQuantityByDate.php:108 Stocks.php:971 SuppCreditGRNs.php:92 +#: StockQuantityByDate.php:108 Stocks.php:974 SuppCreditGRNs.php:92 #: SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 SuppInvGRNs.php:126 #: SuppInvGRNs.php:307 SupplierCredit.php:317 SupplierCredit.php:385 #: SupplierInvoice.php:665 SupplierInvoice.php:745 SupplierPriceList.php:39 @@ -2364,7 +2364,7 @@ #: includes/PDFStockTransferHeader.inc:36 includes/PDFTopItemsHeader.inc:50 #: includes/PDFTransPageHeader.inc:208 #: includes/PDFTransPageHeaderPortrait.inc:265 api/api_xml-rpc.php:3489 -#: ../webSHOP/includes/PlaceOrder.php:233 +#: ../webSHOP/includes/PlaceOrder.php:236 msgid "Description" msgstr "" @@ -2458,7 +2458,7 @@ #: SelectCreditItems.php:227 SelectCreditItems.php:1005 SelectCustomer.php:274 #: SelectCustomer.php:284 SelectCustomer.php:293 SelectCustomer.php:303 #: SelectCustomer.php:350 SelectGLAccount.php:79 SelectOrderItems.php:619 -#: SelectOrderItems.php:622 SelectOrderItems.php:1691 SelectProduct.php:552 +#: SelectOrderItems.php:622 SelectOrderItems.php:1690 SelectProduct.php:552 #: SelectSalesOrder.php:595 SelectSupplier.php:228 SelectWorkOrder.php:201 #: SellThroughSupport.php:202 Shipt_Select.php:174 SuppFixedAssetChgs.php:126 #: SupplierPriceList.php:49 SupplierPriceList.php:406 @@ -2482,12 +2482,12 @@ #: SalesInquiry.php:1109 SalesInquiry.php:1199 SalesInquiry.php:1217 #: SelectProduct.php:552 Shipt_Select.php:174 StockAdjustments.php:116 #: StockAdjustments.php:403 StockCounts.php:113 StockCounts.php:155 -#: StockMovements.php:36 StockReorderLevel.php:47 StockStatus.php:62 +#: StockMovements.php:36 StockReorderLevel.php:49 StockStatus.php:62 #: StockTransfers.php:49 StockTransfers.php:470 StockUsage.php:64 #: SupplierPriceList.php:49 SupplierTenderCreate.php:701 #: SupplierTenders.php:433 WorkOrderEntry.php:632 WorkOrderIssue.php:683 #: Z_ChangeStockCategory.php:92 Z_ChangeStockCode.php:177 -#: ../webSHOP/includes/PlaceOrder.php:232 +#: ../webSHOP/includes/PlaceOrder.php:235 msgid "Stock Code" msgstr "" @@ -2496,7 +2496,7 @@ #: FixedAssetTransfer.php:107 InternalStockRequest.php:362 MRPDemands.php:343 #: MRPReport.php:558 PO_Header.php:549 PO_Items.php:1145 SelectAsset.php:116 #: SelectCreditItems.php:234 SelectCreditItems.php:1012 SelectCustomer.php:375 -#: SelectGLAccount.php:103 SelectOrderItems.php:629 SelectOrderItems.php:1699 +#: SelectGLAccount.php:103 SelectOrderItems.php:629 SelectOrderItems.php:1698 #: SelectProduct.php:560 SelectSupplier.php:238 SelectSupplier.php:271 #: SupplierPriceList.php:61 SupplierTenderCreate.php:567 #: SupplierTenderCreate.php:606 SupplierTenderCreate.php:712 @@ -2538,7 +2538,7 @@ #: PricesByCost.php:152 PurchData.php:469 ReorderLevelLocation.php:70 #: SalesPeople.php:199 SelectCompletedOrder.php:554 SelectCreditItems.php:1021 #: SelectCustomer.php:420 SelectGLAccount.php:112 SelectOrderItems.php:1535 -#: SelectOrderItems.php:1723 SelectProduct.php:770 SelectSalesOrder.php:610 +#: SelectOrderItems.php:1722 SelectProduct.php:770 SelectSalesOrder.php:610 #: SelectSupplier.php:277 SelectWorkOrder.php:213 SellThroughSupport.php:159 #: Shipt_Select.php:190 SpecialOrder.php:149 SupplierPriceList.php:270 #: SupplierPriceList.php:455 SupplierTenderCreate.php:612 @@ -2558,7 +2558,7 @@ #: OffersReceived.php:109 PO_Items.php:1161 PO_SelectOSPurchOrder.php:241 #: PO_SelectPurchOrder.php:217 SelectCompletedOrder.php:559 #: SelectCreditItems.php:1023 SelectOrderItems.php:1537 -#: SelectOrderItems.php:1725 SelectProduct.php:130 SelectProduct.php:773 +#: SelectOrderItems.php:1724 SelectProduct.php:130 SelectProduct.php:773 #: SelectSalesOrder.php:613 SelectWorkOrder.php:216 Shipments.php:402 #: Shipments.php:489 Shipt_Select.php:194 StockLocTransferReceive.php:453 #: SupplierPriceList.php:272 SupplierTenderCreate.php:849 @@ -2842,16 +2842,16 @@ #: BOMs.php:425 ConfirmDispatch_Invoice.php:1041 CounterReturns.php:1058 #: CounterSales.php:1478 Credit_Invoice.php:779 Credit_Invoice.php:807 -#: SelectCreditItems.php:1487 Stocks.php:1124 Stocks.php:1126 +#: SelectCreditItems.php:1487 Stocks.php:1127 Stocks.php:1129 #: api/api_debtortransactions.php:753 api/api_salesorders.php:920 msgid "Assembly" msgstr "" -#: BOMs.php:428 FixedAssetRegister.php:390 Stocks.php:1144 Stocks.php:1146 +#: BOMs.php:428 FixedAssetRegister.php:390 Stocks.php:1147 Stocks.php:1149 msgid "Purchased" msgstr "" -#: BOMs.php:431 Stocks.php:1134 Stocks.php:1136 +#: BOMs.php:431 Stocks.php:1137 Stocks.php:1139 msgid "Manufactured" msgstr "" @@ -2859,7 +2859,7 @@ msgid "Kit Set" msgstr "" -#: BOMs.php:437 BOMs.php:529 Stocks.php:1139 Stocks.php:1141 +#: BOMs.php:437 BOMs.php:529 Stocks.php:1142 Stocks.php:1144 msgid "Phantom" msgstr "" @@ -2887,7 +2887,7 @@ #: InventoryQuantities.php:247 Locations.php:349 MRP.php:562 MRP.php:595 #: NoSalesItems.php:185 PDFOrdersInvoiced.php:319 PDFOrderStatus.php:288 #: ReorderLevelLocation.php:154 ReorderLevel.php:290 ReorderLevel.php:299 -#: StockCounts.php:156 StockReorderLevel.php:54 StockSerialItemResearch.php:80 +#: StockCounts.php:156 StockReorderLevel.php:56 StockSerialItemResearch.php:80 #: StockStatus.php:86 StockStatus.php:91 SupplierTenderCreate.php:135 #: WhereUsedInquiry.php:70 WorkCentres.php:128 WorkCentres.php:223 #: includes/PDFPeriodStockTransListingPageHeader.inc:51 @@ -3177,7 +3177,7 @@ #: CompanyPreferences.php:228 CustLoginSetup.php:162 Suppliers.php:716 #: Suppliers.php:918 SupplierTenderCreate.php:410 SuppLoginSetup.php:145 -#: WWW_Users.php:466 ../webSHOP/Checkout.php:428 +#: WWW_Users.php:466 ../webSHOP/Checkout.php:430 msgid "Email Address" msgstr "" @@ -3333,7 +3333,7 @@ #: PricesByCost.php:223 PurchData.php:758 ReorderLevelLocation.php:130 #: SecurityTokens.php:97 SelectCreditItems.php:957 SellThroughSupport.php:476 #: ShopParameters.php:563 SMTPServer.php:107 StockCostUpdate.php:188 -#: StockReorderLevel.php:108 Stocks.php:1386 SystemParameters.php:1143 +#: StockReorderLevel.php:105 Stocks.php:1389 SystemParameters.php:1143 #: TaxAuthorityRates.php:84 WorkOrderEntry.php:587 WOSerialNos.php:336 msgid "Update" msgstr "" @@ -3510,8 +3510,8 @@ #: ReorderLevelLocation.php:185 ReprintGRN.php:84 ReverseGRN.php:390 #: SalesGraph.php:186 SelectCreditItems.php:686 SelectOrderItems.php:1372 #: StockCostUpdate.php:125 StockLocMovements.php:88 StockLocTransfer.php:305 -#: StockLocTransferReceive.php:448 StockQuantityByDate.php:107 Stocks.php:871 -#: Stocks.php:876 Stocks.php:942 Stocks.php:948 SuppCreditGRNs.php:91 +#: StockLocTransferReceive.php:448 StockQuantityByDate.php:107 Stocks.php:874 +#: Stocks.php:879 Stocks.php:945 Stocks.php:951 SuppCreditGRNs.php:91 #: SuppCreditGRNs.php:191 SuppInvGRNs.php:125 SuppInvGRNs.php:306 #: SupplierCredit.php:316 SupplierInvoice.php:664 SupplierTenders.php:122 #: SupplierTenders.php:528 SupplierTenders.php:530 @@ -3637,7 +3637,7 @@ #: includes/PO_PDFOrderPageHeader.inc:81 api/api_debtortransactions.php:1271 #: api/api_debtortransactions.php:1284 api/api_debtortransactions.php:1581 #: ../webSHOP/includes/DisplayShoppingCart.php:7 -#: ../webSHOP/includes/PlaceOrder.php:282 +#: ../webSHOP/includes/PlaceOrder.php:285 #, php-format msgid "Total" msgstr "" @@ -3725,7 +3725,7 @@ msgstr "" #: ConfirmDispatch_Invoice.php:492 ConfirmDispatch_Invoice.php:496 -msgid "Charge Freight Cost inc Tax" +msgid "Charge Freight Cost ex Tax" msgstr "" #: ConfirmDispatch_Invoice.php:560 @@ -4167,7 +4167,7 @@ #: ConfirmDispatch_Invoice.php:959 CounterReturns.php:974 #: CounterSales.php:1395 FixedAssetItems.php:654 SalesAnalReptCols.php:327 -#: Stocks.php:1389 Suppliers.php:1032 includes/MiscFunctions.php:36 +#: Stocks.php:1392 Suppliers.php:1032 includes/MiscFunctions.php:36 msgid "WARNING" msgstr "" @@ -4727,7 +4727,7 @@ #: ContractBOM.php:332 CounterReturns.php:1638 CounterSales.php:2247 #: PO_Items.php:1137 SelectCompletedOrder.php:534 SelectCreditItems.php:1005 -#: SelectOrderItems.php:1691 SelectSalesOrder.php:595 SelectWorkOrder.php:201 +#: SelectOrderItems.php:1690 SelectSalesOrder.php:595 SelectWorkOrder.php:201 msgid "Enter extract of the Stock Code" msgstr "" @@ -4741,7 +4741,7 @@ msgid "Create a New Stock Item" msgstr "" -#: ContractBOM.php:356 FixedAssetItems.php:503 Stocks.php:1017 +#: ContractBOM.php:356 FixedAssetItems.php:503 Stocks.php:1020 #: SupplierTenderCreate.php:850 SupplierTenders.php:689 msgid "Image" msgstr "" @@ -4749,8 +4749,8 @@ #: ContractBOM.php:376 CounterSales.php:2111 FixedAssetItems.php:498 #: FixedAssetItems.php:502 InternalStockRequest.php:634 Manufacturers.php:211 #: PO_Items.php:1183 SalesCategories.php:261 SelectCreditItems.php:1051 -#: SelectOrderItems.php:1550 SelectOrderItems.php:1732 SelectProduct.php:446 -#: Stocks.php:1008 Stocks.php:1012 Stocks.php:1016 +#: SelectOrderItems.php:1550 SelectOrderItems.php:1731 SelectProduct.php:446 +#: Stocks.php:1011 Stocks.php:1015 Stocks.php:1019 #: SupplierTenderCreate.php:873 SupplierTenders.php:714 WorkOrderEntry.php:666 #: WorkOrderIssue.php:724 #, php-format @@ -5118,19 +5118,19 @@ msgstr "" #: Contracts.php:131 FixedAssetItems.php:47 Manufacturers.php:46 -#: Manufacturers.php:118 SalesCategories.php:53 Stocks.php:84 +#: Manufacturers.php:118 SalesCategories.php:53 Stocks.php:87 #: Z_MakeNewCompany.php:56 msgid "Attempting to overwrite an existing item image" msgstr "" #: Contracts.php:134 FixedAssetItems.php:50 Manufacturers.php:49 -#: Manufacturers.php:121 SalesCategories.php:56 Stocks.php:87 +#: Manufacturers.php:121 SalesCategories.php:56 Stocks.php:90 #: Z_MakeNewCompany.php:59 msgid "The existing image could not be removed" msgstr "" #: Contracts.php:141 FixedAssetItems.php:57 Manufacturers.php:56 -#: Manufacturers.php:128 SalesCategories.php:63 Stocks.php:94 +#: Manufacturers.php:128 SalesCategories.php:63 Stocks.php:97 #: Z_MakeNewCompany.php:145 msgid "File url" msgstr "" @@ -5281,11 +5281,11 @@ msgid "The SQL that was used to insert the contract item failed was" msgstr "" -#: Contracts.php:502 Stocks.php:662 Z_ImportStocks.php:238 +#: Contracts.php:502 Stocks.php:665 Z_ImportStocks.php:238 msgid "The locations for the item" msgstr "" -#: Contracts.php:502 Factors.php:80 Stocks.php:662 SupplierCredit.php:756 +#: Contracts.php:502 Factors.php:80 Stocks.php:665 SupplierCredit.php:756 #: SupplierCredit.php:815 SupplierCredit.php:1202 SupplierCredit.php:1256 #: SupplierCredit.php:1284 SupplierInvoice.php:1140 SupplierInvoice.php:1198 #: SupplierInvoice.php:1563 SupplierInvoice.php:1798 SupplierInvoice.php:1827 @@ -5293,11 +5293,11 @@ msgid "could not be added because" msgstr "" -#: Contracts.php:503 Stocks.php:663 Z_ImportStocks.php:239 +#: Contracts.php:503 Stocks.php:666 Z_ImportStocks.php:239 msgid "NB Locations records can be added by opening the utility page" msgstr "" -#: Contracts.php:503 Stocks.php:663 Z_ImportStocks.php:239 +#: Contracts.php:503 Stocks.php:666 Z_ImportStocks.php:239 msgid "The SQL that was used to add the location records that failed was" msgstr "" @@ -5369,7 +5369,7 @@ #: InternalStockRequest.php:666 PO_Header.php:411 PO_Header.php:485 #: SelectCreditItems.php:182 SelectOrderItems.php:405 SelectOrderItems.php:452 #: SelectOrderItems.php:534 SelectOrderItems.php:575 SelectOrderItems.php:1570 -#: SelectOrderItems.php:1758 SpecialOrder.php:68 SpecialOrder.php:92 +#: SelectOrderItems.php:1757 SpecialOrder.php:68 SpecialOrder.php:92 #: StockCheck.php:222 StockLocStatus.php:196 StockLocStatus.php:220 #: StockLocStatus.php:251 StockStatus.php:123 StockStatus.php:147 #: StockStatus.php:167 StockStatus.php:189 StockStatus.php:206 @@ -5496,7 +5496,7 @@ #: Contracts.php:852 InventoryQuantities.php:237 PDFPriceList.php:366 #: PricesByCost.php:245 ReorderLevelLocation.php:169 ReorderLevel.php:286 #: SalesCategoryPeriodInquiry.php:164 SalesTopItemsInquiry.php:221 -#: SpecialOrder.php:697 StockDispatch.php:486 Stocks.php:1022 +#: SpecialOrder.php:697 StockDispatch.php:486 Stocks.php:1025 #: SuppPriceList.php:237 SuppPriceList.php:299 Z_ItemsWithoutPicture.php:31 #: includes/PDFInventoryValnPageHeader.inc:32 #: includes/PDFInventoryValnPageHeader.inc:38 @@ -5504,12 +5504,12 @@ msgstr "" #: Contracts.php:856 PricesBasedOnMarkUp.php:108 SpecialOrder.php:701 -#: Stocks.php:1026 +#: Stocks.php:1029 msgid "The stock categories could not be retrieved because" msgstr "" #: Contracts.php:857 FixedAssetItems.php:517 PricesBasedOnMarkUp.php:109 -#: SpecialOrder.php:702 Stocks.php:1027 +#: SpecialOrder.php:702 Stocks.php:1030 msgid "The SQL used to retrieve stock categories and failed was" msgstr "" @@ -6039,21 +6039,21 @@ msgid "Search for Items" msgstr "" -#: CounterReturns.php:1607 CounterSales.php:2216 SelectOrderItems.php:1657 +#: CounterReturns.php:1607 CounterSales.php:2216 SelectOrderItems.php:1656 msgid "" ", Searches the database for items, you can narrow the results by selecting a " "stock category, or just enter a partial item description or partial item code" msgstr "" -#: CounterReturns.php:1610 CounterSales.php:2220 SelectOrderItems.php:1660 +#: CounterReturns.php:1610 CounterSales.php:2220 SelectOrderItems.php:1659 msgid "Select a Stock Category" msgstr "" -#: CounterReturns.php:1635 CounterSales.php:2243 SelectOrderItems.php:1684 +#: CounterReturns.php:1635 CounterSales.php:2243 SelectOrderItems.php:1683 msgid "Enter partial Description" msgstr "" -#: CounterReturns.php:1643 CounterSales.php:2254 SelectOrderItems.php:1700 +#: CounterReturns.php:1643 CounterSales.php:2254 SelectOrderItems.php:1699 msgid "Use Quick Entry" msgstr "" @@ -6076,7 +6076,7 @@ #: CounterSales.php:2397 InternalStockRequest.php:546 #: InternalStockRequest.php:622 InternalStockRequest.php:742 MRPReport.php:741 #: SelectAsset.php:251 SelectCustomer.php:413 SelectCustomer.php:490 -#: SelectOrderItems.php:1721 SelectOrderItems.php:1844 SelectProduct.php:760 +#: SelectOrderItems.php:1720 SelectOrderItems.php:1843 SelectProduct.php:760 #: SelectSupplier.php:268 SelectSupplier.php:332 SupplierPriceList.php:261 #: SupplierTenderCreate.php:603 msgid "Next" @@ -6084,20 +6084,20 @@ #: CounterReturns.php:1671 CounterSales.php:2100 CounterSales.php:2281 #: InternalStockRequest.php:629 SelectOrderItems.php:1539 -#: SelectOrderItems.php:1727 +#: SelectOrderItems.php:1726 msgid "On Demand" msgstr "" #: CounterReturns.php:1672 CounterSales.php:2101 CounterSales.php:2282 #: InternalStockRequest.php:630 ReorderLevel.php:302 SelectOrderItems.php:1540 -#: SelectOrderItems.php:1728 StockLocStatus.php:178 StockStatus.php:98 +#: SelectOrderItems.php:1727 StockLocStatus.php:178 StockStatus.php:98 #: TopItems.php:169 msgid "On Order" msgstr "" #: CounterReturns.php:1673 CounterSales.php:2102 CounterSales.php:2283 #: InternalStockRequest.php:631 SelectOrderItems.php:1541 -#: SelectOrderItems.php:1729 StockDispatch.php:516 StockDispatch.php:517 +#: SelectOrderItems.php:1728 StockDispatch.php:516 StockDispatch.php:517 #: StockLocStatus.php:177 StockStatus.php:97 includes/OutputSerialItems.php:37 #: includes/PDFStockCheckPageHeader.inc:40 msgid "Available" @@ -6105,7 +6105,7 @@ #: CounterReturns.php:1699 CounterSales.php:2130 CounterSales.php:2309 #: InternalStockRequest.php:666 SelectOrderItems.php:1569 -#: SelectOrderItems.php:1758 StockCheck.php:222 StockLocStatus.php:196 +#: SelectOrderItems.php:1757 StockCheck.php:222 StockLocStatus.php:196 #: StockLocStatus.php:220 StockStatus.php:123 StockStatus.php:147 msgid "The demand for this product from" msgstr "" @@ -6114,7 +6114,7 @@ #: CounterSales.php:2163 CounterSales.php:2328 CounterSales.php:2342 #: InternalStockRequest.php:686 InternalStockRequest.php:700 #: SelectOrderItems.php:1589 SelectOrderItems.php:1603 -#: SelectOrderItems.php:1779 SelectOrderItems.php:1793 +#: SelectOrderItems.php:1778 SelectOrderItems.php:1792 msgid "The order details for this product cannot be retrieved because" msgstr "" @@ -6135,13 +6135,13 @@ msgstr "" #: CounterReturns.php:1824 CounterSales.php:2430 SelectCreditItems.php:1014 -#: SelectCreditItems.php:1065 SelectOrderItems.php:1854 -#: SelectOrderItems.php:1882 +#: SelectCreditItems.php:1065 SelectOrderItems.php:1853 +#: SelectOrderItems.php:1881 msgid "Quick Entry" msgstr "" #: CounterReturns.php:1825 CounterSales.php:2431 SelectCreditItems.php:1083 -#: SelectOrderItems.php:1883 SelectOrderItems.php:1913 +#: SelectOrderItems.php:1882 SelectOrderItems.php:1912 msgid "Search Parts" msgstr "" @@ -6240,7 +6240,7 @@ #: SupplierTransInquiry.php:107 Z_ImportChartOfAccounts.php:28 #: Z_ImportGLAccountGroups.php:26 Z_ImportGLAccountSections.php:29 #: Z_ImportPartCodes.php:31 includes/PDFOrderPageHeader_generic.inc:58 -#: includes/PO_PDFOrderPageHeader.inc:65 ../webSHOP/Checkout.php:433 +#: includes/PO_PDFOrderPageHeader.inc:65 ../webSHOP/Checkout.php:435 msgid "Comments" msgstr "" @@ -6290,7 +6290,7 @@ msgstr "" #: CounterSales.php:1103 DeliveryDetails.php:394 -#: RecurringSalesOrdersProcess.php:146 ../webSHOP/includes/PlaceOrder.php:68 +#: RecurringSalesOrdersProcess.php:146 ../webSHOP/includes/PlaceOrder.php:71 msgid "The order cannot be added because" msgstr "" @@ -6299,7 +6299,7 @@ msgstr "" #: CounterSales.php:1135 DeliveryDetails.php:423 -#: ../webSHOP/includes/PlaceOrder.php:90 +#: ../webSHOP/includes/PlaceOrder.php:93 msgid "Unable to add the sales order line" msgstr "" @@ -6417,7 +6417,7 @@ msgstr "" #: CounterSales.php:2262 InternalStockRequest.php:607 -#: SelectOrderItems.php:1712 +#: SelectOrderItems.php:1711 msgid "" "Select an item by entering the quantity required. Click Order when ready." msgstr "" @@ -6947,8 +6947,8 @@ #: Currencies.php:298 Currencies.php:457 CustomerBranches.php:663 #: Customers.php:474 Customers.php:778 Customers.php:817 #: DeliveryDetails.php:1071 FreightCosts.php:215 Suppliers.php:696 -#: Suppliers.php:900 ../webSHOP/Checkout.php:413 ../webSHOP/Checkout.php:472 -#: ../webSHOP/CreditCardPayPalPro.php:293 ../webSHOP/Register.php:651 +#: Suppliers.php:900 ../webSHOP/Checkout.php:415 ../webSHOP/Checkout.php:474 +#: ../webSHOP/CreditCardPayPalPro.php:294 ../webSHOP/Register.php:651 #: ../webSHOP/Register.php:693 msgid "Country" msgstr "" @@ -7019,7 +7019,7 @@ msgstr "" #: CustEDISetup.php:31 CustLoginSetup.php:51 Customers.php:66 -#: InternalStockCategoriesByRole.php:24 Stocks.php:135 SuppLoginSetup.php:51 +#: InternalStockCategoriesByRole.php:24 Stocks.php:138 SuppLoginSetup.php:51 #: TaxCategories.php:31 WorkCentres.php:35 WWW_Users.php:73 #: Z_ChangeBranchCode.php:28 Z_ImportStocks.php:116 msgid "or a space" @@ -7188,8 +7188,8 @@ msgstr "" #: CustLoginSetup.php:150 SMTPServer.php:103 SuppLoginSetup.php:133 -#: WWW_Users.php:454 includes/Login.php:99 ../webSHOP/Checkout.php:300 -#: ../webSHOP/Register.php:600 ../webSHOP/includes/header.php:224 +#: WWW_Users.php:454 includes/Login.php:99 ../webSHOP/Checkout.php:302 +#: ../webSHOP/Register.php:600 ../webSHOP/includes/header.php:239 msgid "Password" msgstr "" @@ -7570,7 +7570,7 @@ #: SupplierTenderCreate.php:366 SupplierTenderCreate.php:370 #: SupplierTenderCreate.php:374 SupplierTenderCreate.php:378 #: SupplierTenderCreate.php:382 SupplierTenderCreate.php:386 -#: ../webSHOP/includes/Functions.php:759 +#: ../webSHOP/includes/Functions.php:758 msgid "Address" msgstr "" @@ -7978,7 +7978,7 @@ msgstr "" #: CustomerInquiry.php:143 CustomerReceipt.php:987 PrintCustStatements.php:360 -#: SalesPeople.php:206 Shipments.php:406 Stocks.php:1163 Stocks.php:1165 +#: SalesPeople.php:206 Shipments.php:406 Stocks.php:1166 Stocks.php:1168 #: SupplierInquiry.php:143 includes/PDFAgedDebtorsPageHeader.inc:50 #: includes/PDFAgedSuppliersPageHeader.inc:36 msgid "Current" @@ -9108,7 +9108,7 @@ #: SelectCompletedOrder.php:88 SelectCompletedOrder.php:236 #: SelectContract.php:34 SelectSalesOrder.php:437 SelectSalesOrder.php:441 #: SelectWorkOrder.php:131 Shipt_Select.php:48 StockMovements.php:61 -#: Stocks.php:387 Stocks.php:1342 includes/PDFBOMListingPageHeader.inc:21 +#: Stocks.php:390 Stocks.php:1345 includes/PDFBOMListingPageHeader.inc:21 #: includes/PDFCustomerListPageHeader.inc:31 #: includes/PDFCustomerListPageHeader.inc:53 #: includes/PDFDebtorBalsPageHeader.inc:17 @@ -9580,7 +9580,7 @@ msgstr "" #: DeliveryDetails.php:1156 -msgid "Charge Freight Cost inc tax" +msgid "Charge Freight Cost ex tax" msgstr "" #: DeliveryDetails.php:1160 @@ -9603,7 +9603,7 @@ msgid "Quotation Only" msgstr "" -#: DeliveryDetails.php:1205 ../webSHOP/index.php:91 +#: DeliveryDetails.php:1205 ../webSHOP/index.php:95 msgid "Place Order" msgstr "" @@ -9787,7 +9787,7 @@ msgstr "" #: DiscountCategories.php:212 DiscountMatrix.php:162 StockDispatch.php:239 -#: Stocks.php:1251 +#: Stocks.php:1254 msgid "Discount Category" msgstr "" @@ -10569,8 +10569,8 @@ msgstr "" #: EmailConfirmation.php:215 EmailConfirmation.php:345 -#: SelectOrderItems.php:1370 SelectOrderItems.php:1859 -#: SelectOrderItems.php:1895 +#: SelectOrderItems.php:1370 SelectOrderItems.php:1858 +#: SelectOrderItems.php:1894 msgid "PO Line" msgstr "" @@ -10583,7 +10583,7 @@ #: EmailConfirmation.php:220 EmailConfirmation.php:350 MRPDemands.php:298 #: MRPDemands.php:399 MRPPlannedPurchaseOrders.php:339 #: MRPPlannedWorkOrders.php:260 MRPPlannedWorkOrders.php:393 MRPReport.php:414 -#: MRPReport.php:420 SelectOrderItems.php:1384 SelectOrderItems.php:1863 +#: MRPReport.php:420 SelectOrderItems.php:1384 SelectOrderItems.php:1862 #: SupplierTransInquiry.php:108 msgid "Due Date" msgstr "" @@ -10672,7 +10672,7 @@ msgid "A new factoring company for" msgstr "" -#: Factors.php:85 SalesAnalReptCols.php:186 Stocks.php:667 Suppliers.php:582 +#: Factors.php:85 SalesAnalReptCols.php:186 Stocks.php:670 Suppliers.php:582 msgid "has been added to the database" msgstr "" @@ -11093,7 +11093,7 @@ msgstr "" #: FixedAssetItems.php:57 Manufacturers.php:56 Manufacturers.php:128 -#: Stocks.php:94 Z_MakeNewCompany.php:145 +#: Stocks.php:97 Z_MakeNewCompany.php:145 msgid "Something is wrong with uploading a file" msgstr "" @@ -11109,7 +11109,7 @@ "description is required" msgstr "" -#: FixedAssetItems.php:94 Stocks.php:148 Z_ImportStocks.php:125 +#: FixedAssetItems.php:94 Stocks.php:151 Z_ImportStocks.php:125 msgid "The barcode must be 20 characters or less long" msgstr "" @@ -11176,7 +11176,7 @@ msgid "The new asset has been added to the database with an asset code of:" msgstr "" -#: FixedAssetItems.php:286 Stocks.php:705 +#: FixedAssetItems.php:286 Stocks.php:708 msgid "Validation failed, no updates or deletes took place" msgstr "" @@ -11234,7 +11234,7 @@ msgid "Asset Description" msgstr "" -#: FixedAssetItems.php:467 Stocks.php:959 +#: FixedAssetItems.php:467 Stocks.php:962 msgid "short" msgstr "" @@ -11242,7 +11242,7 @@ msgid "Enter the description of the item. Up to 50 characters can be used." msgstr "" -#: FixedAssetItems.php:477 Stocks.php:983 +#: FixedAssetItems.php:477 Stocks.php:986 msgid "long" msgstr "" @@ -11252,7 +11252,7 @@ "characters are allowed." msgstr "" -#: FixedAssetItems.php:484 SalesCategories.php:363 Stocks.php:987 +#: FixedAssetItems.php:484 SalesCategories.php:363 Stocks.php:990 msgid "Image File (.jpg)" msgstr "" @@ -11285,7 +11285,7 @@ msgid "Add Asset Location" msgstr "" -#: FixedAssetItems.php:560 StockCounts.php:112 Stocks.php:1241 +#: FixedAssetItems.php:560 StockCounts.php:112 Stocks.php:1244 #: includes/DefineLabelClass.php:50 msgid "Bar Code" msgstr "" @@ -11694,7 +11694,7 @@ msgstr "" #: FreightCosts.php:28 FreightCosts.php:83 -#: ../webSHOP/includes/PlaceOrder.php:271 +#: ../webSHOP/includes/PlaceOrder.php:274 msgid "Freight Costs" msgstr "" @@ -14262,8 +14262,8 @@ msgstr "" #: InternalStockRequest.php:545 MRPReport.php:740 SelectAsset.php:250 -#: SelectCustomer.php:412 SelectCustomer.php:489 SelectOrderItems.php:1719 -#: SelectOrderItems.php:1842 SelectProduct.php:759 SelectSupplier.php:267 +#: SelectCustomer.php:412 SelectCustomer.php:489 SelectOrderItems.php:1718 +#: SelectOrderItems.php:1841 SelectProduct.php:759 SelectSupplier.php:267 #: SelectSupplier.php:331 SupplierPriceList.php:260 #: SupplierTenderCreate.php:602 msgid "Previous" @@ -14279,7 +14279,7 @@ msgstr "" #: InternalStockRequest.php:581 SelectProduct.php:81 SelectProduct.php:796 -#: Stocks.php:1168 Stocks.php:1170 +#: Stocks.php:1171 Stocks.php:1173 msgid "Obsolete" msgstr "" @@ -14551,7 +14551,7 @@ #: MRPPlannedWorkOrders.php:321 PricesByCost.php:8 ReorderLevelLocation.php:12 #: ReorderLevel.php:194 SelectProduct.php:87 StockDispatch.php:319 #: StockMovements.php:22 StockQties_csv.php:8 StockQuantityByDate.php:10 -#: StockReorderLevel.php:18 StockSerialItemResearch.php:9 +#: StockReorderLevel.php:20 StockSerialItemResearch.php:9 #: StockSerialItems.php:9 StockStatus.php:45 StockTransferControlled.php:14 #: SuppLoginSetup.php:24 WWW_Users.php:16 includes/MainMenuLinksArray.php:26 msgid "Inventory" @@ -16359,7 +16359,7 @@ msgid "Offer ID" msgstr "" -#: OffersReceived.php:107 PurchData.php:459 Stocks.php:558 +#: OffersReceived.php:107 PurchData.php:459 Stocks.php:561 #: includes/PDFPeriodStockTransListingPageHeader.inc:47 msgid "Stock Item" msgstr "" @@ -16475,7 +16475,7 @@ msgid "The SQL that failed to get the order header was" msgstr "" -#: OrderDetails.php:56 ../webSHOP/index.php:85 +#: OrderDetails.php:56 ../webSHOP/index.php:89 msgid "Order Details" msgstr "" @@ -16578,7 +16578,7 @@ #: OutstandingGRNs.php:183 SpecialOrder.php:735 #: includes/PDFTransPageHeader.inc:209 #: includes/PDFTransPageHeaderPortrait.inc:266 -#: ../webSHOP/includes/PlaceOrder.php:235 +#: ../webSHOP/includes/PlaceOrder.php:238 msgid "Unit Price" msgstr "" @@ -19845,7 +19845,7 @@ msgid "Price per item" msgstr "" -#: PO_Items.php:839 Stocks.php:1107 includes/PO_ReadInOrder.inc:179 +#: PO_Items.php:839 Stocks.php:1110 includes/PO_ReadInOrder.inc:179 msgid "each" msgstr "" @@ -20830,7 +20830,7 @@ msgstr "" #: Prices.php:32 PurchData.php:51 StockCostUpdate.php:18 -#: StockReorderLevel.php:15 Stocks.php:61 WhereUsedInquiry.php:15 +#: StockReorderLevel.php:17 Stocks.php:61 WhereUsedInquiry.php:15 msgid "Back to Items" msgstr "" @@ -21834,20 +21834,20 @@ msgstr "" #: PurchData.php:771 SelectProduct.php:400 StockCostUpdate.php:195 -#: StockLocMovements.php:53 StockMovements.php:61 StockReorderLevel.php:112 +#: StockLocMovements.php:53 StockMovements.php:61 StockReorderLevel.php:109 #: StockUsage.php:193 msgid "Show Stock Movements" msgstr "" #: PurchData.php:772 SelectProduct.php:405 SelectSalesOrder.php:6 #: StockAdjustments.php:514 StockCostUpdate.php:197 StockMovements.php:207 -#: StockReorderLevel.php:114 StockStatus.php:400 StockTransfers.php:579 +#: StockReorderLevel.php:111 StockStatus.php:400 StockTransfers.php:579 #: StockUsage.php:195 msgid "Search Outstanding Sales Orders" msgstr "" #: PurchData.php:773 SelectProduct.php:406 StockAdjustments.php:516 -#: StockCostUpdate.php:198 StockMovements.php:208 StockReorderLevel.php:115 +#: StockCostUpdate.php:198 StockMovements.php:208 StockReorderLevel.php:112 #: StockStatus.php:401 StockTransfers.php:581 StockUsage.php:197 msgid "Search Completed Sales Orders" msgstr "" @@ -21923,17 +21923,17 @@ msgid "Recurring Order for Customer" msgstr "" -#: RecurringSalesOrders.php:393 ../webSHOP/Checkout.php:452 -#: ../webSHOP/Checkout.php:456 ../webSHOP/CreditCardPayPalPro.php:280 +#: RecurringSalesOrders.php:393 ../webSHOP/Checkout.php:454 +#: ../webSHOP/Checkout.php:458 ../webSHOP/CreditCardPayPalPro.php:281 msgid "Street" msgstr "" -#: RecurringSalesOrders.php:397 ../webSHOP/Checkout.php:460 +#: RecurringSalesOrders.php:397 ../webSHOP/Checkout.php:462 msgid "Suburb" msgstr "" -#: RecurringSalesOrders.php:401 ../webSHOP/Checkout.php:464 -#: ../webSHOP/CreditCardPayPalPro.php:282 +#: RecurringSalesOrders.php:401 ../webSHOP/Checkout.php:466 +#: ../webSHOP/CreditCardPayPalPro.php:283 msgid "City" msgstr "" @@ -24078,11 +24078,11 @@ msgid "Process Credit Note" msgstr "" -#: SelectCreditItems.php:1013 SelectOrderItems.php:1703 +#: SelectCreditItems.php:1013 SelectOrderItems.php:1702 msgid "Change Customer" msgstr "" -#: SelectCreditItems.php:1067 SelectOrderItems.php:1861 +#: SelectCreditItems.php:1067 SelectOrderItems.php:1860 #: Z_ImportPartCodes.php:29 msgid "Part Code" msgstr "" @@ -24636,68 +24636,68 @@ msgid "Enter Delivery Details and Confirm Order" msgstr "" -#: SelectOrderItems.php:1651 SelectOrderItems.php:1720 -#: SelectOrderItems.php:1843 +#: SelectOrderItems.php:1650 SelectOrderItems.php:1719 +#: SelectOrderItems.php:1842 msgid "Add to Sales Order" msgstr "" -#: SelectOrderItems.php:1656 SelectOrderItems.php:1657 +#: SelectOrderItems.php:1655 SelectOrderItems.php:1656 msgid "Search for Order Items" msgstr "" -#: SelectOrderItems.php:1704 +#: SelectOrderItems.php:1703 msgid "Fixed Asset Disposal" msgstr "" -#: SelectOrderItems.php:1854 +#: SelectOrderItems.php:1853 msgid "Use this screen for the " msgstr "" -#: SelectOrderItems.php:1854 +#: SelectOrderItems.php:1853 msgid " of products to be ordered" msgstr "" -#: SelectOrderItems.php:1871 +#: SelectOrderItems.php:1870 msgid "Enter the customer purchase order reference" msgstr "" -#: SelectOrderItems.php:1873 +#: SelectOrderItems.php:1872 msgid "Enter the item code ordered" msgstr "" -#: SelectOrderItems.php:1874 +#: SelectOrderItems.php:1873 msgid "Enter the quantity of the item ordered by the customer" msgstr "" -#: SelectOrderItems.php:1876 +#: SelectOrderItems.php:1875 msgid "Enter the date that the customer requires delivery by" msgstr "" -#: SelectOrderItems.php:1889 +#: SelectOrderItems.php:1888 msgid "Use this screen to select an asset to dispose of to this customer" msgstr "" -#: SelectOrderItems.php:1896 +#: SelectOrderItems.php:1895 msgid "Enter the customer's purchase order reference" msgstr "" -#: SelectOrderItems.php:1900 +#: SelectOrderItems.php:1899 msgid "Asset to Dispose Of" msgstr "" -#: SelectOrderItems.php:1903 +#: SelectOrderItems.php:1902 msgid "Select Asset To Dispose of From the List Below" msgstr "" -#: SelectOrderItems.php:1912 +#: SelectOrderItems.php:1911 msgid "Add Asset To Order" msgstr "" -#: SelectOrderItems.php:1926 +#: SelectOrderItems.php:1925 msgid "Cancel Whole Order" msgstr "" -#: SelectOrderItems.php:1926 +#: SelectOrderItems.php:1925 msgid "Are you sure you wish to cancel this entire order?" msgstr "" @@ -24786,7 +24786,7 @@ msgstr "" #: SelectProduct.php:331 StockLocStatus.php:173 StockQuantityByDate.php:109 -#: StockReorderLevel.php:55 StockSerialItems.php:108 StockSerialItems.php:111 +#: StockReorderLevel.php:57 StockSerialItems.php:108 StockSerialItems.php:111 #: StockSerialItems.php:114 StockSerialItems.php:119 StockSerialItems.php:123 #: StockSerialItems.php:127 StockStatus.php:93 msgid "Quantity On Hand" @@ -24825,7 +24825,7 @@ msgstr "" #: SelectProduct.php:403 StockAdjustments.php:512 StockCostUpdate.php:196 -#: StockMovements.php:206 StockReorderLevel.php:113 StockTransfers.php:577 +#: StockMovements.php:206 StockReorderLevel.php:110 StockTransfers.php:577 #: StockUsage.php:93 msgid "Show Stock Usage" msgstr "" @@ -25946,9 +25946,9 @@ msgid "Enter the raw html without any line breaks" msgstr "" -#: ShopParameters.php:254 ../webSHOP/Checkout.php:196 +#: ShopParameters.php:254 ../webSHOP/Checkout.php:198 #: ../webSHOP/CreditCardPayFlowPro.php:199 -#: ../webSHOP/CreditCardPayPalPro.php:205 ../webSHOP/index.php:14 +#: ../webSHOP/CreditCardPayPalPro.php:206 ../webSHOP/index.php:14 #: ../webSHOP/ItemDetails.php:22 ../webSHOP/Register.php:482 #: ../webSHOP/includes/footer.php:6 ../webSHOP/includes/InfoLinks.php:6 msgid "Terms and Conditions" @@ -25960,11 +25960,11 @@ "conditions associated with sales from the web-shop" msgstr "" -#: ShopParameters.php:260 ../webSHOP/Checkout.php:200 +#: ShopParameters.php:260 ../webSHOP/Checkout.php:202 #: ../webSHOP/CreditCardPayFlowPro.php:203 -#: ../webSHOP/CreditCardPayPalPro.php:209 ../webSHOP/index.php:18 +#: ../webSHOP/CreditCardPayPalPro.php:210 ../webSHOP/index.php:18 #: ../webSHOP/ItemDetails.php:26 ../webSHOP/Register.php:486 -#: ../webSHOP/includes/footer.php:7 ../webSHOP/includes/InfoLinks.php:18 +#: ../webSHOP/includes/footer.php:9 ../webSHOP/includes/InfoLinks.php:18 msgid "About Us" msgstr "" @@ -25974,8 +25974,7 @@ "us to users of the web-store." msgstr "" -#: ShopParameters.php:265 ../webSHOP/includes/footer.php:9 -#: ../webSHOP/includes/header.php:210 +#: ShopParameters.php:265 ../webSHOP/includes/footer.php:10 msgid "Contact Us" msgstr "" @@ -25985,7 +25984,9 @@ "information to users of the web-store." msgstr "" -#: ShopParameters.php:271 +#: ShopParameters.php:271 ../webSHOP/Checkout.php:214 ../webSHOP/index.php:26 +#: ../webSHOP/ItemDetails.php:34 ../webSHOP/Register.php:498 +#: ../webSHOP/includes/footer.php:8 ../webSHOP/includes/InfoLinks.php:14 msgid "Freight Policy" msgstr "" @@ -26655,7 +26656,7 @@ msgid "Check Part" msgstr "" -#: StockAdjustments.php:423 StockReorderLevel.php:50 StockTransfers.php:491 +#: StockAdjustments.php:423 StockReorderLevel.php:52 StockTransfers.php:491 msgid "In Units of" msgstr "" @@ -27399,7 +27400,7 @@ msgid "Only items currently on order" msgstr "" -#: StockLocStatus.php:163 StockReorderLevel.php:40 StockStatus.php:77 +#: StockLocStatus.php:163 StockReorderLevel.php:42 StockStatus.php:77 msgid "The stock held at each location cannot be retrieved because" msgstr "" @@ -27413,7 +27414,7 @@ msgid "Bin Loc" msgstr "رقم القطاع" -#: StockLocStatus.php:175 StockReorderLevel.php:56 StockStatus.php:94 +#: StockLocStatus.php:175 StockReorderLevel.php:58 StockStatus.php:94 msgid "Re-Order Level" msgstr "" @@ -27816,10 +27817,22 @@ msgid "Stock Re-Order Level Maintenance" msgstr "" -#: StockReorderLevel.php:47 +#: StockReorderLevel.php:49 +#, fuzzy +msgid "" +"The stock id should not contains illegal characters and blank or percentage " +"mark is not allowed" +msgstr "لا يمكن ان يحتوى اسم العضوية على الحرف" + +#: StockReorderLevel.php:49 msgid "Show Re-Order Levels" msgstr "" +#: StockReorderLevel.php:89 +#, php-format +msgid "Input safety stock quantity" +msgstr "" + #: StockSerialItemResearch.php:5 msgid "Serial Item Research" msgstr "" @@ -27925,7 +27938,7 @@ #: SupplierTenders.php:331 includes/InputSerialItems.php:122 #: includes/InputSerialItems.php:129 includes/OutputSerialItems.php:39 #: includes/OutputSerialItems.php:44 ../webSHOP/CreditCardPayFlowPro.php:245 -#: ../webSHOP/CreditCardPayPalPro.php:310 +#: ../webSHOP/CreditCardPayPalPro.php:311 msgid "Expiry Date" msgstr "" @@ -27938,555 +27951,561 @@ msgid "Total quantity" msgstr "" -#: Stocks.php:117 Z_ImportStocks.php:104 +#: Stocks.php:84 msgid "" +"No tmp directory set. You must have a tmp directory set in your PHP for " +"upload of files. " +msgstr "" + +#: Stocks.php:120 Z_ImportStocks.php:104 +msgid "" "The stock item description must be entered and be fifty characters or less " "long" msgstr "" -#: Stocks.php:117 Z_ImportStocks.php:104 +#: Stocks.php:120 Z_ImportStocks.php:104 msgid "It cannot be a zero length string either" msgstr "" -#: Stocks.php:117 Z_ImportStocks.php:104 +#: Stocks.php:120 Z_ImportStocks.php:104 msgid "a description is required" msgstr "" -#: Stocks.php:123 Z_ImportStocks.php:108 +#: Stocks.php:126 Z_ImportStocks.php:108 msgid "The stock item description cannot be a zero length string" msgstr "" -#: Stocks.php:123 Z_ImportStocks.php:108 +#: Stocks.php:126 Z_ImportStocks.php:108 msgid "a long description is required" msgstr "" -#: Stocks.php:129 Z_ImportStocks.php:112 +#: Stocks.php:132 Z_ImportStocks.php:112 msgid "The Stock Item code cannot be empty" msgstr "" -#: Stocks.php:135 Z_ImportStocks.php:116 +#: Stocks.php:138 Z_ImportStocks.php:116 msgid "The stock item code cannot contain any of the following characters" msgstr "" -#: Stocks.php:142 Z_ImportStocks.php:121 +#: Stocks.php:145 Z_ImportStocks.php:121 msgid "The unit of measure must be 20 characters or less long" msgstr "" -#: Stocks.php:154 Z_ImportStocks.php:133 +#: Stocks.php:157 Z_ImportStocks.php:133 msgid "The volume of the packaged item in cubic metres must be numeric" msgstr "" -#: Stocks.php:160 Z_ImportStocks.php:137 +#: Stocks.php:163 Z_ImportStocks.php:137 msgid "The volume of the packaged item must be a positive number" msgstr "" -#: Stocks.php:166 +#: Stocks.php:169 msgid "The weight of the packaged item in Gross Weight must be numeric" msgstr "" -#: Stocks.php:172 Z_ImportStocks.php:145 +#: Stocks.php:175 Z_ImportStocks.php:145 msgid "The weight of the packaged item must be a positive number" msgstr "" -#: Stocks.php:178 +#: Stocks.php:181 #, fuzzy msgid "The net weight of the item in Net Weight must be numeric" msgstr "يجب ان يكون القسم فى الحساب عدد صحيح" -#: Stocks.php:184 +#: Stocks.php:187 #, fuzzy msgid "The net weight of the item must be a positive number" msgstr "قسم الرقم يجب ان يكون عدد صحيح" -#: Stocks.php:190 Z_ImportStocks.php:149 +#: Stocks.php:193 Z_ImportStocks.php:149 msgid "The economic order quantity must be numeric" msgstr "" -#: Stocks.php:196 Z_ImportStocks.php:153 +#: Stocks.php:199 Z_ImportStocks.php:153 msgid "The economic order quantity must be a positive number" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "The item can only be serialised if there is lot control enabled already" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "Batch control" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "" "with any number of items in a lot/bundle/roll is enabled when controlled is " "enabled" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "Serialised control requires that only one item is in the batch" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "For serialised control" msgstr "" -#: Stocks.php:202 Z_ImportStocks.php:157 +#: Stocks.php:205 Z_ImportStocks.php:157 msgid "both controlled and serialised must be enabled" msgstr "" -#: Stocks.php:208 +#: Stocks.php:211 msgid "" "The item can only have automatically generated serial numbers if it is a " "serialised item" msgstr "" -#: Stocks.php:214 +#: Stocks.php:217 msgid "" "The item can only have automatically generated serial numbers if it is a " "manufactured item" msgstr "" -#: Stocks.php:225 +#: Stocks.php:228 msgid "" "Assembly/Kitset/Phantom/Service/Labour items cannot also be controlled items" msgstr "" -#: Stocks.php:225 +#: Stocks.php:228 msgid "" "Assemblies/Dummies/Phantom and Kitsets are not physical items and batch/" "serial control is therefore not appropriate" msgstr "" -#: Stocks.php:231 Z_ImportStocks.php:171 +#: Stocks.php:234 Z_ImportStocks.php:171 msgid "" "There are no inventory categories defined. All inventory items must belong " "to a valid inventory category," msgstr "" -#: Stocks.php:237 +#: Stocks.php:240 msgid "Pansize quantity must be numeric" msgstr "" -#: Stocks.php:243 +#: Stocks.php:246 msgid "Shrinkage factor quantity must be numeric" msgstr "" -#: Stocks.php:300 Stocks.php:305 +#: Stocks.php:303 Stocks.php:308 msgid "The make or buy flag cannot be changed from" msgstr "" -#: Stocks.php:300 +#: Stocks.php:303 msgid "where there is a quanti... [truncated message content] |