|
From: <rc...@us...> - 2016-05-12 17:05:04
|
Revision: 7516
http://sourceforge.net/p/web-erp/reponame/7516
Author: rchacon
Date: 2016-05-12 17:04:59 +0000 (Thu, 12 May 2016)
Log Message:
-----------
Fix blank line caused by reverse character RTL. Clean up code.
Modified Paths:
--------------
trunk/UserSettings.php
trunk/doc/Manual/ManualGettingStarted.html
trunk/includes/LanguagesArray.php
trunk/locale/he_IL.utf8/LC_MESSAGES/messages.mo
trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po
Modified: trunk/UserSettings.php
===================================================================
--- trunk/UserSettings.php 2016-05-11 21:29:23 UTC (rev 7515)
+++ trunk/UserSettings.php 2016-05-12 17:04:59 UTC (rev 7516)
@@ -1,13 +1,17 @@
<?php
-
/* $Id$*/
+/* Allows the user to change system wide defaults for the theme - appearance, the number of records to show in searches and the language to display messages in */
include('includes/session.inc');
$Title = _('User Settings');
+$ViewTopic = 'GettingStarted';
+$BookMark = 'UserSettings';
include('includes/header.inc');
-echo '<p class="page_title_text"><img src="'.$RootPath.'/css/'.$Theme.'/images/user.png" title="' .
- _('User Settings') . '" alt="" />' . ' ' . _('User Settings') . '</p>';
+echo '<p class="page_title_text"><img alt="" src="', $RootPath, '/css/', $Theme,
+ '/images/user.png" title="',// Icon image.
+ _('User Settings'), '" /> ',// Icon title.
+ _('User Settings'), '</p>';// Page title.
$PDFLanguages = array(_('Latin Western Languages - Times'),
_('Eastern European Russian Japanese Korean Hebrew Arabic Thai'),
@@ -123,26 +127,24 @@
<td><input type="text" class="integer" required="required" title="'._('The input must be positive integer').'" name="DisplayRecordsMax" size="3" maxlength="3" value="' . $_POST['DisplayRecordsMax'] . '" /></td>
</tr>';
-
+// Select language:
echo '<tr>
- <td>' . _('Language') . ':</td>
+ <td>', _('Language'), ':</td>
<td><select name="Language">';
-
-if (!isset($_POST['Language'])){
- $_POST['Language']=$_SESSION['Language'];
+if(!isset($_POST['Language'])) {
+ $_POST['Language'] = $_SESSION['Language'];
}
-
-foreach ($LanguagesArray as $LanguageEntry => $LanguageName){
- if (isset($_POST['Language']) AND $_POST['Language'] == $LanguageEntry){
- echo '<option selected="selected" value="' . $LanguageEntry . '">' . $LanguageName['LanguageName'] . '</option>';
- } elseif (!isset($_POST['Language']) AND $LanguageEntry == $DefaultLanguage) {
- echo '<option selected="selected" value="' . $LanguageEntry . '">' . $LanguageName['LanguageName'] . '</option>';
- } else {
- echo '<option value="' . $LanguageEntry . '">' . $LanguageName['LanguageName'] . '</option>';
+foreach($LanguagesArray as $LanguageEntry => $LanguageName) {
+ echo '<option ';
+ if(isset($_POST['Language']) AND $_POST['Language'] == $LanguageEntry) {
+ echo 'selected="selected" ';
}
+ echo 'value="', $LanguageEntry, '">', $LanguageName['LanguageName'], '</option>';
}
-echo '</select></td></tr>';
+echo '</select></td>
+ </tr>';
+// Select theme:
echo '<tr>
<td>' . _('Theme') . ':</td>
<td><select name="Theme">';
@@ -217,4 +219,4 @@
</form>';
include('includes/footer.inc');
-?>
\ No newline at end of file
+?>
Modified: trunk/doc/Manual/ManualGettingStarted.html
===================================================================
--- trunk/doc/Manual/ManualGettingStarted.html 2016-05-11 21:29:23 UTC (rev 7515)
+++ trunk/doc/Manual/ManualGettingStarted.html 2016-05-12 17:04:59 UTC (rev 7516)
@@ -331,7 +331,7 @@
<div class="floatright">
<a class="minitext" href="#top">⬆ Top</a>
</div>
-<h2>Themes and GUI Modification</h2>
+<h2><a id="UserSettings">Themes and GUI Modification</a></h2>
<p>Often what visually appeals to one does not appeal to another. Whilst accounting software is primarily about function - appearances do matter! Some flexibility is available with the colour scheme and font sizes of the GUI using cascading style sheets (css).</p>
Modified: trunk/includes/LanguagesArray.php
===================================================================
--- trunk/includes/LanguagesArray.php 2016-05-11 21:29:23 UTC (rev 7515)
+++ trunk/includes/LanguagesArray.php 2016-05-12 17:04:59 UTC (rev 7516)
@@ -67,7 +67,7 @@
$LanguagesArray['he_IL.utf8']['LanguageName'] = 'עברית';
$LanguagesArray['he_IL.utf8']['WindowsLocale'] = 'hebrew';
$LanguagesArray['he_IL.utf8']['DecimalPoint'] = '.';
-$LanguagesArray['he.IL.utf8']['ThousandsSeparator'] = ',';
+$LanguagesArray['he_IL.utf8']['ThousandsSeparator'] = ',';
$LanguagesArray['hi_IN.utf8']['LanguageName'] = 'हिन्दी, हिंदी';
$LanguagesArray['hi_IN.utf8']['WindowsLocale'] = 'hindi';
@@ -184,5 +184,5 @@
$LanguagesArray['zh_TW.utf8']['DecimalPoint'] = '.';
$LanguagesArray['zh_TW.utf8']['ThousandsSeparator'] = ',';
-asort($LanguagesArray);
+/*asort($LanguagesArray);*/
?>
Modified: trunk/locale/he_IL.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po 2016-05-11 21:29:23 UTC (rev 7515)
+++ trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po 2016-05-12 17:04:59 UTC (rev 7516)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: webERP 4.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-05-17 13:40+1200\n"
+"POT-Creation-Date: 2016-05-12 10:59-0600\n"
"PO-Revision-Date: 2016-05-11 01:58+0200\n"
"Last-Translator: Hagay Mandel <ma...@ne...>\n"
"Language-Team: WebERP Translation Team <web-erp-translation@lists."
@@ -20,7 +20,7 @@
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-SourceCharset: UTF-8\n"
-#: AccountGroups.php:6 includes/MainMenuLinksArray.php:391
+#: AccountGroups.php:6 includes/MainMenuLinksArray.php:399
msgid "Account Groups"
msgstr "קבוצות חשבון"
@@ -165,17 +165,17 @@
#: Factors.php:134 FixedAssetCategories.php:137 GLAccounts.php:79
#: GLAccounts.php:95 Locations.php:279 Locations.php:287 Locations.php:298
#: Locations.php:307 Locations.php:316 Locations.php:325 Locations.php:334
-#: Locations.php:343 Locations.php:351 Manufacturers.php:154
+#: Locations.php:343 Locations.php:351 Manufacturers.php:185
#: MRPDemandTypes.php:87 PaymentMethods.php:143 PaymentTerms.php:146
-#: PaymentTerms.php:153 PcExpenses.php:161 SalesCategories.php:128
-#: SalesCategories.php:135 SalesPeople.php:159 SalesPeople.php:166
+#: PaymentTerms.php:153 PcExpenses.php:161 SalesCategories.php:147
+#: SalesCategories.php:154 SalesPeople.php:159 SalesPeople.php:166
#: SalesPeople.php:172 SalesTypes.php:140 SalesTypes.php:150 Shippers.php:81
-#: Shippers.php:93 StockCategories.php:216 Stocks.php:762 Stocks.php:771
-#: Stocks.php:779 Stocks.php:787 Stocks.php:795 Stocks.php:803 Stocks.php:811
-#: Stocks.php:819 Suppliers.php:646 Suppliers.php:655 Suppliers.php:663
-#: SupplierTypes.php:126 TaxCategories.php:132 TaxGroups.php:134
-#: TaxGroups.php:142 TaxProvinces.php:129 UnitsOfMeasure.php:135
-#: WorkCentres.php:89 WorkCentres.php:95 WWW_Access.php:88
+#: Shippers.php:93 StockCategories.php:216 Stocks.php:767 Stocks.php:776
+#: Stocks.php:784 Stocks.php:792 Stocks.php:800 Stocks.php:808 Stocks.php:816
+#: Stocks.php:824 Suppliers.php:646 Suppliers.php:655 Suppliers.php:663
+#: SupplierTypes.php:126 TaxCategories.php:132 TaxGroups.php:135
+#: TaxGroups.php:143 TaxProvinces.php:129 UnitsOfMeasure.php:135
+#: WorkCentres.php:91 WorkCentres.php:97 WWW_Access.php:88
msgid "There are"
msgstr "ישנם"
@@ -225,12 +225,13 @@
msgid "Could not get account groups because"
msgstr "לא ניתן למצוא את קבוצת החשבון כי"
-#: AccountGroups.php:282 AccountSections.php:169 AddCustomerContacts.php:25
-#: AddCustomerContacts.php:27 AddCustomerNotes.php:101
-#: AddCustomerTypeNotes.php:94 AgedDebtors.php:454 AgedSuppliers.php:276
-#: Areas.php:144 AuditTrail.php:11 BOMExtendedQty.php:256 BOMIndented.php:249
-#: BOMIndentedReverse.php:236 BOMInquiry.php:186 BOMListing.php:110
-#: BOMs.php:239 BOMs.php:890 COGSGLPostings.php:19 CompanyPreferences.php:102
+#: AccountGroups.php:282 AddCustomerContacts.php:25 AddCustomerContacts.php:27
+#: AddCustomerNotes.php:101 AddCustomerTypeNotes.php:94 AgedDebtors.php:453
+#: AgedSuppliers.php:276 Areas.php:144 AuditTrail.php:11
+#: BOMExtendedQty.php:256 BOMIndented.php:249 BOMIndentedReverse.php:236
+#: BOMInquiry.php:186 BOMListing.php:110 BOMs.php:277 BOMs.php:970
+#: COGSGLPostings.php:19 CollectiveWorkOrderCost.php:7
+#: CollectiveWorkOrderCost.php:273 CompanyPreferences.php:102
#: CounterReturns.php:1629 CounterSales.php:2097 CounterSales.php:2193
#: Credit_Invoice.php:276 CreditStatus.php:21 CustEDISetup.php:17
#: CustItem.php:120 CustItem.php:210 CustItem.php:238
@@ -242,8 +243,8 @@
#: HistoricalTestResults.php:42 InternalStockRequest.php:311
#: InventoryPlanning.php:459 InventoryPlanningPrefSupplier.php:386
#: MaintenanceTasks.php:14 MaintenanceUserSchedule.php:16 MRPReport.php:544
-#: NoSalesItems.php:91 PcAssignCashToTab.php:59 PcAssignCashToTab.php:133
-#: PcAssignCashToTab.php:149 PcAssignCashToTab.php:193 PDFPickingList.php:29
+#: NoSalesItems.php:91 PcAssignCashToTab.php:59 PcAssignCashToTab.php:144
+#: PcAssignCashToTab.php:160 PcAssignCashToTab.php:207 PDFPickingList.php:29
#: PDFStockLocTransfer.php:16 PO_AuthorisationLevels.php:10 POReport.php:60
#: POReport.php:64 POReport.php:68 PO_SelectOSPurchOrder.php:153
#: PriceMatrix.php:16 PricesBasedOnMarkUp.php:8 Prices_Customer.php:35
@@ -253,25 +254,24 @@
#: SalesAnalReptCols.php:51 SalesAnalRepts.php:14 SalesCategories.php:11
#: SalesGLPostings.php:19 SalesGraph.php:40 SalesPeople.php:28
#: SalesTypes.php:20 SelectAsset.php:48 SelectCompletedOrder.php:11
-#: SelectContract.php:69 SelectCreditItems.php:220 SelectCreditItems.php:291
-#: SelectCustomer.php:266 SelectGLAccount.php:65 SelectOrderItems.php:559
-#: SelectOrderItems.php:1467 SelectOrderItems.php:1567 SelectProduct.php:502
+#: SelectContract.php:69 SelectCreditItems.php:221 SelectCreditItems.php:292
+#: SelectCustomer.php:331 SelectGLAccount.php:77 SelectOrderItems.php:559
+#: SelectOrderItems.php:1469 SelectOrderItems.php:1569 SelectProduct.php:522
#: SelectQASamples.php:45 SelectSalesOrder.php:512 SelectSupplier.php:14
-#: SelectSupplier.php:220 SelectWorkOrder.php:9 SelectWorkOrder.php:174
+#: SelectSupplier.php:222 SelectWorkOrder.php:9 SelectWorkOrder.php:174
#: SellThroughSupport.php:229 ShipmentCosting.php:11 Shipments.php:17
#: Shippers.php:123 Shippers.php:160 Shipt_Select.php:8
-#: StockLocMovements.php:14 StockLocStatus.php:29
-#: StockSerialItemResearch.php:30 SupplierPriceList.php:14
-#: SupplierPriceList.php:224 SupplierPriceList.php:394
-#: SupplierPriceList.php:398 SupplierPriceList.php:449
-#: SupplierPriceList.php:499 Suppliers.php:304 SupplierTenderCreate.php:556
-#: SupplierTenderCreate.php:664 SupplierTenders.php:322
-#: SupplierTenders.php:388 SupplierTransInquiry.php:10 TestPlanResults.php:27
-#: TopItems.php:118 UnitsOfMeasure.php:10 WhereUsedInquiry.php:18
-#: WorkCentres.php:111 WorkCentres.php:163 WorkOrderCosting.php:22
+#: StockLocMovements.php:14 StockSerialItemResearch.php:30
+#: SupplierPriceList.php:14 SupplierPriceList.php:224
+#: SupplierPriceList.php:394 SupplierPriceList.php:398
+#: SupplierPriceList.php:449 SupplierPriceList.php:499 Suppliers.php:304
+#: SupplierTenderCreate.php:556 SupplierTenderCreate.php:664
+#: SupplierTenders.php:322 SupplierTenders.php:388 SupplierTransInquiry.php:10
+#: TestPlanResults.php:27 TopItems.php:118 UnitsOfMeasure.php:10
+#: WhereUsedInquiry.php:18 WorkCentres.php:113 WorkOrderCosting.php:22
#: WorkOrderEntry.php:11 WorkOrderIssue.php:22 WorkOrderReceive.php:34
#: WorkOrderStatus.php:58 WWW_Users.php:34 Z_BottomUpCosts.php:57
-#: ../webSHOP/includes/header.php:217
+#: ../webSHOP/includes/header.php:251
msgid "Search"
msgstr "חיפוש"
@@ -288,30 +288,31 @@
msgstr "TB-הסדר ב"
#: AccountGroups.php:289 AccountGroups.php:441 GLProfit_Loss.php:6
-#: GLProfit_Loss.php:135 GLProfit_Loss.php:136 GLProfit_Loss.php:187
-#: SelectGLAccount.php:23 SelectGLAccount.php:37 SelectGLAccount.php:51
+#: GLProfit_Loss.php:135 GLProfit_Loss.php:136 GLProfit_Loss.php:188
+#: SelectGLAccount.php:23 SelectGLAccount.php:41 SelectGLAccount.php:59
msgid "Profit and Loss"
msgstr "רווח והפסד"
#: AccountGroups.php:307 AccountGroups.php:310 AccountGroups.php:445
-#: AccountGroups.php:447 BOMs.php:128 BOMs.php:802 BOMs.php:804
+#: AccountGroups.php:447 BOMs.php:132 BOMs.php:875 BOMs.php:877
#: CompanyPreferences.php:425 CompanyPreferences.php:427
#: CompanyPreferences.php:440 CompanyPreferences.php:442
#: CompanyPreferences.php:455 CompanyPreferences.php:457
#: ContractCosting.php:202 Currencies.php:342 Currencies.php:520
#: Currencies.php:522 CustomerBranches.php:452 Customers.php:659
#: Customers.php:1049 Customers.php:1055 Customers.php:1058
-#: DailyBankTransactions.php:156 DeliveryDetails.php:1157
-#: DeliveryDetails.php:1198 DeliveryDetails.php:1201 FormDesigner.php:101
-#: GLTransInquiry.php:74 Labels.php:601 Labels.php:603 Labels.php:628
-#: Locations.php:446 Locations.php:668 Locations.php:670 Locations.php:683
-#: Locations.php:685 Locations.php:701 MRPCalendar.php:224 MRP.php:554
-#: MRP.php:558 MRP.php:562 MRP.php:566 MRP.php:570 PaymentMethods.php:206
-#: PaymentMethods.php:207 PaymentMethods.php:208 PaymentMethods.php:209
-#: PaymentMethods.php:275 PaymentMethods.php:282 PaymentMethods.php:289
-#: PaymentMethods.php:296 PcAuthorizeExpenses.php:248 PDFChequeListing.php:65
-#: PDFDeliveryDifferences.php:76 PDFDIFOT.php:80 PDFWOPrint.php:600
-#: PDFWOPrint.php:604 PO_AuthorisationLevels.php:134
+#: DailyBankTransactions.php:212 DeliveryDetails.php:1158
+#: DeliveryDetails.php:1199 DeliveryDetails.php:1202 FormDesigner.php:101
+#: GLAccountUsers.php:181 GLAccountUsers.php:190 GLTransInquiry.php:74
+#: Labels.php:606 Labels.php:608 Labels.php:634 Locations.php:446
+#: Locations.php:670 Locations.php:672 Locations.php:685 Locations.php:687
+#: Locations.php:703 MRPCalendar.php:224 MRP.php:554 MRP.php:558 MRP.php:562
+#: MRP.php:566 MRP.php:570 PaymentMethods.php:206 PaymentMethods.php:207
+#: PaymentMethods.php:208 PaymentMethods.php:209 PaymentMethods.php:275
+#: PaymentMethods.php:282 PaymentMethods.php:289 PaymentMethods.php:296
+#: PcAuthorizeExpenses.php:248 PDFChequeListing.php:65
+#: PDFDeliveryDifferences.php:76 PDFDIFOT.php:80 PDFWOPrint.php:602
+#: PDFWOPrint.php:606 PO_AuthorisationLevels.php:134
#: PO_AuthorisationLevels.php:139 PO_Header.php:807 PO_PDFPurchOrder.php:413
#: PO_PDFPurchOrder.php:416 ProductSpecs.php:188 ProductSpecs.php:409
#: ProductSpecs.php:414 ProductSpecs.php:420 ProductSpecs.php:425
@@ -327,17 +328,17 @@
#: SalesAnalReptCols.php:284 SalesAnalReptCols.php:419
#: SalesAnalReptCols.php:422 SalesAnalRepts.php:420 SalesAnalRepts.php:423
#: SalesAnalRepts.php:448 SalesAnalRepts.php:451 SalesAnalRepts.php:476
-#: SalesAnalRepts.php:479 SalesCategories.php:264 SalesCategories.php:351
-#: SalesCategories.php:355 SalesPeople.php:227 SalesPeople.php:367
-#: SalesPeople.php:369 SelectProduct.php:229 SelectProduct.php:354
+#: SalesAnalRepts.php:479 SalesCategories.php:302 SalesCategories.php:389
+#: SalesCategories.php:393 SalesPeople.php:227 SalesPeople.php:367
+#: SalesPeople.php:369 SelectProduct.php:230 SelectProduct.php:368
#: SelectQASamples.php:424 SelectQASamples.php:518 SelectQASamples.php:520
#: SelectQASamples.php:574 SelectQASamples.php:576 SelectQASamples.php:588
#: SelectQASamples.php:590 ShipmentCosting.php:667 ShopParameters.php:289
#: ShopParameters.php:293 ShopParameters.php:337 ShopParameters.php:341
#: ShopParameters.php:391 ShopParameters.php:395 ShopParameters.php:413
#: ShopParameters.php:417 ShopParameters.php:495 ShopParameters.php:499
-#: StockClone.php:922 StockClone.php:924 StockClone.php:947 StockClone.php:949
-#: Stocks.php:1256 Stocks.php:1258 Stocks.php:1281 Stocks.php:1283
+#: StockClone.php:938 StockClone.php:940 StockClone.php:963 StockClone.php:965
+#: Stocks.php:1266 Stocks.php:1268 Stocks.php:1291 Stocks.php:1293
#: SuppContractChgs.php:90 SystemParameters.php:479 SystemParameters.php:502
#: SystemParameters.php:543 SystemParameters.php:624 SystemParameters.php:632
#: SystemParameters.php:672 SystemParameters.php:763 SystemParameters.php:772
@@ -347,35 +348,37 @@
#: SystemParameters.php:1102 SystemParameters.php:1156
#: SystemParameters.php:1168 SystemParameters.php:1170
#: SystemParameters.php:1208 SystemParameters.php:1210
-#: SystemParameters.php:1232 SystemParameters.php:1234 TaxGroups.php:310
-#: TaxGroups.php:313 TaxGroups.php:364 TestPlanResults.php:304
+#: SystemParameters.php:1232 SystemParameters.php:1234 TaxGroups.php:311
+#: TaxGroups.php:314 TaxGroups.php:365 TestPlanResults.php:304
#: TestPlanResults.php:532 TestPlanResults.php:747 TestPlanResults.php:864
-#: TestPlanResults.php:924 TestPlanResults.php:928 WWW_Users.php:516
-#: WWW_Users.php:518 WWW_Users.php:689 WWW_Users.php:691 WWW_Users.php:704
-#: WWW_Users.php:706
+#: TestPlanResults.php:924 TestPlanResults.php:928 UserGLAccounts.php:187
+#: UserGLAccounts.php:196 WWW_Users.php:534 WWW_Users.php:536
+#: WWW_Users.php:707 WWW_Users.php:709 WWW_Users.php:722 WWW_Users.php:724
+#: reportwriter/languages/en_US/reports.php:114
msgid "Yes"
msgstr "כן"
#: AccountGroups.php:313 AccountGroups.php:450 AccountGroups.php:452
#: BankAccounts.php:218 BankAccounts.php:412 BankAccounts.php:414
-#: BankAccounts.php:418 BankAccounts.php:426 BOMs.php:130 BOMs.php:801
-#: BOMs.php:805 CompanyPreferences.php:424 CompanyPreferences.php:428
+#: BankAccounts.php:418 BankAccounts.php:426 BOMs.php:134 BOMs.php:874
+#: BOMs.php:878 CompanyPreferences.php:424 CompanyPreferences.php:428
#: CompanyPreferences.php:439 CompanyPreferences.php:443
#: CompanyPreferences.php:454 CompanyPreferences.php:458
#: ContractCosting.php:200 Currencies.php:344 Currencies.php:525
#: Currencies.php:527 CustomerBranches.php:452 Customers.php:658
#: Customers.php:1047 Customers.php:1054 Customers.php:1057
-#: DailyBankTransactions.php:158 DeliveryDetails.php:1158
-#: DeliveryDetails.php:1199 DeliveryDetails.php:1202 FormDesigner.php:99
-#: GLTransInquiry.php:93 Labels.php:600 Labels.php:604 Labels.php:629
-#: Locations.php:446 Locations.php:673 Locations.php:675 Locations.php:688
-#: Locations.php:690 Locations.php:702 MRPCalendar.php:226 MRP.php:552
-#: MRP.php:556 MRP.php:560 MRP.php:564 MRP.php:568 NoSalesItems.php:191
-#: PaymentMethods.php:206 PaymentMethods.php:207 PaymentMethods.php:208
-#: PaymentMethods.php:209 PaymentMethods.php:276 PaymentMethods.php:283
-#: PaymentMethods.php:290 PaymentMethods.php:297 PcAuthorizeExpenses.php:246
-#: PDFChequeListing.php:64 PDFDeliveryDifferences.php:75 PDFDIFOT.php:79
-#: PDFWOPrint.php:601 PDFWOPrint.php:605 PO_AuthorisationLevels.php:136
+#: DailyBankTransactions.php:214 DeliveryDetails.php:1159
+#: DeliveryDetails.php:1200 DeliveryDetails.php:1203 FormDesigner.php:99
+#: GLAccountUsers.php:183 GLAccountUsers.php:193 GLTransInquiry.php:93
+#: Labels.php:605 Labels.php:609 Labels.php:635 Locations.php:446
+#: Locations.php:675 Locations.php:677 Locations.php:690 Locations.php:692
+#: Locations.php:704 MRPCalendar.php:226 MRP.php:552 MRP.php:556 MRP.php:560
+#: MRP.php:564 MRP.php:568 NoSalesItems.php:191 PaymentMethods.php:206
+#: PaymentMethods.php:207 PaymentMethods.php:208 PaymentMethods.php:209
+#: PaymentMethods.php:276 PaymentMethods.php:283 PaymentMethods.php:290
+#: PaymentMethods.php:297 PcAuthorizeExpenses.php:246 PDFChequeListing.php:64
+#: PDFDeliveryDifferences.php:75 PDFDIFOT.php:79 PDFWOPrint.php:603
+#: PDFWOPrint.php:607 PO_AuthorisationLevels.php:136
#: PO_AuthorisationLevels.php:141 PO_Header.php:806 PO_PDFPurchOrder.php:414
#: PO_PDFPurchOrder.php:417 ProductSpecs.php:191 ProductSpecs.php:411
#: ProductSpecs.php:417 ProductSpecs.php:422 ProductSpecs.php:427
@@ -390,18 +393,18 @@
#: RecurringSalesOrders.php:495 SalesAnalReptCols.php:282
#: SalesAnalReptCols.php:420 SalesAnalReptCols.php:423 SalesAnalRepts.php:419
#: SalesAnalRepts.php:422 SalesAnalRepts.php:447 SalesAnalRepts.php:450
-#: SalesAnalRepts.php:475 SalesAnalRepts.php:478 SalesCategories.php:266
-#: SalesCategories.php:352 SalesCategories.php:354 SalesPeople.php:229
-#: SalesPeople.php:372 SalesPeople.php:374 SelectProduct.php:231
-#: SelectProduct.php:356 SelectQASamples.php:426 SelectQASamples.php:523
+#: SalesAnalRepts.php:475 SalesAnalRepts.php:478 SalesCategories.php:304
+#: SalesCategories.php:390 SalesCategories.php:392 SalesPeople.php:229
+#: SalesPeople.php:372 SalesPeople.php:374 SelectProduct.php:232
+#: SelectProduct.php:370 SelectQASamples.php:426 SelectQASamples.php:523
#: SelectQASamples.php:525 SelectQASamples.php:579 SelectQASamples.php:581
#: SelectQASamples.php:593 SelectQASamples.php:595 ShipmentCosting.php:668
#: ShopParameters.php:290 ShopParameters.php:292 ShopParameters.php:338
#: ShopParameters.php:340 ShopParameters.php:392 ShopParameters.php:394
#: ShopParameters.php:414 ShopParameters.php:416 ShopParameters.php:496
-#: ShopParameters.php:498 StockClone.php:917 StockClone.php:919
-#: StockClone.php:942 StockClone.php:944 Stocks.php:1251 Stocks.php:1253
-#: Stocks.php:1276 Stocks.php:1278 SuppContractChgs.php:92
+#: ShopParameters.php:498 StockClone.php:933 StockClone.php:935
+#: StockClone.php:958 StockClone.php:960 Stocks.php:1261 Stocks.php:1263
+#: Stocks.php:1286 Stocks.php:1288 SuppContractChgs.php:92
#: SystemParameters.php:480 SystemParameters.php:503 SystemParameters.php:544
#: SystemParameters.php:625 SystemParameters.php:633 SystemParameters.php:673
#: SystemParameters.php:764 SystemParameters.php:773 SystemParameters.php:781
@@ -411,18 +414,20 @@
#: SystemParameters.php:1103 SystemParameters.php:1157
#: SystemParameters.php:1167 SystemParameters.php:1171
#: SystemParameters.php:1207 SystemParameters.php:1211
-#: SystemParameters.php:1231 SystemParameters.php:1235 TaxGroups.php:311
-#: TaxGroups.php:314 TaxGroups.php:366 TestPlanResults.php:306
+#: SystemParameters.php:1231 SystemParameters.php:1235 TaxGroups.php:312
+#: TaxGroups.php:315 TaxGroups.php:367 TestPlanResults.php:306
#: TestPlanResults.php:535 TestPlanResults.php:749 TestPlanResults.php:866
-#: TestPlanResults.php:925 TestPlanResults.php:927 WWW_Users.php:515
-#: WWW_Users.php:519 WWW_Users.php:688 WWW_Users.php:692 WWW_Users.php:703
-#: WWW_Users.php:707 includes/PDFLowGPPageHeader.inc:44
+#: TestPlanResults.php:925 TestPlanResults.php:927 UserGLAccounts.php:189
+#: UserGLAccounts.php:199 WWW_Users.php:533 WWW_Users.php:537
+#: WWW_Users.php:706 WWW_Users.php:710 WWW_Users.php:721 WWW_Users.php:725
+#: includes/PDFLowGPPageHeader.inc:44
+#: reportwriter/languages/en_US/reports.php:82
msgid "No"
msgstr "לא"
-#: AccountGroups.php:322 AccountSections.php:191 AddCustomerContacts.php:148
+#: AccountGroups.php:322 AccountSections.php:196 AddCustomerContacts.php:148
#: AddCustomerNotes.php:137 AddCustomerTypeNotes.php:131 Areas.php:164
-#: BankAccounts.php:243 BOMs.php:157 COGSGLPostings.php:112
+#: BankAccounts.php:243 BOMs.php:190 COGSGLPostings.php:112
#: COGSGLPostings.php:219 CreditStatus.php:175 Currencies.php:374
#: Currencies.php:391 CustItem.php:166 CustomerBranches.php:456
#: Customers.php:1131 Customers.php:1165 CustomerTypes.php:205
@@ -431,23 +436,24 @@
#: FreightCosts.php:253 GeocodeSetup.php:173 GLAccounts.php:317 GLTags.php:96
#: ImportBankTransAnalysis.php:223 InternalStockRequest.php:293 Labels.php:333
#: Labels.php:358 Locations.php:439 MailingGroupMaintenance.php:178
-#: MaintenanceTasks.php:118 Manufacturers.php:217 MRPDemands.php:309
+#: MaintenanceTasks.php:118 Manufacturers.php:260 MRPDemands.php:309
#: MRPDemandTypes.php:120 PaymentMethods.php:210 PaymentTerms.php:205
-#: PcAssignCashToTab.php:277 PcClaimExpensesFromTab.php:276 PcExpenses.php:226
-#: PcTabs.php:236 PcTypeTabs.php:180 PO_AuthorisationLevels.php:151
-#: PriceMatrix.php:287 Prices_Customer.php:286 Prices.php:253
+#: PcAssignCashToTab.php:291 PcClaimExpensesFromTab.php:276 PcExpenses.php:226
+#: PcTabs.php:256 PcTypeTabs.php:180 PO_AuthorisationLevels.php:151
+#: PriceMatrix.php:293 Prices_Customer.php:286 Prices.php:253
#: ProductSpecs.php:465 PurchData.php:312 QATests.php:467
-#: SalesCategories.php:272 SalesGLPostings.php:137 SalesGLPostings.php:255
+#: SalesCategories.php:310 SalesGLPostings.php:137 SalesGLPostings.php:255
#: SalesPeople.php:240 SalesTypes.php:206 SecurityTokens.php:130
-#: SelectCustomer.php:615 SelectCustomer.php:634 SelectCustomer.php:664
-#: SelectCustomer.php:682 SelectCustomer.php:706 SelectCustomer.php:723
-#: SelectGLAccount.php:117 SelectGLAccount.php:132 SelectQASamples.php:417
+#: SelectCustomer.php:680 SelectCustomer.php:699 SelectCustomer.php:746
+#: SelectCustomer.php:764 SelectCustomer.php:788 SelectCustomer.php:805
+#: SelectGLAccount.php:130 SelectGLAccount.php:145 SelectQASamples.php:417
#: SellThroughSupport.php:298 Shippers.php:144 StockCategories.php:296
#: SupplierContacts.php:165 SupplierTenderCreate.php:157 SupplierTypes.php:170
-#: SuppTransGLAnalysis.php:125 TaxAuthorities.php:172 TaxCategories.php:184
-#: TaxGroups.php:190 TaxProvinces.php:179 UnitsOfMeasure.php:185
-#: WorkCentres.php:142 WWW_Access.php:132 WWW_Users.php:350
+#: SuppTransGLAnalysis.php:126 TaxAuthorities.php:172 TaxCategories.php:184
+#: TaxGroups.php:191 TaxProvinces.php:179 UnitsOfMeasure.php:185
+#: WorkCentres.php:145 WWW_Access.php:132 WWW_Users.php:368
#: includes/InputSerialItems.php:110 includes/OutputSerialItems.php:20
+#: reportwriter/languages/en_US/reports.php:143
#, php-format
msgid "Edit"
msgstr "עריכה"
@@ -456,44 +462,45 @@
msgid "Are you sure you wish to delete this account group?"
msgstr "?האם למחוק את קבוצת החשבון"
-#: AccountGroups.php:323 AccountSections.php:195 AddCustomerContacts.php:149
+#: AccountGroups.php:323 AccountSections.php:200 AddCustomerContacts.php:149
#: AddCustomerNotes.php:138 AddCustomerTypeNotes.php:132 Areas.php:165
-#: BankAccounts.php:244 BOMs.php:159 COGSGLPostings.php:113
+#: BankAccounts.php:244 BOMs.php:192 COGSGLPostings.php:113
#: COGSGLPostings.php:220 ContractBOM.php:272 ContractOtherReqts.php:124
#: CounterReturns.php:740 CounterSales.php:836 Credit_Invoice.php:409
#: CreditStatus.php:176 Currencies.php:377 CustItem.php:167
-#: CustomerReceipt.php:989 Customers.php:1166 CustomerTypes.php:206
+#: CustomerReceipt.php:993 Customers.php:1166 CustomerTypes.php:206
#: Departments.php:187 DiscountCategories.php:238 DiscountMatrix.php:183
#: EDIMessageFormat.php:151 FixedAssetCategories.php:191 FreightCosts.php:254
-#: GeocodeSetup.php:174 GLAccounts.php:318 GLJournal.php:430 GLTags.php:97
+#: GeocodeSetup.php:174 GLAccounts.php:318 GLJournal.php:431 GLTags.php:97
#: ImportBankTransAnalysis.php:224 InternalStockCategoriesByRole.php:184
-#: InternalStockRequest.php:294 Labels.php:334 Labels.php:359 Labels.php:607
+#: InternalStockRequest.php:294 Labels.php:334 Labels.php:359 Labels.php:612
#: Locations.php:440 MailingGroupMaintenance.php:179 MaintenanceTasks.php:119
-#: Manufacturers.php:218 MRPDemands.php:310 MRPDemandTypes.php:121
-#: PaymentMethods.php:211 Payments.php:1112 PaymentTerms.php:206
-#: PcAssignCashToTab.php:281 PcClaimExpensesFromTab.php:277 PcExpenses.php:227
-#: PcExpensesTypeTab.php:187 PcTabs.php:237 PcTypeTabs.php:181
-#: PO_AuthorisationLevels.php:153 PO_Items.php:768 PriceMatrix.php:286
+#: Manufacturers.php:261 MRPDemands.php:310 MRPDemandTypes.php:121
+#: PaymentMethods.php:211 Payments.php:1156 PaymentTerms.php:206
+#: PcAssignCashToTab.php:295 PcClaimExpensesFromTab.php:277 PcExpenses.php:227
+#: PcExpensesTypeTab.php:187 PcTabs.php:257 PcTypeTabs.php:181
+#: PO_AuthorisationLevels.php:153 PO_Items.php:768 PriceMatrix.php:292
#: Prices_Customer.php:287 Prices.php:254 ProductSpecs.php:466
#: PurchData.php:314 PurchData.php:721 QATests.php:468
#: RelatedItemsUpdate.php:155 RelatedItemsUpdate.php:170
-#: SalesAnalReptCols.php:299 SalesAnalRepts.php:307 SalesCategories.php:273
+#: SalesAnalReptCols.php:299 SalesAnalRepts.php:307 SalesCategories.php:311
#: SalesGLPostings.php:138 SalesGLPostings.php:256 SalesPeople.php:241
-#: SalesTypes.php:207 SecurityTokens.php:131 SelectCreditItems.php:778
-#: SelectCustomer.php:616 SelectCustomer.php:635 SelectCustomer.php:665
-#: SelectCustomer.php:683 SelectCustomer.php:707 SelectCustomer.php:724
-#: SelectOrderItems.php:1379 SelectQASamples.php:418
+#: SalesTypes.php:207 SecurityTokens.php:131 SelectCreditItems.php:776
+#: SelectCustomer.php:681 SelectCustomer.php:700 SelectCustomer.php:747
+#: SelectCustomer.php:765 SelectCustomer.php:789 SelectCustomer.php:806
+#: SelectOrderItems.php:1381 SelectQASamples.php:418
#: SellThroughSupport.php:299 Shipments.php:438 Shippers.php:145
#: SpecialOrder.php:667 StockCategories.php:297 StockCategories.php:626
#: StockLocTransfer.php:325 SuppContractChgs.php:99 SuppCreditGRNs.php:117
-#: SuppFixedAssetChgs.php:90 SuppInvGRNs.php:147 SupplierContacts.php:166
+#: SuppFixedAssetChgs.php:90 SuppInvGRNs.php:150 SupplierContacts.php:166
#: SupplierTenderCreate.php:422 SupplierTenderCreate.php:452
-#: SupplierTypes.php:172 SuppShiptChgs.php:90 SuppTransGLAnalysis.php:126
-#: TaxAuthorities.php:173 TaxCategories.php:186 TaxGroups.php:191
+#: SupplierTypes.php:172 SuppShiptChgs.php:90 SuppTransGLAnalysis.php:127
+#: TaxAuthorities.php:173 TaxCategories.php:186 TaxGroups.php:192
#: TaxProvinces.php:180 TestPlanResults.php:920 UnitsOfMeasure.php:186
-#: WorkCentres.php:143 WOSerialNos.php:335 WWW_Access.php:133
-#: WWW_Users.php:351 includes/InputSerialItemsKeyed.php:60
+#: WorkCentres.php:146 WOSerialNos.php:335 WWW_Access.php:133
+#: WWW_Users.php:369 includes/InputSerialItemsKeyed.php:60
#: includes/OutputSerialItems.php:99
+#: reportwriter/languages/en_US/reports.php:141
#, php-format
msgid "Delete"
msgstr "מחיקה"
@@ -556,27 +563,28 @@
"ledger accounts should display in the trial balance"
msgstr "קטע בחשבונות"
-#: AccountGroups.php:462 AccountSections.php:262 AddCustomerContacts.php:260
+#: AccountGroups.php:462 AccountSections.php:268 AddCustomerContacts.php:260
#: AddCustomerNotes.php:242 AddCustomerTypeNotes.php:221 Areas.php:229
-#: BankAccounts.php:433 BOMs.php:818 COGSGLPostings.php:368
-#: CreditStatus.php:259 Currencies.php:534 CustLoginSetup.php:273
+#: BankAccounts.php:433 BOMs.php:895 COGSGLPostings.php:368
+#: CreditStatus.php:259 Currencies.php:537 CustLoginSetup.php:273
#: Departments.php:258 DiscountMatrix.php:142 EDIMessageFormat.php:248
#: FixedAssetCategories.php:350 FixedAssetLocations.php:161
-#: FreightCosts.php:371 GeocodeSetup.php:271 GLAccounts.php:265 Labels.php:641
-#: Locations.php:714 Manufacturers.php:312 MRPDemands.php:424
+#: FreightCosts.php:371 GeocodeSetup.php:271 GLAccounts.php:265 Labels.php:647
+#: Locations.php:716 Manufacturers.php:375 MRPDemands.php:424
#: MRPDemandTypes.php:188 OffersReceived.php:57 OffersReceived.php:146
#: PaymentMethods.php:302 PaymentTerms.php:310 PO_AuthorisationLevels.php:264
-#: PriceMatrix.php:230 Prices_Customer.php:369 ProductSpecs.php:661
+#: PriceMatrix.php:236 Prices_Customer.php:369 ProductSpecs.php:661
#: QATests.php:359 SalesAnalReptCols.php:552 SalesAnalRepts.php:519
#: SalesGLPostings.php:427 SalesPeople.php:381 SelectQASamples.php:531
#: SelectQASamples.php:601 Shippers.php:203 StockCategories.php:653
#: SupplierContacts.php:284 SuppLoginSetup.php:291 TaxAuthorities.php:327
#: TaxCategories.php:244 TaxProvinces.php:234 TestPlanResults.php:967
-#: UnitsOfMeasure.php:241 WorkCentres.php:283 WWW_Users.php:774
+#: UnitsOfMeasure.php:241 WorkCentres.php:289 WWW_Users.php:792
msgid "Enter Information"
msgstr "הכנס מידע"
-#: AccountSections.php:5 includes/MainMenuLinksArray.php:390
+#: AccountSections.php:6 AccountSections.php:172 AccountSections.php:173
+#: includes/MainMenuLinksArray.php:398
msgid "Account Sections"
msgstr "קטעי חשבון"
@@ -616,28 +624,28 @@
msgid "Could not get account group sections because"
msgstr ""
-#: AccountSections.php:173 AccountSections.php:234 AccountSections.php:252
+#: AccountSections.php:178 AccountSections.php:240 AccountSections.php:258
msgid "Section Number"
msgstr "מספר הקטע"
-#: AccountSections.php:174 AccountSections.php:257
+#: AccountSections.php:179 AccountSections.php:263
msgid "Section Description"
msgstr "תאור הקטע"
-#: AccountSections.php:193
+#: AccountSections.php:198
msgid "Restricted"
msgstr "מוגבל"
-#: AccountSections.php:204
+#: AccountSections.php:210
msgid "Review Account Sections"
msgstr "צפה בקטעי החשבון"
-#: AccountSections.php:223
+#: AccountSections.php:229
msgid "Could not retrieve the requested section please try again."
msgstr ""
-#: AddCustomerContacts.php:6 AddCustomerContacts.php:59 SelectCustomer.php:607
-#: SelectCustomer.php:642
+#: AddCustomerContacts.php:6 AddCustomerContacts.php:59 SelectCustomer.php:672
+#: SelectCustomer.php:724
msgid "Customer Contacts"
msgstr "Customer Contacts"
@@ -673,11 +681,11 @@
#: AddCustomerContacts.php:59 AddCustomerNotes.php:51
#: AddCustomerTypeNotes.php:48 Areas.php:72 CustomerTypes.php:68
#: DeliveryDetails.php:809 DeliveryDetails.php:826 Factors.php:105
-#: FixedAssetItems.php:250 MRPCalendar.php:176 PcAssignCashToTab.php:91
-#: PcClaimExpensesFromTab.php:82 PcExpenses.php:98 PcTabs.php:104
+#: FixedAssetItems.php:255 MRPCalendar.php:176 PcAssignCashToTab.php:102
+#: PcClaimExpensesFromTab.php:82 PcExpenses.php:98 PcTabs.php:124
#: PcTypeTabs.php:63 PO_Items.php:380 ProductSpecs.php:315 QATests.php:76
#: SalesAnalReptCols.php:129 SalesPeople.php:105 SalesTypes.php:66
-#: SelectQASamples.php:85 Stocks.php:589 Suppliers.php:531
+#: SelectQASamples.php:85 Stocks.php:594 Suppliers.php:531
#: SupplierTypes.php:68
msgid "has been updated"
msgstr "עודכן"
@@ -695,15 +703,16 @@
#: ImportBankTransAnalysis.php:207 PrintWOItemSlip.php:184
#: PrintWOItemSlip.php:195 PrintWOItemSlip.php:206 ProductSpecs.php:164
#: ProductSpecs.php:385 QATests.php:391 SalesPeople.php:208
-#: SelectCustomer.php:610 StockDispatch.php:275 StockDispatch.php:286
-#: StockDispatch.php:297 SupplierContacts.php:152 SuppTransGLAnalysis.php:108
-#: Tax.php:411 TestPlanResults.php:508 UserLocations.php:176
+#: SelectCustomer.php:675 StockDispatch.php:277 StockDispatch.php:288
+#: StockDispatch.php:299 SupplierContacts.php:152 SuppTransGLAnalysis.php:108
+#: Tax.php:411 TestPlanResults.php:508 UserBankAccounts.php:161
+#: UserGLAccounts.php:157 UserLocations.php:176
#: includes/InputSerialItemsFile.php:92 includes/InputSerialItemsFile.php:144
msgid "Name"
msgstr "שם"
#: AddCustomerContacts.php:127 AddCustomerContacts.php:223 Customers.php:1119
-#: Customers.php:1127 SelectCustomer.php:611 WWW_Access.php:113
+#: Customers.php:1127 SelectCustomer.php:676 WWW_Access.php:113
#: WWW_Access.php:179
msgid "Role"
msgstr "תפקיד"
@@ -713,32 +722,34 @@
msgstr "מספר טלפון"
#: AddCustomerContacts.php:129 AddCustomerContacts.php:241
-#: CustomerAccount.php:345 CustomerBranches.php:415 CustomerBranches.php:856
-#: CustomerInquiry.php:324 CustomerInquiry.php:370 CustomerInquiry.php:409
-#: CustomerInquiry.php:444 CustomerInquiry.php:490 Customers.php:1121
-#: Customers.php:1129 EmailCustTrans.php:16 EmailCustTrans.php:65
-#: Factors.php:246 Factors.php:297 Locations.php:638 OrderDetails.php:115
-#: PDFRemittanceAdvice.php:251 PDFWOPrint.php:591 PDFWOPrint.php:594
-#: PDFWOPrint.php:674 PDFWOPrint.php:677 PO_PDFPurchOrder.php:400
-#: PO_PDFPurchOrder.php:403 PrintCustTrans.php:740
+#: CustomerAccount.php:313 CustomerAccount.php:337 CustomerBranches.php:415
+#: CustomerBranches.php:858 CustomerInquiry.php:324 CustomerInquiry.php:370
+#: CustomerInquiry.php:409 CustomerInquiry.php:444 CustomerInquiry.php:490
+#: Customers.php:1121 Customers.php:1129 EmailCustTrans.php:16
+#: EmailCustTrans.php:65 Factors.php:246 Factors.php:297 Locations.php:639
+#: OrderDetails.php:115 PDFRemittanceAdvice.php:251 PDFWOPrint.php:593
+#: PDFWOPrint.php:596 PDFWOPrint.php:676 PDFWOPrint.php:679
+#: PO_PDFPurchOrder.php:400 PO_PDFPurchOrder.php:403 PrintCustTrans.php:740
#: PrintCustTransPortrait.php:793 PrintCustTransPortrait.php:1039
-#: PrintCustTransPortrait.php:1095 SelectCustomer.php:428
-#: SelectCustomer.php:613 SelectSupplier.php:288 SupplierContacts.php:156
-#: SupplierContacts.php:277 UserSettings.php:184 WWW_Users.php:304
+#: PrintCustTransPortrait.php:1095 SelectCustomer.php:493
+#: SelectCustomer.php:678 SelectSupplier.php:290 SupplierContacts.php:156
+#: SupplierContacts.php:277 UserSettings.php:184 WWW_Users.php:322
#: includes/PDFPickingListHeader.inc:25 includes/PDFStatementPageHeader.inc:67
#: includes/PDFTransPageHeader.inc:85
#: includes/PDFTransPageHeaderPortrait.inc:114 includes/PDFWOPageHeader.inc:19
-#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:443
-#: ../webSHOP/Register.php:607
+#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:298
+#: ../webSHOP/Register.php:595
msgid "Email"
msgstr "כתובת מייל"
-#: AddCustomerContacts.php:130 AddCustomerContacts.php:250 Customers.php:1122
-#: Customers.php:1130 PcAssignCashToTab.php:242 PcAssignCashToTab.php:380
-#: PcAuthorizeExpenses.php:97 PcClaimExpensesFromTab.php:238
-#: PcClaimExpensesFromTab.php:405 PcReportTab.php:333 PDFQuotation.php:252
-#: PDFQuotationPortrait.php:249 SelectCustomer.php:614 ShopParameters.php:198
-#: SystemParameters.php:411 WOSerialNos.php:306 WOSerialNos.php:312
+#: AddCustomerContacts.php:130 AddCustomerContacts.php:250
+#: AnalysisHorizontalIncome.php:169 AnalysisHorizontalPosition.php:123
+#: Customers.php:1122 Customers.php:1130 PcAssignCashToTab.php:256
+#: PcAssignCashToTab.php:394 PcAuthorizeExpenses.php:97
+#: PcClaimExpensesFromTab.php:238 PcClaimExpensesFromTab.php:405
+#: PcReportTab.php:333 PDFQuotation.php:252 PDFQuotationPortrait.php:249
+#: SelectCustomer.php:679 ShopParameters.php:198 SystemParameters.php:411
+#: WOSerialNos.php:306 WOSerialNos.php:312
msgid "Notes"
msgstr "הערות"
@@ -756,22 +767,22 @@
msgstr "קוד איש הקשר"
#: AddCustomerContacts.php:214 Factors.php:234 SupplierContacts.php:239
-#: ../webSHOP/Checkout.php:527 ../webSHOP/Register.php:622
+#: ../webSHOP/Checkout.php:379 ../webSHOP/Register.php:610
msgid "Contact Name"
msgstr "שם איש הקשר"
-#: AddCustomerContacts.php:232 Contracts.php:781 PDFRemittanceAdvice.php:247
-#: PO_Header.php:1025 PO_Header.php:1110 SelectCreditItems.php:245
-#: SelectCustomer.php:426 SelectOrderItems.php:597
+#: AddCustomerContacts.php:232 Contracts.php:788 PDFRemittanceAdvice.php:247
+#: PO_Header.php:1026 PO_Header.php:1111 SelectCreditItems.php:246
+#: SelectCustomer.php:491 SelectOrderItems.php:597
#: SupplierTenderCreate.php:395 includes/PDFStatementPageHeader.inc:63
#: includes/PDFTransPageHeader.inc:84
-#: includes/PDFTransPageHeaderPortrait.inc:110 ../webSHOP/Checkout.php:537
-#: ../webSHOP/Register.php:260 ../webSHOP/Register.php:735
+#: includes/PDFTransPageHeaderPortrait.inc:110 ../webSHOP/Checkout.php:389
+#: ../webSHOP/Register.php:255 ../webSHOP/Register.php:723
msgid "Phone"
msgstr "טלפון"
-#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:657
-#: SelectCustomer.php:690
+#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:739
+#: SelectCustomer.php:772
msgid "Customer Notes"
msgstr "Customer Notes"
@@ -807,31 +818,32 @@
#: AddCustomerTypeNotes.php:111 AddCustomerTypeNotes.php:211
#: AgedControlledInventory.php:47 BankMatching.php:281
#: BankReconciliation.php:212 BankReconciliation.php:289
-#: ContractCosting.php:177 CustomerAccount.php:248 CustomerAllocations.php:348
+#: ContractCosting.php:177 CustomerAccount.php:252 CustomerAllocations.php:348
#: CustomerAllocations.php:378 CustomerInquiry.php:251
-#: CustomerTransInquiry.php:100 GLAccountInquiry.php:173
-#: GLAccountReport.php:343 GLTransInquiry.php:47 GoodsReceived.php:109
-#: MRPCalendar.php:219 PaymentAllocations.php:66 PcAssignCashToTab.php:238
-#: PcAuthorizeExpenses.php:93 PDFRemittanceAdvice.php:308 PDFWOPrint.php:448
-#: PrintCustTrans.php:822 PrintCustTransPortrait.php:907
-#: PrintWOItemSlip.php:186 PrintWOItemSlip.php:197 PrintWOItemSlip.php:208
-#: ReverseGRN.php:398 SelectCustomer.php:660 SelectCustomer.php:702
-#: ShipmentCosting.php:538 ShipmentCosting.php:615 Shipments.php:489
-#: StockDispatch.php:277 StockDispatch.php:288 StockDispatch.php:299
-#: StockLocMovements.php:92 StockMovements.php:100
-#: StockSerialItemResearch.php:82 SupplierAllocations.php:456
-#: SupplierAllocations.php:569 SupplierAllocations.php:644
-#: SupplierInquiry.php:210 SupplierTransInquiry.php:105 Tax.php:408
+#: CustomerTransInquiry.php:100 GLAccountReport.php:347 GLTransInquiry.php:47
+#: GoodsReceived.php:130 MRPCalendar.php:219 PaymentAllocations.php:66
+#: PcAssignCashToTab.php:252 PcAuthorizeExpenses.php:93
+#: PDFRemittanceAdvice.php:308 PDFWOPrint.php:450 PrintCustTrans.php:822
+#: PrintCustTransPortrait.php:907 PrintWOItemSlip.php:186
+#: PrintWOItemSlip.php:197 PrintWOItemSlip.php:208 ReverseGRN.php:401
+#: SelectCustomer.php:742 SelectCustomer.php:784 ShipmentCosting.php:538
+#: ShipmentCosting.php:615 Shipments.php:489 StockDispatch.php:279
+#: StockDispatch.php:290 StockDispatch.php:301 StockLocMovements.php:92
+#: StockMovements.php:105 StockSerialItemResearch.php:82
+#: SupplierAllocations.php:455 SupplierAllocations.php:568
+#: SupplierAllocations.php:643 SupplierInquiry.php:210
+#: SupplierTransInquiry.php:111 Tax.php:408
#: includes/PDFQuotationPageHeader.inc:23
#: includes/PDFQuotationPortraitPageHeader.inc:80
#: includes/PDFStatementPageHeader.inc:169 includes/PDFTransPageHeader.inc:51
#: includes/PDFTransPageHeaderPortrait.inc:63
+#: reportwriter/languages/en_US/reports.php:64
msgid "Date"
msgstr "תאריך"
#: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:180
-#: SelectCustomer.php:661 SelectCustomer.php:703 StockClone.php:926
-#: Stocks.php:1260 UpgradeDatabase.php:244 UpgradeDatabase.php:247
+#: SelectCustomer.php:743 SelectCustomer.php:785 StockClone.php:942
+#: Stocks.php:1270 UpgradeDatabase.php:244 UpgradeDatabase.php:247
#: UpgradeDatabase.php:250 UpgradeDatabase.php:253 UpgradeDatabase.php:256
#: UpgradeDatabase.php:259 UpgradeDatabase.php:262 UpgradeDatabase.php:265
#: UpgradeDatabase.php:268 Z_Upgrade_3.10-3.11.php:62
@@ -849,7 +861,7 @@
#: AddCustomerNotes.php:120 AddCustomerNotes.php:231
#: AddCustomerTypeNotes.php:114 AddCustomerTypeNotes.php:215
-#: SelectCustomer.php:663 SelectCustomer.php:705
+#: SelectCustomer.php:745 SelectCustomer.php:787
msgid "Priority"
msgstr "עדיפות"
@@ -870,7 +882,7 @@
msgid "Contact Note"
msgstr "הודעת איש קשר"
-#: AddCustomerTypeNotes.php:5 SelectCustomer.php:699
+#: AddCustomerTypeNotes.php:5 SelectCustomer.php:781
msgid "Customer Type (Group) Notes"
msgstr ""
@@ -887,7 +899,7 @@
msgid "The contacts notes may not be empty"
msgstr ""
-#: AddCustomerTypeNotes.php:48 SelectCustomer.php:731
+#: AddCustomerTypeNotes.php:48 SelectCustomer.php:813
#, fuzzy
msgid "Customer Group Notes"
msgstr "הערות למתרגמים:"
@@ -936,14 +948,15 @@
#: AgedControlledInventory.php:12 InventoryQuantities.php:155
#: InventoryValuation.php:217 Locations.php:12 MRPCalendar.php:21
-#: MRPCreateDemands.php:197 MRPDemands.php:27 MRPDemandTypes.php:17
+#: MRPCreateDemands.php:193 MRPDemands.php:27 MRPDemandTypes.php:17
#: MRP.php:542 MRPPlannedPurchaseOrders.php:265 MRPPlannedWorkOrders.php:247
#: MRPPlannedWorkOrders.php:321 PricesByCost.php:8 ReorderLevelLocation.php:12
-#: ReorderLevel.php:194 SelectProduct.php:89 StockDispatch.php:319
+#: ReorderLevel.php:194 SelectProduct.php:90 StockDispatch.php:321
#: StockMovements.php:22 StockQties_csv.php:8 StockQuantityByDate.php:10
#: StockReorderLevel.php:20 StockSerialItemResearch.php:9
#: StockSerialItems.php:9 StockStatus.php:45 StockTransferControlled.php:14
#: SuppLoginSetup.php:24 WWW_Users.php:15 includes/MainMenuLinksArray.php:26
+#: reportwriter/languages/en_US/reports.php:243
msgid "Inventory"
msgstr "מצאי"
@@ -953,20 +966,22 @@
#: AgedControlledInventory.php:42 MRPReschedules.php:126 MRPShortages.php:261
#: StockClone.php:53 Stocks.php:63
+#: reportwriter/languages/en_US/reports.php:103
msgid "Stock"
msgstr "מלאי"
#: AgedControlledInventory.php:43 AutomaticTranslationDescriptions.php:37
#: BOMIndented.php:315 BOMIndentedReverse.php:293 BOMInquiry.php:109
-#: BOMInquiry.php:198 BOMs.php:567 BOMs.php:914 ContractBOM.php:242
-#: ContractBOM.php:354 ContractOtherReqts.php:98 CounterReturns.php:1692
-#: CounterSales.php:2102 CounterSales.php:2256 CreditStatus.php:152
-#: CreditStatus.php:243 CustomerPurchases.php:81 EmailConfirmation.php:219
+#: BOMInquiry.php:198 BOMs.php:636 BOMs.php:994 CollectiveWorkOrderCost.php:45
+#: CollectiveWorkOrderCost.php:317 ContractBOM.php:242 ContractBOM.php:354
+#: ContractOtherReqts.php:98 CounterReturns.php:1692 CounterSales.php:2102
+#: CounterSales.php:2256 CreditStatus.php:152 CreditStatus.php:243
+#: CustomerPurchases.php:81 EmailConfirmation.php:219
#: EmailConfirmation.php:349 FixedAssetCategories.php:167
#: FixedAssetDepreciation.php:91 FixedAssetRegister.php:87
#: FixedAssetRegister.php:388 FixedAssetTransfer.php:60
#: FixedAssetTransfer.php:162 GLTags.php:63 GLTags.php:82
-#: GLTransInquiry.php:49 GoodsReceived.php:101
+#: GLTransInquiry.php:49 GoodsReceived.php:122
#: InternalStockCategoriesByRole.php:168 InternalStockRequest.php:345
#: InternalStockRequest.php:559 InternalStockRequest.php:629
#: InventoryPlanning.php:419 InventoryQuantities.php:246
@@ -979,35 +994,36 @@
#: PcReportTab.php:178 PcTypeTabs.php:164 PDFCOA.php:64
#: PDFOrdersInvoiced.php:335 PDFOrderStatus.php:337
#: PDFSalesBySalesperson.php:86 PDFWeeklyOrders.php:82 PO_Items.php:716
-#: PO_Items.php:1189 PO_SelectOSPurchOrder.php:308 PO_SelectPurchOrder.php:214
+#: PO_Items.php:1189 PO_SelectOSPurchOrder.php:310 PO_SelectPurchOrder.php:214
#: PricesByCost.php:153 RelatedItemsUpdate.php:154 ReorderLevelLocation.php:73
-#: ReorderLevel.php:298 ReverseGRN.php:397 SalesCategories.php:509
+#: ReorderLevel.php:298 ReverseGRN.php:400 SalesCategories.php:549
#: SecurityTokens.php:94 SecurityTokens.php:103 SecurityTokens.php:120
#: SelectAsset.php:264 SelectCompletedOrder.php:505 SelectContract.php:147
-#: SelectCreditItems.php:1021 SelectOrderItems.php:1477
-#: SelectOrderItems.php:1639 SelectProduct.php:522 SelectProduct.php:748
+#: SelectCreditItems.php:1019 SelectOrderItems.php:1479
+#: SelectOrderItems.php:1641 SelectProduct.php:542 SelectProduct.php:830
#: SelectQASamples.php:299 SelectQASamples.php:397 SelectSalesOrder.php:560
-#: SelectWorkOrder.php:219 Shipt_Select.php:191 StockClone.php:680
-#: StockCounts.php:142 StockDispatch.php:504 StockLocStatus.php:173
-#: StockQuantityByDate.php:109 Stocks.php:1013 SuppCreditGRNs.php:92
-#: SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 SuppInvGRNs.php:120
-#: SuppInvGRNs.php:258 SupplierCredit.php:317 SupplierCredit.php:385
-#: SupplierInvoice.php:666 SupplierInvoice.php:746 SupplierPriceList.php:39
+#: SelectWorkOrder.php:219 Shipt_Select.php:191 StockClone.php:695
+#: StockCounts.php:142 StockDispatch.php:506 StockLocStatus.php:176
+#: StockQuantityByDate.php:109 Stocks.php:1018 SuppCreditGRNs.php:92
+#: SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 SuppInvGRNs.php:122
+#: SuppInvGRNs.php:264 SupplierCredit.php:317 SupplierCredit.php:385
+#: SupplierInvoice.php:668 SupplierInvoice.php:750 SupplierPriceList.php:39
#: SupplierPriceList.php:271 SupplierPriceList.php:533
#: SupplierTenderCreate.php:434 SupplierTenderCreate.php:695
#: SupplierTenderCreate.php:853 SupplierTenders.php:326
#: SupplierTenders.php:421 SupplierTenders.php:687 SuppPriceList.php:309
#: TestPlanResults.php:177 TestPlanResults.php:280 TopItems.php:170
-#: WorkCentres.php:128 WorkOrderCosting.php:98 WorkOrderCosting.php:130
-#: WorkOrderEntry.php:735 WorkOrderIssue.php:761 Z_ItemsWithoutPicture.php:33
-#: includes/DefineLabelClass.php:12 includes/DefineLabelClass.php:45
-#: includes/PDFGrnHeader.inc:29 includes/PDFInventoryPlanPageHeader.inc:51
+#: WorkCentres.php:130 WorkOrderCosting.php:98 WorkOrderCosting.php:130
+#: WorkOrderEntry.php:735 WorkOrderIssue.php:785 Z_ItemsWithoutPicture.php:35
+#: api/api_xml-rpc.php:3489 includes/PDFGrnHeader.inc:30
+#: includes/PDFInventoryPlanPageHeader.inc:51
#: includes/PDFOstdgGRNsPageHeader.inc:38
#: includes/PDFStockLocTransferHeader.inc:65
#: includes/PDFStockTransferHeader.inc:36 includes/PDFTopItemsHeader.inc:50
#: includes/PDFTransPageHeader.inc:211
-#: includes/PDFTransPageHeaderPortrait.inc:267 api/api_xml-rpc.php:3489
-#: ../webSHOP/includes/PlaceOrder.php:250
+#: includes/PDFTransPageHeaderPortrait.inc:267
+#: includes/DefineLabelClass.php:12 includes/DefineLabelClass.php:45
+#: ../webSHOP/includes/PlaceOrder.php:236
msgid "Description"
msgstr "תאור"
@@ -1033,30 +1049,32 @@
#: CounterSales.php:855 Credit_Invoice.php:298 Credit_Invoice.php:302
#: CustomerAllocations.php:349 CustomerAllocations.php:379
#: CustomerInquiry.php:256 DeliveryDetails.php:884 DeliveryDetails.php:953
-#: GLBalanceSheet.php:195 GLBalanceSheet.php:207 GLBalanceSheet.php:297
-#: GLBalanceSheet.php:306 GLBudgets.php:213 GLJournal.php:435
-#: GLTransInquiry.php:195 GLTrialBalance.php:223 GLTrialBalance.php:243
-#: GLTrialBalance.php:264 GLTrialBalance.php:360 GLTrialBalance.php:491
-#: GLTrialBalance.php:511 GLTrialBalance.php:535 GLTrialBalance.php:647
-#: GLTrialBalance.php:667 GLTrialBalance.php:691 InventoryValuation.php:197
+#: GLBalanceSheet.php:196 GLBalanceSheet.php:208 GLBalanceSheet.php:298
+#: GLBalanceSheet.php:307 GLBudgets.php:213 GLJournal.php:436
+#: GLTransInquiry.php:219 GLTrialBalance.php:225 GLTrialBalance.php:245
+#: GLTrialBalance.php:266 GLTrialBalance.php:362 GLTrialBalance.php:495
+#: GLTrialBalance.php:515 GLTrialBalance.php:539 GLTrialBalance.php:651
+#: GLTrialBalance.php:671 GLTrialBalance.php:695 InventoryValuation.php:197
#: MaterialsNotUsed.php:77 OffersReceived.php:111 OrderDetails.php:177
#: OutstandingGRNs.php:246 PDFCustTransListing.php:137
#: PDFOrdersInvoiced.php:379 PDFRemittanceAdvice.php:310
#: PDFSuppTransListing.php:131 RecurringSalesOrders.php:335
#: SalesByTypePeriodInquiry.php:395 SalesByTypePeriodInquiry.php:430
#: SalesByTypePeriodInquiry.php:465 SalesByTypePeriodInquiry.php:500
-#: SalesByTypePeriodInquiry.php:561 SelectCreditItems.php:692
-#: SelectCreditItems.php:696 SelectOrderItems.php:1317
+#: SalesByTypePeriodInquiry.php:561 SelectCreditItems.php:693
+#: SelectCreditItems.php:697 SelectOrderItems.php:1319
#: SuppContractChgs.php:107 SuppFixedAssetChgs.php:97
-#: SupplierAllocations.php:458 SupplierAllocations.php:570
-#: SupplierAllocations.php:645 SupplierCredit.php:407 SupplierInquiry.php:215
-#: SuppShiptChgs.php:97 SuppTransGLAnalysis.php:139 Tax.php:250
-#: Z_CheckDebtorsControl.php:149 includes/PDFQuotationPageHeader.inc:109
+#: SupplierAllocations.php:457 SupplierAllocations.php:569
+#: SupplierAllocations.php:644 SupplierCredit.php:407 SupplierInquiry.php:215
+#: SuppShiptChgs.php:97 SuppTransGLAnalysis.php:140 Tax.php:250
+#: Z_CheckDebtorsControl.php:149 api/api_debtortransactions.php:1271
+#: api/api_debtortransactions.php:1284 api/api_debtortransactions.php:1581
+#: includes/PDFQuotationPageHeader.inc:109
#: includes/PDFQuotationPortraitPageHeader.inc:100
-#: includes/PO_PDFOrderPageHeader.inc:81 api/api_debtortransactions.php:1271
-#: api/api_debtortransactions.php:1284 api/api_debtortransactions.php:1581
-#: ../webSHOP/includes/DisplayShoppingCart.php:8
-#: ../webSHOP/includes/PlaceOrder.php:299
+#: includes/PO_PDFOrderPageHeader.inc:81
+#: reportwriter/languages/en_US/reports.php:107
+#: ../webSHOP/includes/DisplayShoppingCart.php:7
+#: ../webSHOP/includes/PlaceOrder.php:285
#, php-format
msgid "Total"
msgstr "סיכום"
@@ -1070,16 +1088,16 @@
msgid "Aged Customer Balances"
msgstr "חיקוי של תמונה מיושנת"
-#: AgedDebtors.php:267 AgedDebtors.php:369 AgedDebtors.php:434
+#: AgedDebtors.php:267 AgedDebtors.php:369 AgedDebtors.php:433
msgid "Aged Customer Account Analysis"
msgstr ""
-#: AgedDebtors.php:267 AgedDebtors.php:369 AgedDebtors.php:434
+#: AgedDebtors.php:267 AgedDebtors.php:369 AgedDebtors.php:433
#: AgedSuppliers.php:108 BOMExtendedQty.php:154 BOMIndented.php:153
#: BOMIndentedReverse.php:140 BOMListing.php:42 BOMListing.php:53
#: DebtorsAtPeriodEnd.php:57 DebtorsAtPeriodEnd.php:69 GLBalanceSheet.php:112
-#: GLBalanceSheet.php:151 GLProfit_Loss.php:187 GLTagProfit_Loss.php:194
-#: GLTrialBalance.php:165 InternalStockRequest.php:320
+#: GLBalanceSheet.php:152 GLProfit_Loss.php:188 GLTagProfit_Loss.php:195
+#: GLTrialBalance.php:167 InternalStockRequest.php:320
#: InventoryPlanning.php:99 InventoryPlanning.php:176
#: InventoryPlanning.php:213 InventoryPlanning.php:262
#: InventoryPlanningPrefSupplier.php:183 InventoryPlanningPrefSupplier.php:241
@@ -1098,7 +1116,7 @@
#: PurchaseByPrefSupplier.php:399 PurchaseByPrefSupplier.php:447
#: PurchaseByPrefSupplier.php:471 PurchaseByPrefSupplier.php:500
#: PurchaseByPrefSupplier.php:531 ReorderLevel.php:60 SelectAsset.php:39
-#: SelectProduct.php:45 StockCheck.php:60 StockCheck.php:132
+#: SelectProduct.php:46 StockCheck.php:60 StockCheck.php:132
#: SupplierTenderCreate.php:671 SupplierTenders.php:397 SuppPriceList.php:138
#: includes/PDFPaymentRun_PymtFooter.php:152
msgid "Problem Report"
@@ -1110,16 +1128,16 @@
msgid "The customer details could not be retrieved by the SQL because"
msgstr "פרטי הלקוח לא ניתנים לאיחזור כי"
-#: AgedDebtors.php:270 AgedDebtors.php:372 AgedDebtors.php:437
+#: AgedDebtors.php:270 AgedDebtors.php:372 AgedDebtors.php:436
#: AgedSuppliers.php:111 AgedSuppliers.php:198 BOMExtendedQty.php:157
#: BOMExtendedQty.php:244 BOMIndented.php:156 BOMIndented.php:237
#: BOMIndentedReverse.php:144 BOMIndentedReverse.php:222 BOMListing.php:45
#: Credit_Invoice.php:201 Dashboard.php:146 Dashboard.php:257
#: Dashboard.php:438 DebtorsAtPeriodEnd.php:60 DebtorsAtPeriodEnd.php:72
-#: FTP_RadioBeacon.php:187 GetStockImage.php:150 GLBalanceSheet.php:116
-#: GLBalanceSheet.php:154 GLBalanceSheet.php:333 GLProfit_Loss.php:190
-#: GLProfit_Loss.php:202 GLTagProfit_Loss.php:198 GLTagProfit_Loss.php:211
-#: GLTrialBalance.php:168 GLTrialBalance.php:180 InventoryPlanning.php:102
+#: FTP_RadioBeacon.php:187 GetStockImage.php:143 GLBalanceSheet.php:116
+#: GLBalanceSheet.php:155 GLBalanceSheet.php:334 GLProfit_Loss.php:191
+#: GLProfit_Loss.php:203 GLTagProfit_Loss.php:199 GLTagProfit_Loss.php:212
+#: GLTrialBalance.php:170 GLTrialBalance.php:182 InventoryPlanning.php:102
#: InventoryPlanning.php:179 InventoryPlanning.php:216
#: InventoryPlanning.php:265 InventoryPlanning.php:340
#: InventoryPlanningPrefSupplier.php:186 InventoryPlanningPrefSupplier.php:244
@@ -1135,8 +1153,8 @@
#: MRPReschedules.php:60 MRPShortages.php:158 MRPShortages.php:170
#: OutstandingGRNs.php:49 OutstandingGRNs.php:62 PDFCustomerList.php:235
#: PDFCustomerList.php:247 PDFFGLabel.php:217 PDFGLJournal.php:100
-#: PDFGrn.php:176 PDFLowGP.php:59 PDFLowGP.php:71 PDFPriceList.php:147
-#: PDFPrintLabel.php:45 PDFQALabel.php:116 PDFQuotation.php:276
+#: PDFGrn.php:180 PDFLowGP.php:59 PDFLowGP.php:71 PDFPriceList.php:147
+#: PDFPrintLabel.php:42 PDFQALabel.php:116 PDFQuotation.php:276
#: PDFQuotationPortrait.php:268 PDFRemittanceAdvice.php:83
#: PDFSalesBySalesperson.php:160 PDFSalesBySalesperson.php:168
#: PDFSellThroughSupportClaim.php:74 PDFSellThroughSupportClaim.php:86
@@ -1157,15 +1175,15 @@
#: Tax.php:310 Z_DataExport.php:72 Z_DataExport.php:168 Z_DataExport.php:259
#: Z_DataExport.php:308 Z_DataExport.php:347 Z_DataExport.php:383
#: Z_DataExport.php:419 Z_DataExport.php:471 Z_poRebuildDefault.php:41
+#: includes/ConstructSQLForUserDefinedSalesReport.inc:180
+#: includes/ConstructSQLForUserDefinedSalesReport.inc:188
+#: includes/ConstructSQLForUserDefinedSalesReport.inc:343
#: includes/PDFPaymentRun_PymtFooter.php:59
#: includes/PDFPaymentRun_PymtFooter.php:89
#: includes/PDFPaymentRun_PymtFooter.php:119
#: includes/PDFPaymentRun_PymtFooter.php:156
#: includes/PDFPaymentRun_PymtFooter.php:187
#: includes/PDFPaymentRun_PymtFooter.php:218
-#: includes/ConstructSQLForUserDefinedSalesReport.inc:180
-#: includes/ConstructSQLForUserDefinedSalesReport.inc:188
-#: includes/ConstructSQLForUserDefinedSalesReport.inc:343
msgid "Back to the menu"
msgstr "בחזרה לתפריט"
@@ -1174,7 +1192,7 @@
msgstr ""
#: AgedDebtors.php:371 AgedSuppliers.php:197 Dashboard.php:256
-#: GLAccountCSV.php:175 GLAccountInquiry.php:161 GLAccountReport.php:97
+#: GLAccountCSV.php:179 GLAccountInquiry.php:173 GLAccountReport.php:97
#: PO_Items.php:451 PO_Items.php:580 PO_Items.php:605
#: PurchaseByPrefSupplier.php:29 PurchaseByPrefSupplier.php:54
#: SalesAnalReptCols.php:365 SpecialOrder.php:448
@@ -1183,129 +1201,128 @@
msgid "could not be retrieved because"
msgstr "לא ניתן לאיחזור מכיוון ש"
-#: AgedDebtors.php:374 AgedSuppliers.php:200 Areas.php:94
-#: ConfirmDispatch_Invoice.php:172 ConfirmDispatch_Invoice.php:1005
-#: ConfirmDispatch_Invoice.php:1019 Contracts.php:592 CounterReturns.php:1024
-#: CounterReturns.php:1038 CounterSales.php:1425 CounterSales.php:1439
-#: Credit_Invoice.php:753 Credit_Invoice.php:774 CustItem.php:73
-#: CustItem.php:86 CustItem.php:197 CustomerReceipt.php:574
-#: CustomerReceipt.php:726 CustomerReceipt.php:754 CustomerTransInquiry.php:91
-#: Dashboard.php:259 Dashboard.php:440 DeliveryDetails.php:412
-#: GLProfit_Loss.php:611 GLTagProfit_Loss.php:515 Payments.php:361
-#: PDFRemittanceAdvice.php:85 PurchData.php:114 PurchData.php:132
-#: PurchData.php:360 RecurringSalesOrders.php:267 ReverseGRN.php:192
-#: ReverseGRN.php:206 ReverseGRN.php:385 SelectCreditItems.php:1447
-#: SelectSalesOrder.php:209 SelectSalesOrder.php:375 SellThroughSupport.php:81
+#: AgedDebtors.php:374 AgedSuppliers.php:200 AnalysisHorizontalIncome.php:200
+#: Areas.php:94 ConfirmDispatch_Invoice.php:172
+#: ConfirmDispatch_Invoice.php:1005 ConfirmDispatch_Invoice.php:1019
+#: Contracts.php:599 CounterReturns.php:1024 CounterReturns.php:1038
+#: CounterSales.php:1425 CounterSales.php:1439 Credit_Invoice.php:754
+#: Credit_Invoice.php:775 CustItem.php:73 CustItem.php:86 CustItem.php:197
+#: CustomerReceipt.php:579 CustomerReceipt.php:732 CustomerReceipt.php:760
+#: CustomerTransInquiry.php:91 Dashboard.php:259 Dashboard.php:440
+#: DeliveryDetails.php:412 GLProfit_Loss.php:613 GLTagProfit_Loss.php:516
+#: Payments.php:389 PDFRemittanceAdvice.php:85 PurchData.php:114
+#: PurchData.php:132 PurchData.php:360 RecurringSalesOrders.php:267
+#: ReverseGRN.php:193 ReverseGRN.php:207 ReverseGRN.php:387
+#: SelectCreditItems.php:1454 SelectSalesOrder.php:209
+#: SelectSalesOrder.php:375 SellThroughSupport.php:81
#: SellThroughSupport.php:97 SMTPServer.php:66 StockCheck.php:217
-#: StockClone.php:430 StockClone.php:504 StockCostUpdate.php:78
-#: StockCostUpdate.php:88 StockLocStatus.php:165
-#: StockLocTransferReceive.php:216 StockLocTransferReceive.php:369
-#: StockMovements.php:93 StockQuantityByDate.php:98 StockReorderLevel.php:45
+#: StockClone.php:446 StockClone.php:520 StockCostUpdate.php:78
+#: StockCostUpdate.php:88 StockLocStatus.php:167
+#: StockLocTransferReceive.php:215 StockLocTransferReceive.php:368
+#: StockMovements.php:98 StockQuantityByDate.php:98 StockReorderLevel.php:45
#: StockStatus.php:285 StockTransfers.php:202 StockTransfers.php:232
-#: StockTransfers.php:387 StockUsageGraph.php:55 StockUsage.php:142
+#: StockTransfers.php:388 StockUsageGraph.php:55 StockUsage.php:142
#: SupplierInquiry.php:79 SupplierInquiry.php:101 SupplierInquiry.php:139
#: SupplierInquiry.php:195 SupplierPriceList.php:382
-#: SupplierTransInquiry.php:97 SuppPaymentRun.php:114 SuppPaymentRun.php:188
+#: SupplierTransInquiry.php:103 SuppPaymentRun.php:114 SuppPaymentRun.php:188
#: SuppPaymentRun.php:219 WorkOrderCosting.php:427 WorkOrderReceive.php:305
#: WOSerialNos.php:49 Z_ChangeBranchCode.php:112 Z_ChangeCustomerCode.php:97
#: Z_ChangeSupplierCode.php:88 Z_DeleteCreditNote.php:63
#: Z_DeleteCreditNote.php:73 Z_DeleteCreditNote.php:82 Z_DeleteInvoice.php:88
-#: Z_DeleteInvoice.php:98 Z_DeleteInvoice.php:110 Z_UpdateItemCosts.php:90
+#: Z_DeleteInvoice.php:98 Z_DeleteInvoice.php:110 Z_UpdateItemCosts.php:93
+#: includes/ConnectDB_mysqli.inc:74 includes/ConnectDB_mysql.inc:66
#: includes/PDFPaymentRun_PymtFooter.php:61
#: includes/PDFPaymentRun_PymtFooter.php:91
#: includes/PDFPaymentRun_PymtFooter.p...
[truncated message content] |