|
From: <rc...@us...> - 2015-12-29 18:39:13
|
Revision: 7435
http://sourceforge.net/p/web-erp/reponame/7435
Author: rchacon
Date: 2015-12-29 18:39:08 +0000 (Tue, 29 Dec 2015)
Log Message:
-----------
Rebuild languages files *.pot, *.po and *.mo.
Modified Paths:
--------------
trunk/UserGLAccounts.php
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po
trunk/locale/ar_SY.utf8/LC_MESSAGES/messages.mo
trunk/locale/ar_SY.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.mo
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/ko_KR.utf8/LC_MESSAGES/messages.mo
trunk/locale/ko_KR.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/mr_IN.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/UserGLAccounts.php
===================================================================
--- trunk/UserGLAccounts.php 2015-12-29 18:09:02 UTC (rev 7434)
+++ trunk/UserGLAccounts.php 2015-12-29 18:39:08 UTC (rev 7435)
@@ -18,15 +18,14 @@
unset($SelectedUser);
}
-if(isset($_POST['SelectedGLAccount'])) {
+if(isset($_POST['SelectedGLAccount']) and $_POST['SelectedGLAccount']<>'') {//If POST not empty:
$SelectedGLAccount = mb_strtoupper($_POST['SelectedGLAccount']);
-} elseif(isset($_GET['SelectedGLAccount'])) {
+} elseif(isset($_GET['SelectedGLAccount']) and $_GET['SelectedGLAccount']<>'') {//If GET not empty:
$SelectedGLAccount = mb_strtoupper($_GET['SelectedGLAccount']);
-} else {
- $SelectedGLAccount = '';/*// Unset empty SelectedGLAccount:
+} else {// Unset empty SelectedGLAccount:
unset($_GET['SelectedGLAccount']);
unset($_POST['SelectedGLAccount']);
- unset($SelectedGLAccount);*/
+ unset($SelectedGLAccount);
}
if(isset($_GET['Cancel']) or isset($_POST['Cancel'])) {
@@ -34,6 +33,7 @@
unset($SelectedGLAccount);
}
+
if(!isset($SelectedUser)) {// If is NOT set a user for GL accounts.
echo '<p class="page_title_text"><img alt="" src="', $RootPath, '/css/', $Theme,
'/images/gl.png" title="',// Icon image.
@@ -72,7 +72,7 @@
DB_free_result($Result);
echo '<div class="centre noprint">',// Form buttons:
- '<button name="Process" type="submit" value="Accept"><img alt="" src="', $RootPath, '/css/', $Theme,
+ '<button name="Process" type="submit" value="Submit"><img alt="" src="', $RootPath, '/css/', $Theme,
'/images/user.png" /> ', _('Accept'), '</button> '; // "Accept" button.
} else {// If is set a user for GL accounts ($SelectedUser).
@@ -89,14 +89,14 @@
// BEGIN: Needs $SelectedUser, $SelectedGLAccount:
if(isset($_POST['submit'])) {
- if(!isset('SelectedGLAccount')) {
+ if(!isset($SelectedGLAccount)) {
prnMsg(_('You have not selected an GL Account to be authorised for this user'), 'error');
} else {
// First check the user is not being duplicated
$CheckResult = DB_query("
SELECT count(*)
FROM glaccountusers
- WHERE accountcode= '" . $_POST['SelectedGLAccount'] . "'
+ WHERE accountcode= '" . $SelectedGLAccount . "'
AND userid = '" . $SelectedUser . "'");
$CheckRow = DB_fetch_row($CheckResult);
if($CheckRow[0] > 0) {
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 2015-12-29 18:09:02 UTC (rev 7434)
+++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2015-12-29 18:39:08 UTC (rev 7435)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: webERP 4.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-14 09:07-0600\n"
+"POT-Creation-Date: 2015-12-29 12:33-0600\n"
"PO-Revision-Date: 2013-06-01 11:19-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: Arabic <ar...@li...>\n"
@@ -18,7 +18,7 @@
"X-Generator: Poedit 1.5.4\n"
"X-Launchpad-Export-Date: 2012-03-07 23:01+0000\n"
-#: AccountGroups.php:6 includes/MainMenuLinksArray.php:395
+#: AccountGroups.php:6 includes/MainMenuLinksArray.php:397
msgid "Account Groups"
msgstr "مجموعات العضوية"
@@ -230,48 +230,49 @@
#: 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 CounterReturns.php:1629
-#: CounterSales.php:2097 CounterSales.php:2193 CreditStatus.php:21
-#: Credit_Invoice.php:276 CustEDISetup.php:17 CustItem.php:120
-#: CustItem.php:210 CustItem.php:238 DebtorsAtPeriodEnd.php:129
-#: DiscountCategories.php:12 DiscountCategories.php:149 DiscountMatrix.php:16
-#: EDIMessageFormat.php:105 FixedAssetLocations.php:13
-#: FixedAssetRegister.php:16 FixedAssetRegister.php:256
-#: FixedAssetTransfer.php:14 FormDesigner.php:185 GLBudgets.php:32
-#: GLJournal.php:250 GLJournalInquiry.php:11 HistoricalTestResults.php:42
-#: InternalStockRequest.php:311 InventoryPlanning.php:459
-#: InventoryPlanningPrefSupplier.php:386 MRPReport.php:544
-#: MaintenanceTasks.php:14 MaintenanceUserSchedule.php:16 NoSalesItems.php:91
-#: PDFPickingList.php:29 PDFStockLocTransfer.php:16 POReport.php:60
-#: POReport.php:64 POReport.php:68 PO_AuthorisationLevels.php:10
-#: PO_SelectOSPurchOrder.php:153 PcAssignCashToTab.php:59
-#: PcAssignCashToTab.php:133 PcAssignCashToTab.php:149
-#: PcAssignCashToTab.php:193 PriceMatrix.php:16 Prices.php:11
-#: PricesBasedOnMarkUp.php:8 Prices_Customer.php:35 ProductSpecs.php:38
-#: PurchData.php:241 PurchData.php:373 PurchData.php:401
+#: COGSGLPostings.php:19 CollectiveWorkOrderCost.php:7
+#: CollectiveWorkOrderCost.php:273 CompanyPreferences.php:102
+#: CounterReturns.php:1629 CounterSales.php:2097 CounterSales.php:2193
+#: CreditStatus.php:21 Credit_Invoice.php:276 CustEDISetup.php:17
+#: CustItem.php:120 CustItem.php:210 CustItem.php:238
+#: DebtorsAtPeriodEnd.php:129 DiscountCategories.php:12
+#: DiscountCategories.php:149 DiscountMatrix.php:16 EDIMessageFormat.php:105
+#: FixedAssetLocations.php:13 FixedAssetRegister.php:16
+#: FixedAssetRegister.php:256 FixedAssetTransfer.php:14 FormDesigner.php:185
+#: GLBudgets.php:32 GLJournal.php:250 GLJournalInquiry.php:11
+#: HistoricalTestResults.php:42 InternalStockRequest.php:311
+#: InventoryPlanning.php:459 InventoryPlanningPrefSupplier.php:386
+#: MRPReport.php:544 MaintenanceTasks.php:14 MaintenanceUserSchedule.php:16
+#: NoSalesItems.php:91 PDFPickingList.php:29 PDFStockLocTransfer.php:16
+#: POReport.php:60 POReport.php:64 POReport.php:68
+#: PO_AuthorisationLevels.php:10 PO_SelectOSPurchOrder.php:153
+#: PcAssignCashToTab.php:59 PcAssignCashToTab.php:144
+#: PcAssignCashToTab.php:160 PcAssignCashToTab.php:204 PriceMatrix.php:16
+#: Prices.php:11 PricesBasedOnMarkUp.php:8 Prices_Customer.php:35
+#: ProductSpecs.php:38 PurchData.php:241 PurchData.php:373 PurchData.php:401
#: PurchaseByPrefSupplier.php:305 QATests.php:22 RecurringSalesOrders.php:320
#: RelatedItemsUpdate.php: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 SelectQASamples.php:45
-#: SelectSalesOrder.php:512 SelectSupplier.php:14 SelectSupplier.php:220
+#: SelectCreditItems.php:291 SelectCustomer.php:267 SelectGLAccount.php:77
+#: SelectOrderItems.php:559 SelectOrderItems.php:1469
+#: SelectOrderItems.php:1569 SelectProduct.php:518 SelectQASamples.php:45
+#: SelectSalesOrder.php:512 SelectSupplier.php:14 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 SupplierTenderCreate.php:556
-#: SupplierTenderCreate.php:664 SupplierTenders.php:322
-#: SupplierTenders.php:388 SupplierTransInquiry.php:10 Suppliers.php:304
-#: TestPlanResults.php:27 TopItems.php:118 UnitsOfMeasure.php:10
-#: WWW_Users.php:34 WhereUsedInquiry.php:18 WorkCentres.php:111
-#: WorkCentres.php:163 WorkOrderCosting.php:22 WorkOrderEntry.php:11
-#: WorkOrderIssue.php:22 WorkOrderReceive.php:34 WorkOrderStatus.php:58
-#: Z_BottomUpCosts.php:57 ../webSHOP/includes/header.php:251
+#: Shipt_Select.php:8 StockLocMovements.php:14 StockSerialItemResearch.php:30
+#: SupplierPriceList.php:14 SupplierPriceList.php:224
+#: SupplierPriceList.php:394 SupplierPriceList.php:398
+#: SupplierPriceList.php:449 SupplierPriceList.php:499
+#: SupplierTenderCreate.php:556 SupplierTenderCreate.php:664
+#: SupplierTenders.php:322 SupplierTenders.php:388 SupplierTransInquiry.php:10
+#: Suppliers.php:304 TestPlanResults.php:27 TopItems.php:118
+#: UnitsOfMeasure.php:10 WWW_Users.php:34 WhereUsedInquiry.php:18
+#: WorkCentres.php:111 WorkCentres.php:163 WorkOrderCosting.php:22
+#: WorkOrderEntry.php:11 WorkOrderIssue.php:22 WorkOrderReceive.php:34
+#: WorkOrderStatus.php:58 Z_BottomUpCosts.php:57
+#: ../webSHOP/includes/header.php:251
msgid "Search"
msgstr "إبحث"
@@ -288,8 +289,8 @@
msgstr ""
#: 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 ""
@@ -301,48 +302,49 @@
#: 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:1158
+#: DailyBankTransactions.php:212 DeliveryDetails.php:1158
#: DeliveryDetails.php:1199 DeliveryDetails.php:1202 FormDesigner.php:101
-#: GLTransInquiry.php:74 Labels.php:601 Labels.php:603 Labels.php:628
-#: Locations.php:446 Locations.php:670 Locations.php:672 Locations.php:685
-#: Locations.php:687 Locations.php:703 MRP.php:554 MRP.php:558 MRP.php:562
-#: MRP.php:566 MRP.php:570 MRPCalendar.php:224 PDFChequeListing.php:65
-#: PDFDIFOT.php:80 PDFDeliveryDifferences.php:76 PDFWOPrint.php:600
-#: PDFWOPrint.php:604 PO_AuthorisationLevels.php:134
-#: PO_AuthorisationLevels.php:139 PO_Header.php:807 PO_PDFPurchOrder.php:413
-#: PO_PDFPurchOrder.php:416 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 ProductSpecs.php:188 ProductSpecs.php:409
-#: ProductSpecs.php:414 ProductSpecs.php:420 ProductSpecs.php:425
-#: ProductSpecs.php:430 ProductSpecs.php:562 ProductSpecs.php:608
-#: ProductSpecs.php:610 ProductSpecs.php:621 ProductSpecs.php:623
-#: ProductSpecs.php:634 ProductSpecs.php:636 ProductSpecs.php:647
-#: ProductSpecs.php:649 PurchData.php:296 PurchData.php:667 PurchData.php:670
-#: QATests.php:293 QATests.php:295 QATests.php:306 QATests.php:308
-#: QATests.php:319 QATests.php:321 QATests.php:332 QATests.php:334
-#: QATests.php:345 QATests.php:347 QATests.php:414 QATests.php:419
-#: QATests.php:424 QATests.php:429 QATests.php:434
-#: RecurringSalesOrders.php:493 RecurringSalesOrders.php:496
-#: 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
-#: 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
-#: 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
-#: SystemParameters.php:780 SystemParameters.php:798 SystemParameters.php:805
-#: SystemParameters.php:849 SystemParameters.php:945 SystemParameters.php:1088
+#: 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 MRP.php:554 MRP.php:558 MRP.php:562 MRP.php:566
+#: MRP.php:570 MRPCalendar.php:224 PDFChequeListing.php:65 PDFDIFOT.php:80
+#: PDFDeliveryDifferences.php:76 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
+#: 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
+#: ProductSpecs.php:188 ProductSpecs.php:409 ProductSpecs.php:414
+#: ProductSpecs.php:420 ProductSpecs.php:425 ProductSpecs.php:430
+#: ProductSpecs.php:562 ProductSpecs.php:608 ProductSpecs.php:610
+#: ProductSpecs.php:621 ProductSpecs.php:623 ProductSpecs.php:634
+#: ProductSpecs.php:636 ProductSpecs.php:647 ProductSpecs.php:649
+#: PurchData.php:296 PurchData.php:667 PurchData.php:670 QATests.php:293
+#: QATests.php:295 QATests.php:306 QATests.php:308 QATests.php:319
+#: QATests.php:321 QATests.php:332 QATests.php:334 QATests.php:345
+#: QATests.php:347 QATests.php:414 QATests.php:419 QATests.php:424
+#: QATests.php:429 QATests.php:434 RecurringSalesOrders.php:493
+#: RecurringSalesOrders.php:496 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:227
+#: SelectProduct.php:365 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 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 SystemParameters.php:780
+#: SystemParameters.php:798 SystemParameters.php:805 SystemParameters.php:849
+#: SystemParameters.php:945 SystemParameters.php:1088
#: SystemParameters.php:1090 SystemParameters.php:1100
#: SystemParameters.php:1102 SystemParameters.php:1156
#: SystemParameters.php:1168 SystemParameters.php:1170
@@ -350,9 +352,10 @@
#: SystemParameters.php:1232 SystemParameters.php:1234 TaxGroups.php:310
#: TaxGroups.php:313 TaxGroups.php:364 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 reportwriter/languages/en_US/reports.php:114
+#: 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 "موافق"
@@ -365,14 +368,15 @@
#: 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:1159
+#: DailyBankTransactions.php:214 DeliveryDetails.php:1159
#: DeliveryDetails.php:1200 DeliveryDetails.php:1203 FormDesigner.php:99
-#: GLTransInquiry.php:93 Labels.php:600 Labels.php:604 Labels.php:629
-#: Locations.php:446 Locations.php:675 Locations.php:677 Locations.php:690
-#: Locations.php:692 Locations.php:704 MRP.php:552 MRP.php:556 MRP.php:560
-#: MRP.php:564 MRP.php:568 MRPCalendar.php:226 NoSalesItems.php:191
+#: 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 MRP.php:552 MRP.php:556 MRP.php:560 MRP.php:564
+#: MRP.php:568 MRPCalendar.php:226 NoSalesItems.php:191
#: PDFChequeListing.php:64 PDFDIFOT.php:79 PDFDeliveryDifferences.php:75
-#: PDFWOPrint.php:601 PDFWOPrint.php:605 PO_AuthorisationLevels.php:136
+#: 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 PaymentMethods.php:206 PaymentMethods.php:207
#: PaymentMethods.php:208 PaymentMethods.php:209 PaymentMethods.php:276
@@ -392,8 +396,8 @@
#: 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
+#: SalesPeople.php:372 SalesPeople.php:374 SelectProduct.php:229
+#: SelectProduct.php:367 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
@@ -414,9 +418,10 @@
#: SystemParameters.php:1231 SystemParameters.php:1235 TaxGroups.php:311
#: TaxGroups.php:314 TaxGroups.php:366 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 "ﻻ"
@@ -434,21 +439,21 @@
#: Labels.php:358 Locations.php:439 MRPDemandTypes.php:120 MRPDemands.php:309
#: MailingGroupMaintenance.php:178 MaintenanceTasks.php:118
#: Manufacturers.php:217 PO_AuthorisationLevels.php:151 PaymentMethods.php:210
-#: PaymentTerms.php:205 PcAssignCashToTab.php:277
+#: PaymentTerms.php:205 PcAssignCashToTab.php:288
#: PcClaimExpensesFromTab.php:276 PcExpenses.php:226 PcTabs.php:236
-#: PcTypeTabs.php:180 PriceMatrix.php:287 Prices.php:253
+#: PcTypeTabs.php:180 PriceMatrix.php:293 Prices.php:253
#: Prices_Customer.php:286 ProductSpecs.php:465 PurchData.php:312
#: QATests.php:467 SalesCategories.php:272 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
+#: SecurityTokens.php:130 SelectCustomer.php:616 SelectCustomer.php:635
+#: SelectCustomer.php:665 SelectCustomer.php:683 SelectCustomer.php:707
+#: SelectCustomer.php:724 SelectGLAccount.php:130 SelectGLAccount.php:145
#: SelectQASamples.php:417 SellThroughSupport.php:298 Shippers.php:144
#: StockCategories.php:296 SuppTransGLAnalysis.php:125
#: SupplierContacts.php:165 SupplierTenderCreate.php:157 SupplierTypes.php:170
#: TaxAuthorities.php:172 TaxCategories.php:184 TaxGroups.php:190
#: TaxProvinces.php:179 UnitsOfMeasure.php:185 WWW_Access.php:132
-#: WWW_Users.php:350 WorkCentres.php:142 includes/InputSerialItems.php:110
+#: WWW_Users.php:368 WorkCentres.php:142 includes/InputSerialItems.php:110
#: includes/OutputSerialItems.php:20
#: reportwriter/languages/en_US/reports.php:143
#, php-format
@@ -465,37 +470,37 @@
#: COGSGLPostings.php:220 ContractBOM.php:272 ContractOtherReqts.php:124
#: CounterReturns.php:740 CounterSales.php:836 CreditStatus.php:176
#: Credit_Invoice.php:409 Currencies.php:377 CustItem.php:167
-#: CustomerReceipt.php:987 CustomerTypes.php:206 Customers.php:1166
+#: CustomerReceipt.php:994 CustomerTypes.php:206 Customers.php:1166
#: Departments.php:187 DiscountCategories.php:238 DiscountMatrix.php:183
#: EDIMessageFormat.php:151 FixedAssetCategories.php:191 FreightCosts.php:254
-#: GLAccounts.php:318 GLJournal.php:430 GLTags.php:97 GeocodeSetup.php:174
+#: GLAccounts.php:318 GLJournal.php:431 GLTags.php:97 GeocodeSetup.php:174
#: 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 MRPDemandTypes.php:121 MRPDemands.php:310
#: MailingGroupMaintenance.php:179 MaintenanceTasks.php:119
#: Manufacturers.php:218 PO_AuthorisationLevels.php:153 PO_Items.php:768
-#: PaymentMethods.php:211 PaymentTerms.php:206 Payments.php:1112
-#: PcAssignCashToTab.php:281 PcClaimExpensesFromTab.php:277 PcExpenses.php:227
+#: PaymentMethods.php:211 PaymentTerms.php:206 Payments.php:1114
+#: PcAssignCashToTab.php:292 PcClaimExpensesFromTab.php:277 PcExpenses.php:227
#: PcExpensesTypeTab.php:187 PcTabs.php:237 PcTypeTabs.php:181
-#: PriceMatrix.php:286 Prices.php:254 Prices_Customer.php:287
+#: PriceMatrix.php:292 Prices.php:254 Prices_Customer.php:287
#: 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
#: 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
+#: SelectCustomer.php:617 SelectCustomer.php:636 SelectCustomer.php:666
+#: SelectCustomer.php:684 SelectCustomer.php:708 SelectCustomer.php:725
+#: 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 SuppShiptChgs.php:90
+#: SuppFixedAssetChgs.php:90 SuppInvGRNs.php:150 SuppShiptChgs.php:90
#: SuppTransGLAnalysis.php:126 SupplierContacts.php:166
#: SupplierTenderCreate.php:422 SupplierTenderCreate.php:452
#: SupplierTypes.php:172 TaxAuthorities.php:173 TaxCategories.php:186
#: TaxGroups.php:191 TaxProvinces.php:180 TestPlanResults.php:920
#: UnitsOfMeasure.php:186 WOSerialNos.php:335 WWW_Access.php:133
-#: WWW_Users.php:351 WorkCentres.php:143 includes/InputSerialItemsKeyed.php:60
+#: WWW_Users.php:369 WorkCentres.php:143 includes/InputSerialItemsKeyed.php:60
#: includes/OutputSerialItems.php:99
#: reportwriter/languages/en_US/reports.php:141
#, php-format
@@ -566,22 +571,22 @@
#: 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 GLAccounts.php:265 GeocodeSetup.php:271 Labels.php:641
+#: FreightCosts.php:371 GLAccounts.php:265 GeocodeSetup.php:271 Labels.php:647
#: Locations.php:716 MRPDemandTypes.php:188 MRPDemands.php:424
#: Manufacturers.php:312 OffersReceived.php:57 OffersReceived.php:146
#: PO_AuthorisationLevels.php:264 PaymentMethods.php:302 PaymentTerms.php:310
-#: 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
#: SuppLoginSetup.php:291 SupplierContacts.php:284 TaxAuthorities.php:327
#: TaxCategories.php:244 TaxProvinces.php:234 TestPlanResults.php:967
-#: UnitsOfMeasure.php:241 WWW_Users.php:774 WorkCentres.php:283
+#: UnitsOfMeasure.php:241 WWW_Users.php:792 WorkCentres.php:283
msgid "Enter Information"
msgstr "أدخل المعلومات"
#: AccountSections.php:6 AccountSections.php:172 AccountSections.php:173
-#: includes/MainMenuLinksArray.php:394
+#: includes/MainMenuLinksArray.php:396
msgid "Account Sections"
msgstr "أعدادات العضو"
@@ -639,8 +644,8 @@
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:608
+#: SelectCustomer.php:643
msgid "Customer Contacts"
msgstr ""
@@ -677,7 +682,7 @@
#: AddCustomerTypeNotes.php:48 Areas.php:72 CustomerTypes.php:68
#: DeliveryDetails.php:809 DeliveryDetails.php:826 Factors.php:105
#: FixedAssetItems.php:250 MRPCalendar.php:176 PO_Items.php:380
-#: PcAssignCashToTab.php:91 PcClaimExpensesFromTab.php:82 PcExpenses.php:98
+#: PcAssignCashToTab.php:102 PcClaimExpensesFromTab.php:82 PcExpenses.php:98
#: PcTabs.php:104 PcTypeTabs.php:63 ProductSpecs.php:315 QATests.php:76
#: SalesAnalReptCols.php:129 SalesPeople.php:105 SalesTypes.php:66
#: SelectQASamples.php:85 Stocks.php:589 SupplierTypes.php:68
@@ -698,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
+#: SelectCustomer.php:611 StockDispatch.php:275 StockDispatch.php:286
#: StockDispatch.php:297 SuppTransGLAnalysis.php:108 SupplierContacts.php:152
-#: Tax.php:411 TestPlanResults.php:508 UserLocations.php:176
+#: 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:612 WWW_Access.php:113
#: WWW_Access.php:179
msgid "Role"
msgstr ""
@@ -721,13 +727,13 @@
#: 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:591
-#: PDFWOPrint.php:594 PDFWOPrint.php:674 PDFWOPrint.php:677
+#: 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:429
+#: SelectCustomer.php:614 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
@@ -739,10 +745,10 @@
#: AddCustomerContacts.php:130 AddCustomerContacts.php:250
#: AnalysisHorizontalIncome.php:169 AnalysisHorizontalPosition.php:132
#: Customers.php:1122 Customers.php:1130 PDFQuotation.php:252
-#: PDFQuotationPortrait.php:249 PcAssignCashToTab.php:242
-#: PcAssignCashToTab.php:380 PcAuthorizeExpenses.php:97
+#: PDFQuotationPortrait.php:249 PcAssignCashToTab.php:253
+#: PcAssignCashToTab.php:391 PcAuthorizeExpenses.php:97
#: PcClaimExpensesFromTab.php:238 PcClaimExpensesFromTab.php:405
-#: PcReportTab.php:333 SelectCustomer.php:614 ShopParameters.php:198
+#: PcReportTab.php:333 SelectCustomer.php:615 ShopParameters.php:198
#: SystemParameters.php:411 WOSerialNos.php:306 WOSerialNos.php:312
msgid "Notes"
msgstr ""
@@ -766,8 +772,8 @@
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
+#: PO_Header.php:1026 PO_Header.php:1111 SelectCreditItems.php:245
+#: SelectCustomer.php:427 SelectOrderItems.php:597
#: SupplierTenderCreate.php:395 includes/PDFStatementPageHeader.inc:63
#: includes/PDFTransPageHeader.inc:84
#: includes/PDFTransPageHeaderPortrait.inc:110 ../webSHOP/Checkout.php:389
@@ -775,8 +781,8 @@
msgid "Phone"
msgstr ""
-#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:657
-#: SelectCustomer.php:690
+#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:658
+#: SelectCustomer.php:691
msgid "Customer Notes"
msgstr ""
@@ -814,20 +820,19 @@
#: BankReconciliation.php:212 BankReconciliation.php:289
#: 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 PDFRemittanceAdvice.php:308 PDFWOPrint.php:448
-#: PaymentAllocations.php:66 PcAssignCashToTab.php:238
+#: CustomerTransInquiry.php:100 GLAccountReport.php:347 GLTransInquiry.php:47
+#: GoodsReceived.php:130 MRPCalendar.php:219 PDFRemittanceAdvice.php:308
+#: PDFWOPrint.php:450 PaymentAllocations.php:66 PcAssignCashToTab.php:249
#: PcAuthorizeExpenses.php:93 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
+#: PrintWOItemSlip.php:197 PrintWOItemSlip.php:208 ReverseGRN.php:401
+#: SelectCustomer.php:661 SelectCustomer.php:703 ShipmentCosting.php:538
#: ShipmentCosting.php:615 Shipments.php:489 StockDispatch.php:277
#: StockDispatch.php:288 StockDispatch.php:299 StockLocMovements.php:92
#: StockMovements.php:105 StockSerialItemResearch.php:82
#: SupplierAllocations.php:456 SupplierAllocations.php:569
#: SupplierAllocations.php:644 SupplierInquiry.php:210
-#: SupplierTransInquiry.php:105 Tax.php:408
+#: SupplierTransInquiry.php:111 Tax.php:408
#: includes/PDFQuotationPageHeader.inc:23
#: includes/PDFQuotationPortraitPageHeader.inc:80
#: includes/PDFStatementPageHeader.inc:169 includes/PDFTransPageHeader.inc:51
@@ -837,7 +842,7 @@
msgstr ""
#: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:180
-#: SelectCustomer.php:661 SelectCustomer.php:703 StockClone.php:926
+#: SelectCustomer.php:662 SelectCustomer.php:704 StockClone.php:926
#: Stocks.php:1260 UpgradeDatabase.php:244 UpgradeDatabase.php:247
#: UpgradeDatabase.php:250 UpgradeDatabase.php:253 UpgradeDatabase.php:256
#: UpgradeDatabase.php:259 UpgradeDatabase.php:262 UpgradeDatabase.php:265
@@ -856,7 +861,7 @@
#: AddCustomerNotes.php:120 AddCustomerNotes.php:231
#: AddCustomerTypeNotes.php:114 AddCustomerTypeNotes.php:215
-#: SelectCustomer.php:663 SelectCustomer.php:705
+#: SelectCustomer.php:664 SelectCustomer.php:706
msgid "Priority"
msgstr ""
@@ -877,7 +882,7 @@
msgid "Contact Note"
msgstr ""
-#: AddCustomerTypeNotes.php:5 SelectCustomer.php:699
+#: AddCustomerTypeNotes.php:5 SelectCustomer.php:700
msgid "Customer Type (Group) Notes"
msgstr ""
@@ -893,7 +898,7 @@
msgid "The contacts notes may not be empty"
msgstr ""
-#: AddCustomerTypeNotes.php:48 SelectCustomer.php:731
+#: AddCustomerTypeNotes.php:48 SelectCustomer.php:732
msgid "Customer Group Notes"
msgstr ""
@@ -935,7 +940,7 @@
#: AgedControlledInventory.php:12 InventoryQuantities.php:155
#: InventoryValuation.php:217 Locations.php:12 MRP.php:542 MRPCalendar.php:21
-#: MRPCreateDemands.php:197 MRPDemandTypes.php:17 MRPDemands.php:27
+#: MRPCreateDemands.php:193 MRPDemandTypes.php:17 MRPDemands.php:27
#: MRPPlannedPurchaseOrders.php:265 MRPPlannedWorkOrders.php:247
#: MRPPlannedWorkOrders.php:321 PricesByCost.php:8 ReorderLevel.php:194
#: ReorderLevelLocation.php:12 SelectProduct.php:89 StockDispatch.php:319
@@ -959,15 +964,16 @@
#: 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:567 BOMs.php:914 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
@@ -982,18 +988,18 @@
#: PaymentTerms.php:182 PcExpenses.php:190 PcExpenses.php:296
#: PcExpensesTypeTab.php:171 PcReportTab.php:178 PcTypeTabs.php:164
#: PricesByCost.php:153 RelatedItemsUpdate.php:154 ReorderLevel.php:298
-#: ReorderLevelLocation.php:73 ReverseGRN.php:397 SalesCategories.php:509
+#: ReorderLevelLocation.php:73 ReverseGRN.php:400 SalesCategories.php:509
#: 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:1021 SelectOrderItems.php:1479
+#: SelectOrderItems.php:1641 SelectProduct.php:538 SelectProduct.php:826
#: 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
+#: SelectWorkOrder.php:219 Shipt_Select.php:191 StockClone.php:679
+#: StockCounts.php:142 StockDispatch.php:504 StockLocStatus.php:176
#: StockQuantityByDate.php:109 Stocks.php:1013 SuppCreditGRNs.php:92
-#: SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 SuppInvGRNs.php:120
-#: SuppInvGRNs.php:258 SuppPriceList.php:309 SupplierCredit.php:317
-#: SupplierCredit.php:385 SupplierInvoice.php:666 SupplierInvoice.php:746
+#: SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 SuppInvGRNs.php:122
+#: SuppInvGRNs.php:264 SuppPriceList.php:309 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
@@ -1001,7 +1007,7 @@
#: 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
-#: api/api_xml-rpc.php:3489 includes/PDFGrnHeader.inc:29
+#: api/api_xml-rpc.php:3489 includes/PDFGrnHeader.inc:30
#: includes/PDFInventoryPlanPageHeader.inc:51
#: includes/PDFOstdgGRNsPageHeader.inc:38
#: includes/PDFStockLocTransferHeader.inc:65
@@ -1035,12 +1041,12 @@
#: 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
@@ -1048,7 +1054,7 @@
#: SalesByTypePeriodInquiry.php:395 SalesByTypePeriodInquiry.php:430
#: SalesByTypePeriodInquiry.php:465 SalesByTypePeriodInquiry.php:500
#: SalesByTypePeriodInquiry.php:561 SelectCreditItems.php:692
-#: SelectCreditItems.php:696 SelectOrderItems.php:1317
+#: SelectCreditItems.php:696 SelectOrderItems.php:1319
#: SuppContractChgs.php:107 SuppFixedAssetChgs.php:97 SuppShiptChgs.php:97
#: SuppTransGLAnalysis.php:139 SupplierAllocations.php:458
#: SupplierAllocations.php:570 SupplierAllocations.php:645
@@ -1081,8 +1087,8 @@
#: 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
@@ -1119,10 +1125,10 @@
#: 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 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 GetStockImage.php:150 InventoryPlanning.php:102
+#: FTP_RadioBeacon.php:187 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 GetStockImage.php:150 InventoryPlanning.php:102
#: InventoryPlanning.php:179 InventoryPlanning.php:216
#: InventoryPlanning.php:265 InventoryPlanning.php:340
#: InventoryPlanningPrefSupplier.php:186 InventoryPlanningPrefSupplier.php:244
@@ -1138,8 +1144,8 @@
#: MailInventoryValuation.php:243 MailInventoryValuation.php:251
#: 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
@@ -1177,7 +1183,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:167 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
@@ -1186,35 +1192,35 @@
msgid "could not be retrieved because"
msgstr ""
-#: AgedDebtors.php:374 AgedSuppliers.php:200 AnalysisHorizontalIncome.php:199
+#: 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:592 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:574 CustomerReceipt.php:726 CustomerReceipt.php:754
+#: CustomerReceipt.php:580 CustomerReceipt.php:733 CustomerReceipt.php:761
#: CustomerTransInquiry.php:91 Dashboard.php:259 Dashboard.php:440
-#: DeliveryDetails.php:412 GLProfit_Loss.php:611 GLTagProfit_Loss.php:515
+#: DeliveryDetails.php:412 GLProfit_Loss.php:613 GLTagProfit_Loss.php:516
#: PDFRemittanceAdvice.php:85 Payments.php:361 PurchData.php:114
#: PurchData.php:132 PurchData.php:360 RecurringSalesOrders.php:267
-#: ReverseGRN.php:192 ReverseGRN.php:206 ReverseGRN.php:385 SMTPServer.php:66
+#: ReverseGRN.php:193 ReverseGRN.php:207 ReverseGRN.php:387 SMTPServer.php:66
#: SelectCreditItems.php:1447 SelectSalesOrder.php:209
#: SelectSalesOrder.php:375 SellThroughSupport.php:81
#: SellThroughSupport.php:97 StockCheck.php:217 StockClone.php:430
#: StockClone.php:504 StockCostUpdate.php:78 StockCostUpdate.php:88
-#: StockLocStatus.php:165 StockLocTransferReceive.php:215
+#: 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
#: StockUsage.php:142 StockUsageGraph.php:55 SuppPaymentRun.php:114
#: SuppPaymentRun.php:188 SuppPaymentRun.php:219 SupplierInquiry.php:79
#: SupplierInquiry.php:101 SupplierInquiry.php:139 SupplierInquiry.php:195
-#: SupplierPriceList.php:382 SupplierTransInquiry.php:97 WOSerialNos.php:49
+#: SupplierPriceList.php:382 SupplierTransInquiry.php:103 WOSerialNos.php:49
#: WorkOrderCosting.php:427 WorkOrderReceive.php:305
#: 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_mysql.inc:66 includes/ConnectDB_mysqli.inc:74
#: includes/PDFPaymentRun_PymtFooter.php:61
#: includes/PDFPaymentRun_PymtFooter.php:91
@@ -1371,10 +1377,10 @@
#: AnalysisHorizontalIncome.php:10 AnalysisHorizontalPosition.php:10
#: BOMs.php:126 BOMs.php:132 BOMs.php:140 BOMs.php:932 BankAccounts.php:369
-#: InternalStockRequest.php:579 PO_SelectOSPurchOrder.php:621
+#: InternalStockRequest.php:579 PO_SelectOSPurchOrder.php:627
#: PaymentTerms.php:190 PaymentTerms.php:196 SalesAnalReptCols.php:285
-#: SelectProduct.php:135 SelectProduct.php:185 SelectProduct.php:246
-#: SelectProduct.php:247 SelectProduct.php:768
+#: SelectProduct.php:135 SelectProduct.php:184 SelectProduct.php:244
+#: SelectProduct.php:245 SelectProduct.php:846
#: StockCategorySalesInquiry.php:154 StockCategorySalesInquiry.php:188
#: StockCategorySalesInquiry.php:189 StockCategorySalesInquiry.php:194
#: StockCategorySalesInquiry.php:217 StockCategorySalesInquiry.php:230
@@ -1384,7 +1390,7 @@
#: AnalysisHorizontalIncome.php:15 AnalysisHorizontalIncome.php:31
#: AnalysisHorizontalIncome.php:146 AnalysisHorizontalIncome.php:147
-#: includes/MainMenuLinksArray.php:374
+#: includes/MainMenuLinksArray.php:376
msgid "Horizontal Analysis of Statement of Comprehensive Income"
msgstr ""
@@ -1473,49 +1479,49 @@
msgid "Show on Screen (HTML)"
msgstr ""
-#: AnalysisHorizontalIncome.php:121 AnalysisHorizontalIncome.php:521
-#: AnalysisHorizontalPosition.php:88 AnalysisHorizontalPosition.php:370
-#: DailyBankTransactions.php:190 GLBalanceSheet.php:718 GLProfit_Loss.php:1315
-#: GLTrialBalance.php:736
+#: AnalysisHorizontalIncome.php:121 AnalysisHorizontalIncome.php:522
+#: AnalysisHorizontalPosition.php:88 AnalysisHorizontalPosition.php:371
+#: DailyBankTransactions.php:255 GLAccountUsers.php:253 GLBalanceSheet.php:720
+#: GLProfit_Loss.php:1317 GLTrialBalance.php:740 UserGLAccounts.php:259
msgid "Return"
msgstr ""
#: AnalysisHorizontalIncome.php:131 GLProfit_Loss.php:147
-#: GLProfit_Loss.php:576 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:479
+#: GLProfit_Loss.php:577 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:480
msgid "A period up to 12 months in duration can be specified"
msgstr ""
#: AnalysisHorizontalIncome.php:131 GLProfit_Loss.php:147
-#: GLProfit_Loss.php:576 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:479
+#: GLProfit_Loss.php:577 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:480
msgid ""
"the system automatically shows a comparative for the same period from the "
"previous year"
msgstr ""
#: AnalysisHorizontalIncome.php:131 GLProfit_Loss.php:147
-#: GLProfit_Loss.php:576 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:479
+#: GLProfit_Loss.php:577 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:480
msgid "it cannot do this if a period of more than 12 months is specified"
msgstr ""
#: AnalysisHorizontalIncome.php:131 GLProfit_Loss.php:147
-#: GLProfit_Loss.php:576 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:479
+#: GLProfit_Loss.php:577 GLTagProfit_Loss.php:155 GLTagProfit_Loss.php:480
msgid "Please select an alternative period range"
msgstr ""
-#: AnalysisHorizontalIncome.php:149 FreightCosts.php:76 GLProfit_Loss.php:622
+#: AnalysisHorizontalIncome.php:149 FreightCosts.php:76 GLProfit_Loss.php:624
#: MRPReport.php:446 SalesGraph.php:229 SalesGraph.php:237
msgid "For"
msgstr ""
-#: AnalysisHorizontalIncome.php:149 GLProfit_Loss.php:622
-#: GLTagProfit_Loss.php:529 GLTrialBalance.php:440 Tax.php:25
+#: AnalysisHorizontalIncome.php:149 GLProfit_Loss.php:624
+#: GLTagProfit_Loss.php:530 GLTrialBalance.php:444 Tax.php:25
#: includes/PDFTaxPageHeader.inc:31
msgid "months to"
msgstr ""
#: AnalysisHorizontalIncome.php:150 AnalysisHorizontalPosition.php:113
#: Contracts.php:829 CustomerAccount.php:230 CustomerInquiry.php:162
-#: CustomerReceipt.php:1022 GLBalanceSheet.php:402 GLProfit_Loss.php:624
+#: CustomerReceipt.php:1029 GLBalanceSheet.php:404 GLProfit_Loss.php:626
#: PDFRemittanceAdvice.php:275 PO_Header.php:609 PrintCustTrans.php:776
#: PrintCustTransPortrait.php:933 SupplierInquiry.php:121
#: includes/PDFQuotationPageHeader.inc:88
@@ -1527,10 +1533,10 @@
msgstr ""
#: AnalysisHorizontalIncome.php:155 AnalysisHorizontalPosition.php:118
-#: GLAccountInquiry.php:47 GLAccounts.php:196 GLBalanceSheet.php:408
-#: GLProfit_Loss.php:633 GLTagProfit_Loss.php:536 GLTrialBalance.php:448
+#: GLAccountInquiry.php:49 GLAccounts.php:196 GLBalanceSheet.php:410
+#: GLProfit_Loss.php:635 GLTagProfit_Loss.php:537 GLTrialBalance.php:452
#: ImportBankTransAnalysis.php:206 PrintCustTransPortrait.php:96
-#: SuppTransGLAnalysis.php:107 SupplierCredit.php:458 SupplierInvoice.php:828
+#: SuppTransGLAnalysis.php:107 SupplierCredit.php:458 SupplierInvoice.php:832
#: includes/PDFProfitAndLossPageHeader.inc:31
#: includes/PDFTagProfitAndLossPageHeader.inc:33
#: includes/PDFTrialBalancePageHeader.inc:28
@@ -1539,9 +1545,9 @@
#: AnalysisHorizontalIncome.php:156 AnalysisHorizontalPosition.php:119
#: Dashboard.php:533 GLAccounts.php:242 GLAccounts.php:295
-#: GLBalanceSheet.php:409 GLCodesInquiry.php:27 GLProfit_Loss.php:634
-#: GLTagProfit_Loss.php:537 GLTrialBalance.php:449 SelectGLAccount.php:113
-#: SupplierCredit.php:459 SupplierInvoice.php:829
+#: GLBalanceSheet.php:411 GLCodesInquiry.php:27 GLProfit_Loss.php:636
+#: GLTagProfit_Loss.php:538 GLTrialBalance.php:453 SelectGLAccount.php:126
+#: SupplierCredit.php:459 SupplierInvoice.php:833
#: Z_CreateCompanyTemplateFile.php:237
#: includes/PDFProfitAndLossPageHeader.inc:32
#: includes/PDFTagProfitAndLossPageHeader.inc:34
@@ -1550,8 +1556,8 @@
msgstr ""
#: AnalysisHorizontalIncome.php:161 AnalysisHorizontalPosition.php:124
-#: GLBalanceSheet.php:411 GLBalanceSheet.php:417 GLProfit_Loss.php:637
-#: GLProfit_Loss.php:644 includes/PDFBalanceSheetPageHeader.inc:30
+#: GLBalanceSheet.php:413 GLBalanceSheet.php:419 GLProfit_Loss.php:639
+#: GLProfit_Loss.php:646 includes/PDFBalanceSheetPageHeader.inc:30
#: includes/PDFProfitAndLossPageHeader.inc:35
#: includes/PDFTagProfitAndLossPageHeader.inc:37
msgid "Last Year"
@@ -1579,62 +1585,62 @@
"that account."
msgstr ""
-#: AnalysisHorizontalIncome.php:199 AnalysisHorizontalPosition.php:174
-#: GLBalanceSheet.php:153 GLBalanceSheet.php:390 GLCodesInquiry.php:18
-#: GLProfit_Loss.php:189 GLProfit_Loss.php:611 GLTagProfit_Loss.php:196
-#: GLTagProfit_Loss.php:515 GLTrialBalance.php:167 GLTrialBalance.php:434
+#: AnalysisHorizontalIncome.php:200 AnalysisHorizontalPosition.php:175
+#: GLBalanceSheet.php:154 GLBalanceSheet.php:392 GLCodesInquiry.php:18
+#: GLProfit_Loss.php:190 GLProfit_Loss.php:613 GLTagProfit_Loss.php:197
+#: GLTagProfit_Loss.php:516 GLTrialBalance.php:169 GLTrialBalance.php:438
msgid "No general ledger accounts were returned by the SQL because"
msgstr ""
-#: AnalysisHorizontalIncome.php:230 AnalysisHorizontalIncome.php:251
-#: AnalysisHorizontalIncome.php:406 AnalysisHorizontalIncome.php:437
-#: GLProfit_Loss.php:240 GLProfit_Loss.php:269 GLProfit_Loss.php:437
-#: GLProfit_Loss.php:466 GLProfit_Loss.php:682 GLProfit_Loss.php:728
-#: GLProfit_Loss.php:1041 GLProfit_Loss.php:1086 GLTagProfit_Loss.php:239
-#: GLTagProfit_Loss.php:264 GLTagProfit_Loss.php:384 GLTagProfit_Loss.php:407
-#: GLTagProfit_Loss.php:579 GLTagProfit_Loss.php:613 GLTagProfit_Loss.php:798
-#: GLTagProfit_Loss.php:824
+#: AnalysisHorizontalIncome.php:231 AnalysisHorizontalIncome.php:252
+#: AnalysisHorizontalIncome.php:407 AnalysisHorizontalIncome.php:438
+#: GLProfit_Loss.php:241 GLProfit_Loss.php:270 GLProfit_Loss.php:438
+#: GLProfit_Loss.php:467 GLProfit_Loss.php:684 GLProfit_Loss.php:730
+#: GLProfit_Loss.php:1043 GLProfit_Loss.php:1088 GLTagProfit_Loss.php:240
+#: GLTagProfit_Loss.php:265 GLTagProfit_Loss.php:385 GLTagProfit_Loss.php:408
+#: GLTagProfit_Loss.php:580 GLTagProfit_Loss.php:614 GLTagProfit_Loss.php:799
+#: GLTagProfit_Loss.php:825
msgid "total"
msgstr ""
-#: AnalysisHorizontalIncome.php:311 AnalysisHorizontalIncome.php:480
-#: Contracts.php:937 GLProfit_Loss.php:323 GLProfit_Loss.php:516
-#: GLProfit_Loss.php:829 GLProfit_Loss.php:1186 GLTagProfit_Loss.php:309
-#: GLTagProfit_Loss.php:447 GLTagProfit_Loss.php:684 GLTagProfit_Loss.php:883
+#: AnalysisHorizontalIncome.php:312 AnalysisHorizontalIncome.php:481
+#: Contracts.php:937 GLProfit_Loss.php:324 GLProfit_Loss.php:517
+#: GLProfit_Loss.php:831 GLProfit_Loss.php:1188 GLTagProfit_Loss.php:310
+#: GLTagProfit_Loss.php:448 GLTagProfit_Loss.php:685 GLTagProfit_Loss.php:884
#: PDFPriceList.php:431 SalesAnalReptCols.php:31 SalesAnalReptCols.php:33
#: SalesByTypePeriodInquiry.php:362 SalesCategoryPeriodInquiry.php:169
#: SalesGraph.php:196 SalesGraph.php:215 SalesGraph.php:278
-#: SelectProduct.php:180
+#: SelectProduct.php:179
#, php-format
msgid "Gross Profit"
msgstr ""
-#: AnalysisHorizontalIncome.php:322
+#: AnalysisHorizontalIncome.php:323
msgid "Earnings after"
msgstr ""
-#: AnalysisHorizontalIncome.php:500
+#: AnalysisHorizontalIncome.php:501
msgid "Net Profit"
msgstr ""
-#: AnalysisHorizontalIncome.php:517 AnalysisHorizontalPosition.php:366
-#: DailyBankTransactions.php:184 GLBalanceSheet.php:714 GLProfit_Loss.php:1311
-#: GLTrialBalance.php:732
+#: AnalysisHorizontalIncome.php:518 AnalysisHorizontalPosition.php:367
+#: DailyBankTransactions.php:249 GLAccountUsers.php:248 GLBalanceSheet.php:716
+#: GLProfit_Loss.php:1313 GLTrialBalance.php:736 UserGLAccounts.php:254
msgid "Print This"
msgstr ""
-#: AnalysisHorizontalIncome.php:518 AnalysisHorizontalIncome.php:519
-#: AnalysisHorizontalPosition.php:367 AnalysisHorizontalPosition.php:368
-#: DailyBankTransactions.php:185 GLBalanceSheet.php:715 GLProfit_Loss.php:1312
-#: GLProfit_Loss.php:1313 GLTagProfit_Loss.php:938 GLTrialBalance.php:24
-#: GLTrialBalance.php:733 GLTrialBalance.php:734 SalesGraph.php:20
+#: AnalysisHorizontalIncome.php:519 AnalysisHorizontalIncome.php:520
+#: AnalysisHorizontalPosition.php:368 AnalysisHorizontalPosition.php:369
+#: DailyBankTransactions.php:250 GLBalanceSheet.php:717 GLProfit_Loss.php:1314
+#: GLProfit_Loss.php:1315 GLTagProfit_Loss.php:939 GLTrialBalance.php:24
+#: GLTrialBalance.php:737 GLTrialBalance.php:738 SalesGraph.php:20
#: SalesGraph.php:29 SalesGraph.php:34
msgid "Select A Different Period"
msgstr ""
#: AnalysisHorizontalPosition.php:15 AnalysisHorizontalPosition.php:28
#: AnalysisHorizontalPosition.php:109 AnalysisHorizontalPosition.php:110
-#: includes/MainMenuLinksArray.php:375
+#: includes/MainMenuLinksArray.php:377
msgid "Horizontal Analysis of Statement of Financial Position"
msgstr ""
@@ -1646,7 +1652,7 @@
msgid "Select the balance date"
msgstr ""
-#: AnalysisHorizontalPosition.php:112 GLBalanceSheet.php:401
+#: AnalysisHorizontalPosition.php:112 GLBalanceSheet.php:403
#: includes/PDFDebtorBalsPageHeader.inc:17
#: includes/PDFSupplierBalsPageHeader.inc:17
msgid "as at"
@@ -1659,14 +1665,14 @@
msgstr ""
#: AnalysisHorizontalPosition.php:148 GLBalanceSheet.php:114
-#: GLBalanceSheet.php:364
+#: GLBalanceSheet.php:365
msgid ""
"The accumulated profits brought forward could not be calculated by the SQL "
"because"
msgstr ""
-#: AnalysisHorizontalPosition.php:350 GLBalanceSheet.php:325
-#: GLBalanceSheet.php:694
+#: AnalysisHorizontalPosition.php:351 GLBalanceSheet.php:326
+#: GLBalanceSheet.php:696
#, php-format
msgid "Check Total"
msgstr ""
@@ -1738,7 +1744,7 @@
#: Areas.php:131 CustomerTypes.php:167 Factors.php:140
#: FixedAssetCategories.php:142 GLAccounts.php:196
#: InternalStockCategoriesByRole.php:102 Locations.php:380 MRPDemands.php:250
-#: Manufacturers.php:163 PcAssignCashToTab.php:138
+#: Manufacturers.php:163 PcAssignCashToTab.php:149
#: PcClaimExpensesFromTab.php:130 PcExpenses.php:169 PcExpensesTypeTab.php:101
#: PcTabs.php:168 PcTypeTabs.php:143 SalesAnalReptCols.php:215
#: SalesCategories.php:139 SalesTypes.php:156 StockCategories.php:233
@@ -1791,13 +1797,15 @@
msgid "User ID"
msgstr ""
-#: AuditTrai...
[truncated message content] |