|
From: <dai...@us...> - 2015-05-17 01:42:24
|
Revision: 7303
http://sourceforge.net/p/web-erp/reponame/7303
Author: daintree
Date: 2015-05-17 01:42:19 +0000 (Sun, 17 May 2015)
Log Message:
-----------
before 4.12.3 release
Modified Paths:
--------------
trunk/UpgradeDatabase.php
trunk/doc/Change.log
trunk/includes/ConnectDB.inc
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po
trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.mo
trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po
trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo
trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po
trunk/locale/el_GR.utf8/LC_MESSAGES/messages.mo
trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po
trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot
trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo
trunk/locale/en_US.utf8/LC_MESSAGES/messages.po
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
trunk/locale/et_EE.utf8/LC_MESSAGES/messages.mo
trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po
trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.mo
trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po
trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.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/lv_LV.utf8/LC_MESSAGES/messages.mo
trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po
trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.mo
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
trunk/sql/mysql/country_sql/default.sql
trunk/sql/mysql/country_sql/demo.sql
trunk/sql/mysql/upgrade4.12.2-4.13.sql
Added Paths:
-----------
trunk/sql/mysql/upgrade4.12.2-4.12.3.sql
Modified: trunk/UpgradeDatabase.php
===================================================================
--- trunk/UpgradeDatabase.php 2015-05-16 23:43:12 UTC (rev 7302)
+++ trunk/UpgradeDatabase.php 2015-05-17 01:42:19 UTC (rev 7303)
@@ -190,6 +190,8 @@
$SQLScripts[] = './sql/mysql/upgrade4.12-4.12.1.sql';
case '4.12.1':
$SQLScripts[] = './sql/mysql/upgrade4.12.1-4.12.2.sql';
+ case '4.12.2':
+ $SQLScripts[] = './sql/mysql/upgrade4.12.2-4.12.3.sql';
break;
} //end switch
}
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-05-16 23:43:12 UTC (rev 7302)
+++ trunk/doc/Change.log 2015-05-17 01:42:19 UTC (rev 7303)
@@ -1,7 +1,9 @@
webERP Change Log
+17/5/15 Version 4.12.3
17/5/15 Phil: Made currencies delete check first for bank accounts set up using the currency - as reported by Ricard
10/05/15 RChacon: New features: (1) GL account code for an inventory location, so that you can have general ledger transactions of inventory transfers to or from this location; useful for pledged inventory and goods on consignment. (2) Allow Invoicing parameter to allow or deny the availability of a location to be delivered; useful when a location stores compromised good that can not be sold.
+09/05/15 Exson: Fixed no input filtering bug which cause input failure and location quantity become mess in WorkOrderReceive.php. But the transaction failure maybe still there.
08/05/15 RChacon: In DeliveryDetails.php, add $ViewTopic and $BookMark to ManualSalesOrders.html.
07/05/15 RChacon: In CustomerInquiry.php, hide submit button and 'More Info' columns when printing. Add thead tag to enable the table header to be printed at the top of each page.
07/05/15 RChacon: In SupplierInquiry.php, hide submit button and 'More Info' columns when printing. Add thead tag to enable the table header to be printed at the top of each page.
@@ -25,10 +27,6 @@
01/4/15 Exson: Fixed the bug that when delete one gl item from the payment details, the bank account related setting will disappeared in Payments.php. Reported by Steven.
01/4/15 Thumb: Add a Z_ImportCustbranch.php script to import customer branches.
30/3/15 Vitaly: Get all taxes for the tax group, even if calculationorder is left at default value 0.
-
-
-
-09/05/15 Exson: Fixed no input filtering bug which cause input failure and location quantity become mess in WorkOrderReceive.php. But the transaction failure maybe still there.
29/3/15 Phil: Allow dummy/service items to be propogated to CounterLogic POS installs through the api
27/3/15 Exson: Remove redundant code from PrintCustTrans.php.
27/3/15 Exson: Make credit not for freight only is printable in PrintCustTrans.php.
Modified: trunk/includes/ConnectDB.inc
===================================================================
--- trunk/includes/ConnectDB.inc 2015-05-16 23:43:12 UTC (rev 7302)
+++ trunk/includes/ConnectDB.inc 2015-05-17 01:42:19 UTC (rev 7303)
@@ -4,7 +4,7 @@
* this value is saved in the $_SESSION['Versionumber'] when includes/GetConfig.php is run
* if VersionNumber is < $Version then the DB update script is run */
-$Version='4.12.2'; //must update manually every time there is a DB change
+$Version='4.12.3'; //must update manually every time there is a DB change
require_once ($PathPrefix .'includes/MiscFunctions.php');
if (!isset($_SESSION['DatabaseName'])){
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-05-16 23:43:12 UTC (rev 7302)
+++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2015-05-17 01:42:19 UTC (rev 7303)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: webERP 4.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-05-10 11:26-0600\n"
+"POT-Creation-Date: 2015-05-17 13:40+1200\n"
"PO-Revision-Date: 2013-06-01 11:19-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: Arabic <ar...@li...>\n"
@@ -157,25 +157,25 @@
#: AccountGroups.php:213 AccountGroups.php:248 AccountSections.php:130
#: Areas.php:115 Areas.php:124 BankAccounts.php:165 CreditStatus.php:125
-#: Currencies.php:247 Currencies.php:255 Currencies.php:263
+#: Currencies.php:247 Currencies.php:255 Currencies.php:263 Currencies.php:273
#: CustomerBranches.php:300 CustomerBranches.php:310 CustomerBranches.php:320
-#: CustomerBranches.php:330 CustomerBranches.php:340 CustomerTypes.php:146
-#: CustomerTypes.php:156 Customers.php:296 Customers.php:305 Customers.php:313
-#: Customers.php:324 Customers.php:334 Departments.php:141 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 MRPDemandTypes.php:87 Manufacturers.php:154
-#: PaymentMethods.php:143 PaymentTerms.php:146 PaymentTerms.php:153
-#: PcExpenses.php:161 SalesCategories.php:128 SalesCategories.php:135
-#: 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
-#: SupplierTypes.php:126 Suppliers.php:646 Suppliers.php:655 Suppliers.php:663
-#: TaxCategories.php:132 TaxGroups.php:134 TaxGroups.php:142
-#: TaxProvinces.php:129 UnitsOfMeasure.php:135 WWW_Access.php:88
-#: WorkCentres.php:89 WorkCentres.php:95
+#: CustomerBranches.php:330 CustomerBranches.php:340 Customers.php:296
+#: Customers.php:305 Customers.php:313 Customers.php:324 Customers.php:334
+#: CustomerTypes.php:146 CustomerTypes.php:156 Departments.php:141
+#: 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
+#: 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
+#: 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
msgid "There are"
msgstr "يوجد"
@@ -232,46 +232,46 @@
#: 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
+#: Credit_Invoice.php:276 CreditStatus.php:21 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
+#: GLBudgets.php:32 GLJournalInquiry.php:11 GLJournal.php:250
#: 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
-#: 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
-#: 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
+#: 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
+#: 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
+#: Prices.php:11 ProductSpecs.php:38 PurchaseByPrefSupplier.php:305
+#: PurchData.php:241 PurchData.php:373 PurchData.php:401 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 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
+#: SupplierPriceList.php:499 Suppliers.php:304 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
+#: 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
+#: 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
msgid "Search"
msgstr "إبحث"
@@ -298,22 +298,22 @@
#: CompanyPreferences.php:425 CompanyPreferences.php:427
#: CompanyPreferences.php:440 CompanyPreferences.php:442
#: CompanyPreferences.php:455 CompanyPreferences.php:457
-#: ContractCosting.php:202 Currencies.php:333 Currencies.php:511
-#: Currencies.php:513 CustomerBranches.php:452 Customers.php:659
+#: 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:1159
-#: DeliveryDetails.php:1202 DeliveryDetails.php:1205 FormDesigner.php:101
+#: 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 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
+#: 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
#: 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
+#: PO_PDFPurchOrder.php:416 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
@@ -352,32 +352,32 @@
#: 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
+#: WWW_Users.php:706
msgid "Yes"
msgstr "موافق"
#: AccountGroups.php:313 AccountGroups.php:450 AccountGroups.php:452
-#: BOMs.php:130 BOMs.php:801 BOMs.php:805 BankAccounts.php:218
-#: BankAccounts.php:412 BankAccounts.php:414 BankAccounts.php:418
-#: BankAccounts.php:426 CompanyPreferences.php:424 CompanyPreferences.php:428
+#: 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
#: CompanyPreferences.php:439 CompanyPreferences.php:443
#: CompanyPreferences.php:454 CompanyPreferences.php:458
-#: ContractCosting.php:200 Currencies.php:335 Currencies.php:516
-#: Currencies.php:518 CustomerBranches.php:452 Customers.php:658
+#: 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:1160
-#: DeliveryDetails.php:1203 DeliveryDetails.php:1206 FormDesigner.php:99
+#: 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 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
+#: 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
#: 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
-#: PaymentMethods.php:283 PaymentMethods.php:290 PaymentMethods.php:297
-#: PcAuthorizeExpenses.php:246 ProductSpecs.php:191 ProductSpecs.php:411
+#: PO_PDFPurchOrder.php:417 ProductSpecs.php:191 ProductSpecs.php:411
#: ProductSpecs.php:417 ProductSpecs.php:422 ProductSpecs.php:427
#: ProductSpecs.php:432 ProductSpecs.php:613 ProductSpecs.php:615
#: ProductSpecs.php:626 ProductSpecs.php:628 ProductSpecs.php:639
@@ -417,40 +417,37 @@
#: 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
-#: reportwriter/languages/en_US/reports.php:82
msgid "No"
msgstr "ﻻ"
#: AccountGroups.php:322 AccountSections.php:191 AddCustomerContacts.php:148
#: AddCustomerNotes.php:137 AddCustomerTypeNotes.php:131 Areas.php:164
-#: BOMs.php:157 BankAccounts.php:243 COGSGLPostings.php:112
-#: COGSGLPostings.php:219 CreditStatus.php:175 Currencies.php:365
-#: Currencies.php:382 CustItem.php:166 CustomerBranches.php:456
-#: CustomerTypes.php:205 Customers.php:1131 Customers.php:1165
+#: BankAccounts.php:243 BOMs.php:157 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
#: Departments.php:186 EDIMessageFormat.php:150 Factors.php:334
#: FixedAssetCategories.php:190 FixedAssetLocations.php:111
-#: FreightCosts.php:253 GLAccounts.php:317 GLTags.php:96 GeocodeSetup.php:173
+#: 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 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
-#: PcClaimExpensesFromTab.php:276 PcExpenses.php:226 PcTabs.php:236
-#: PcTypeTabs.php:180 PriceMatrix.php:287 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
-#: SelectQASamples.php:417 SellThroughSupport.php:298 Shippers.php:144
-#: StockCategories.php:296 SuppTransGLAnalysis.php:125
+#: Labels.php:358 Locations.php:439 MailingGroupMaintenance.php:178
+#: MaintenanceTasks.php:118 Manufacturers.php:217 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
+#: 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 SelectQASamples.php:417
+#: SellThroughSupport.php:298 Shippers.php:144 StockCategories.php:296
#: 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
-#: includes/OutputSerialItems.php:20
-#: reportwriter/languages/en_US/reports.php:143
+#: 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
+#: includes/InputSerialItems.php:110 includes/OutputSerialItems.php:20
#, php-format
msgid "Edit"
msgstr "تحرير"
@@ -461,24 +458,24 @@
#: AccountGroups.php:323 AccountSections.php:195 AddCustomerContacts.php:149
#: AddCustomerNotes.php:138 AddCustomerTypeNotes.php:132 Areas.php:165
-#: BOMs.php:159 BankAccounts.php:244 COGSGLPostings.php:113
+#: BankAccounts.php:244 BOMs.php:159 COGSGLPostings.php:113
#: COGSGLPostings.php:220 ContractBOM.php:272 ContractOtherReqts.php:124
-#: CounterReturns.php:740 CounterSales.php:836 CreditStatus.php:176
-#: Credit_Invoice.php:409 Currencies.php:368 CustItem.php:167
-#: CustomerReceipt.php:989 CustomerTypes.php:206 Customers.php:1166
+#: 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
#: 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
+#: GeocodeSetup.php:174 GLAccounts.php:318 GLJournal.php:430 GLTags.php:97
#: ImportBankTransAnalysis.php:224 InternalStockCategoriesByRole.php:184
#: InternalStockRequest.php:294 Labels.php:334 Labels.php:359 Labels.php:607
-#: 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
+#: 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
-#: PriceMatrix.php:286 Prices.php:254 Prices_Customer.php:287
-#: ProductSpecs.php:466 PurchData.php:314 PurchData.php:721 QATests.php:468
+#: PO_AuthorisationLevels.php:153 PO_Items.php:768 PriceMatrix.php:286
+#: 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
#: SalesGLPostings.php:138 SalesGLPostings.php:256 SalesPeople.php:241
@@ -489,15 +486,14 @@
#: 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
-#: SuppTransGLAnalysis.php:126 SupplierContacts.php:166
+#: SuppFixedAssetChgs.php:90 SuppInvGRNs.php:147 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
+#: SupplierTypes.php:172 SuppShiptChgs.php:90 SuppTransGLAnalysis.php:126
+#: TaxAuthorities.php:173 TaxCategories.php:186 TaxGroups.php:191
+#: 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
#: includes/OutputSerialItems.php:99
-#: reportwriter/languages/en_US/reports.php:141
#, php-format
msgid "Delete"
msgstr "حذف"
@@ -562,21 +558,21 @@
#: AccountGroups.php:462 AccountSections.php:262 AddCustomerContacts.php:260
#: AddCustomerNotes.php:242 AddCustomerTypeNotes.php:221 Areas.php:229
-#: BOMs.php:818 BankAccounts.php:433 COGSGLPostings.php:368
-#: CreditStatus.php:259 Currencies.php:525 CustLoginSetup.php:273
+#: BankAccounts.php:433 BOMs.php:818 COGSGLPostings.php:368
+#: CreditStatus.php:259 Currencies.php:534 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
-#: Locations.php:714 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
+#: FreightCosts.php:371 GeocodeSetup.php:271 GLAccounts.php:265 Labels.php:641
+#: Locations.php:714 Manufacturers.php:312 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
#: 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
+#: SupplierContacts.php:284 SuppLoginSetup.php:291 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 WorkCentres.php:283 WWW_Users.php:774
msgid "Enter Information"
msgstr "أدخل المعلومات"
@@ -675,12 +671,12 @@
#: 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 PO_Items.php:380
-#: PcAssignCashToTab.php:91 PcClaimExpensesFromTab.php:82 PcExpenses.php:98
-#: PcTabs.php:104 PcTypeTabs.php:63 ProductSpecs.php:315 QATests.php:76
+#: FixedAssetItems.php:250 MRPCalendar.php:176 PcAssignCashToTab.php:91
+#: PcClaimExpensesFromTab.php:82 PcExpenses.php:98 PcTabs.php:104
+#: 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 SupplierTypes.php:68
-#: Suppliers.php:531
+#: SelectQASamples.php:85 Stocks.php:589 Suppliers.php:531
+#: SupplierTypes.php:68
msgid "has been updated"
msgstr ""
@@ -698,7 +694,7 @@
#: 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 SuppTransGLAnalysis.php:108 SupplierContacts.php:152
+#: StockDispatch.php:297 SupplierContacts.php:152 SuppTransGLAnalysis.php:108
#: Tax.php:411 TestPlanResults.php:508 UserLocations.php:176
#: includes/InputSerialItemsFile.php:92 includes/InputSerialItemsFile.php:144
msgid "Name"
@@ -715,7 +711,7 @@
msgstr ""
#: AddCustomerContacts.php:129 AddCustomerContacts.php:241
-#: CustomerAccount.php:345 CustomerBranches.php:415 CustomerBranches.php:858
+#: 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
@@ -730,18 +726,17 @@
#: 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:298
-#: ../webSHOP/Register.php:595
+#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:443
+#: ../webSHOP/Register.php:607
msgid "Email"
msgstr ""
#: AddCustomerContacts.php:130 AddCustomerContacts.php:250 Customers.php:1122
-#: Customers.php:1130 PDFQuotation.php:252 PDFQuotationPortrait.php:249
-#: PcAssignCashToTab.php:242 PcAssignCashToTab.php:380
+#: Customers.php:1130 PcAssignCashToTab.php:242 PcAssignCashToTab.php:380
#: PcAuthorizeExpenses.php:97 PcClaimExpensesFromTab.php:238
-#: PcClaimExpensesFromTab.php:405 PcReportTab.php:333 SelectCustomer.php:614
-#: ShopParameters.php:198 SystemParameters.php:411 WOSerialNos.php:306
-#: WOSerialNos.php:312
+#: 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
msgid "Notes"
msgstr ""
@@ -759,7 +754,7 @@
msgstr ""
#: AddCustomerContacts.php:214 Factors.php:234 SupplierContacts.php:239
-#: ../webSHOP/Checkout.php:379 ../webSHOP/Register.php:610
+#: ../webSHOP/Checkout.php:527 ../webSHOP/Register.php:622
msgid "Contact Name"
msgstr ""
@@ -768,8 +763,8 @@
#: SelectCustomer.php:426 SelectOrderItems.php:597
#: SupplierTenderCreate.php:395 includes/PDFStatementPageHeader.inc:63
#: includes/PDFTransPageHeader.inc:84
-#: includes/PDFTransPageHeaderPortrait.inc:110 ../webSHOP/Checkout.php:389
-#: ../webSHOP/Register.php:255 ../webSHOP/Register.php:723
+#: includes/PDFTransPageHeaderPortrait.inc:110 ../webSHOP/Checkout.php:537
+#: ../webSHOP/Register.php:260 ../webSHOP/Register.php:735
msgid "Phone"
msgstr ""
@@ -814,32 +809,30 @@
#: 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
-#: 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
-#: 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
+#: 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
#: 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:242 UpgradeDatabase.php:245
-#: UpgradeDatabase.php:248 UpgradeDatabase.php:251 UpgradeDatabase.php:254
-#: UpgradeDatabase.php:257 UpgradeDatabase.php:260 UpgradeDatabase.php:263
-#: UpgradeDatabase.php:266 Z_Upgrade_3.10-3.11.php:62
+#: 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
+#: UpgradeDatabase.php:268 Z_Upgrade_3.10-3.11.php:62
#: Z_Upgrade_3.10-3.11.php:66 Z_Upgrade_3.10-3.11.php:70
#: Z_Upgrade_3.10-3.11.php:74 Z_Upgrade_3.10-3.11.php:78
#: Z_Upgrade_3.11-4.00.php:62 Z_Upgrade_3.11-4.00.php:66
@@ -932,16 +925,15 @@
msgstr ""
#: 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
-#: MRPPlannedPurchaseOrders.php:265 MRPPlannedWorkOrders.php:247
-#: MRPPlannedWorkOrders.php:321 PricesByCost.php:8 ReorderLevel.php:194
-#: ReorderLevelLocation.php:12 SelectProduct.php:89 StockDispatch.php:319
+#: InventoryValuation.php:217 Locations.php:12 MRPCalendar.php:21
+#: MRPCreateDemands.php:197 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
#: 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 ""
@@ -951,7 +943,6 @@
#: 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 ""
@@ -969,18 +960,18 @@
#: InternalStockCategoriesByRole.php:168 InternalStockRequest.php:345
#: InternalStockRequest.php:559 InternalStockRequest.php:629
#: InventoryPlanning.php:419 InventoryQuantities.php:246
-#: InventoryValuation.php:197 Labels.php:290 MRPDemandTypes.php:113
-#: MRPDemands.php:92 MRPDemands.php:295 MRPPlannedWorkOrders.php:258
+#: InventoryValuation.php:197 Labels.php:290 MaintenanceTasks.php:95
+#: MaintenanceUserSchedule.php:50 MaterialsNotUsed.php:35 MRPDemands.php:92
+#: MRPDemands.php:295 MRPDemandTypes.php:113 MRPPlannedWorkOrders.php:258
#: MRPReport.php:564 MRPReport.php:778 MRPReschedules.php:192
-#: MRPShortages.php:350 MaintenanceTasks.php:95 MaintenanceUserSchedule.php:50
-#: MaterialsNotUsed.php:35 NoSalesItems.php:194 PDFCOA.php:64
-#: PDFOrderStatus.php:337 PDFOrdersInvoiced.php:335
+#: MRPShortages.php:350 NoSalesItems.php:194 PaymentTerms.php:182
+#: PcExpenses.php:190 PcExpenses.php:296 PcExpensesTypeTab.php:171
+#: 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
-#: 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
+#: PricesByCost.php:153 RelatedItemsUpdate.php:154 ReorderLevelLocation.php:73
+#: ReorderLevel.php:298 ReverseGRN.php:397 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
@@ -990,24 +981,23 @@
#: 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 SuppPriceList.php:309 SupplierCredit.php:317
-#: SupplierCredit.php:385 SupplierInvoice.php:666 SupplierInvoice.php:746
-#: 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
+#: SuppInvGRNs.php:258 SupplierCredit.php:317 SupplierCredit.php:385
+#: SupplierInvoice.php:666 SupplierInvoice.php:746 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
-#: api/api_xml-rpc.php:3489 includes/PDFGrnHeader.inc:29
-#: includes/PDFInventoryPlanPageHeader.inc:51
+#: includes/DefineLabelClass.php:12 includes/DefineLabelClass.php:45
+#: includes/PDFGrnHeader.inc:29 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
-#: includes/DefineLabelClass.php:12 includes/DefineLabelClass.php:45
-#: ../webSHOP/includes/PlaceOrder.php:236
+#: includes/PDFTransPageHeaderPortrait.inc:267 api/api_xml-rpc.php:3489
+#: ../webSHOP/includes/PlaceOrder.php:250
msgid "Description"
msgstr ""
@@ -1047,18 +1037,16 @@
#: SalesByTypePeriodInquiry.php:465 SalesByTypePeriodInquiry.php:500
#: SalesByTypePeriodInquiry.php:561 SelectCreditItems.php:692
#: SelectCreditItems.php:696 SelectOrderItems.php:1317
-#: SuppContractChgs.php:107 SuppFixedAssetChgs.php:97 SuppShiptChgs.php:97
-#: SuppTransGLAnalysis.php:139 SupplierAllocations.php:458
-#: SupplierAllocations.php:570 SupplierAllocations.php:645
-#: SupplierCredit.php:407 SupplierInquiry.php:215 Tax.php:250
-#: Z_CheckDebtorsControl.php:149 api/api_debtortransactions.php:1271
+#: 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
+#: includes/PDFQuotationPortraitPageHeader.inc:100
+#: includes/PO_PDFOrderPageHeader.inc:81 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
-#: reportwriter/languages/en_US/reports.php:107
-#: ../webSHOP/includes/DisplayShoppingCart.php:7
-#: ../webSHOP/includes/PlaceOrder.php:285
+#: ../webSHOP/includes/DisplayShoppingCart.php:8
+#: ../webSHOP/includes/PlaceOrder.php:299
#, php-format
msgid "Total"
msgstr ""
@@ -1086,21 +1074,21 @@
#: InventoryPlanningPrefSupplier.php:183 InventoryPlanningPrefSupplier.php:241
#: InventoryPlanningPrefSupplier.php:268 InventoryPlanningPrefSupplier.php:301
#: InventoryQuantities.php:84 InventoryValuation.php:64
+#: MailInventoryValuation.php:22 MailInventoryValuation.php:120
+#: MailSalesReport_csv.php:30 MailSalesReport.php:23
#: MRPPlannedPurchaseOrders.php:114 MRPPlannedWorkOrders.php:106
#: MRPReport.php:147 MRPReport.php:536 MRPReschedules.php:45
#: MRPReschedules.php:57 MRPShortages.php:155 MRPShortages.php:167
-#: MailInventoryValuation.php:22 MailInventoryValuation.php:120
-#: MailSalesReport.php:23 MailSalesReport_csv.php:30 OutstandingGRNs.php:46
-#: OutstandingGRNs.php:59 PDFCustomerList.php:20 PDFCustomerList.php:232
-#: PDFCustomerList.php:244 PDFLowGP.php:20 PDFSalesBySalesperson.php:15
-#: PDFSellThroughSupportClaim.php:17 PDFStockCheckComparison.php:33
-#: PDFStockCheckComparison.php:59 PDFStockCheckComparison.php:267
-#: PDFWeeklyOrders.php:15 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 SuppPriceList.php:138
-#: SupplierTenderCreate.php:671 SupplierTenders.php:397
+#: OutstandingGRNs.php:46 OutstandingGRNs.php:59 PDFCustomerList.php:20
+#: PDFCustomerList.php:232 PDFCustomerList.php:244 PDFLowGP.php:20
+#: PDFSalesBySalesperson.php:15 PDFSellThroughSupportClaim.php:17
+#: PDFStockCheckComparison.php:33 PDFStockCheckComparison.php:59
+#: PDFStockCheckComparison.php:267 PDFWeeklyOrders.php:15
+#: 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
+#: SupplierTenderCreate.php:671 SupplierTenders.php:397 SuppPriceList.php:138
#: includes/PDFPaymentRun_PymtFooter.php:152
msgid "Problem Report"
msgstr ""
@@ -1117,23 +1105,23 @@
#: 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 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
#: InventoryPlanning.php:179 InventoryPlanning.php:216
#: InventoryPlanning.php:265 InventoryPlanning.php:340
#: InventoryPlanningPrefSupplier.php:186 InventoryPlanningPrefSupplier.php:244
#: InventoryPlanningPrefSupplier.php:271 InventoryPlanningPrefSupplier.php:304
#: InventoryPlanningPrefSupplier.php:372 InventoryQuantities.php:87
#: InventoryQuantities.php:98 InventoryValuation.php:67
-#: InventoryValuation.php:92 MRPPlannedPurchaseOrders.php:117
+#: InventoryValuation.php:92 MailInventoryValuation.php:123
+#: MailInventoryValuation.php:219 MailInventoryValuation.php:243
+#: MailInventoryValuation.php:251 MRPPlannedPurchaseOrders.php:117
#: MRPPlannedPurchaseOrders.php:128 MRPPlannedWorkOrders.php:109
#: MRPPlannedWorkOrders.php:120 MRPPlannedWorkOrders.php:311 MRPReport.php:39
#: MRPReport.php:50 MRPReport.php:150 MRPReschedules.php:48
#: MRPReschedules.php:60 MRPShortages.php:158 MRPShortages.php:170
-#: MailInventoryValuation.php:123 MailInventoryValuation.php:219
-#: 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
@@ -1142,31 +1130,31 @@
#: PDFSalesBySalesperson.php:160 PDFSalesBySalesperson.php:168
#: PDFSellThroughSupportClaim.php:74 PDFSellThroughSupportClaim.php:86
#: PDFStockCheckComparison.php:37 PDFStockCheckComparison.php:63
-#: PDFStockCheckComparison.php:271 PDFWOPrint.php:109 PDFWeeklyOrders.php:209
-#: PDFWeeklyOrders.php:217 PO_PDFPurchOrder.php:31 PO_PDFPurchOrder.php:156
-#: PrintCustOrder.php:238 PrintCustOrder_generic.php:256
-#: PrintWOItemSlip.php:122 PurchaseByPrefSupplier.php:402
-#: PurchaseByPrefSupplier.php:450 PurchaseByPrefSupplier.php:474
-#: PurchaseByPrefSupplier.php:503 PurchaseByPrefSupplier.php:534
-#: ReorderLevel.php:63 ReorderLevel.php:182 SalesAnalysis_UserDefined.php:28
-#: SelectCreditItems.php:32 StockCheck.php:42 StockCheck.php:63
-#: StockCheck.php:93 StockCheck.php:135 StockCheck.php:146 StockCheck.php:188
-#: StockDispatch.php:128 StockDispatch.php:141 SuppPaymentRun.php:112
-#: SuppPaymentRun.php:122 SuppPaymentRun.php:186 SuppPaymentRun.php:217
-#: SuppPriceList.php:142 SupplierBalsAtPeriodEnd.php:54
-#: SupplierBalsAtPeriodEnd.php:65 Tax.php:57 Tax.php:171 Tax.php:310
-#: Z_DataExport.php:72 Z_DataExport.php:168 Z_DataExport.php:259
+#: PDFStockCheckComparison.php:271 PDFWeeklyOrders.php:209
+#: PDFWeeklyOrders.php:217 PDFWOPrint.php:109 PO_PDFPurchOrder.php:31
+#: PO_PDFPurchOrder.php:156 PrintCustOrder_generic.php:256
+#: PrintCustOrder.php:238 PrintWOItemSlip.php:122
+#: PurchaseByPrefSupplier.php:402 PurchaseByPrefSupplier.php:450
+#: PurchaseByPrefSupplier.php:474 PurchaseByPrefSupplier.php:503
+#: PurchaseByPrefSupplier.php:534 ReorderLevel.php:63 ReorderLevel.php:182
+#: SalesAnalysis_UserDefined.php:28 SelectCreditItems.php:32 StockCheck.php:42
+#: StockCheck.php:63 StockCheck.php:93 StockCheck.php:135 StockCheck.php:146
+#: StockCheck.php:188 StockDispatch.php:128 StockDispatch.php:141
+#: SupplierBalsAtPeriodEnd.php:54 SupplierBalsAtPeriodEnd.php:65
+#: SuppPaymentRun.php:112 SuppPaymentRun.php:122 SuppPaymentRun.php:186
+#: SuppPaymentRun.php:217 SuppPriceList.php:142 Tax.php:57 Tax.php:171
+#: 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 ""
@@ -1179,7 +1167,7 @@
#: PO_Items.php:451 PO_Items.php:580 PO_Items.php:605
#: PurchaseByPrefSupplier.php:29 PurchaseByPrefSupplier.php:54
#: SalesAnalReptCols.php:365 SpecialOrder.php:448
-#: StockLocTransferReceive.php:485 StockQuantityByDate.php:124
+#: StockLocTransferReceive.php:481 StockQuantityByDate.php:124
#: includes/SelectOrderItems_IntoCart.inc:55
msgid "could not be retrieved because"
msgstr ""
@@ -1192,34 +1180,34 @@
#: 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 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 SelectCreditItems.php:1447
+#: 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
-#: SellThroughSupport.php:97 StockCheck.php:217 StockClone.php:430
-#: StockClone.php:504 StockCostUpdate.php:78 StockCostUpdate.php:88
-#: StockLocStatus.php:165 StockLocTransferReceive.php:217
-#: StockLocTransferReceive.php:372 StockMovements.php:93
-#: StockQuantityByDate.php:98 StockReorderLevel.php:45 StockStatus.php:285
-#: StockTransfers.php:202 StockTransfers.php:233 StockTransfers.php:390
-#: 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
-#: WorkOrderCosting.php:427 WorkOrderReceive.php:305
-#: Z_ChangeBranchCode.php:112 Z_ChangeCustomerCode.php:97
+#: 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
+#: StockStatus.php:285 StockTransfers.php:202 StockTransfers.php:232
+#: StockTransfers.php:387 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
+#: 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
-#: includes/ConnectDB_mysql.inc:66 includes/ConnectDB_mysqli.inc:74
#: includes/PDFPaymentRun_PymtFooter.php:61
#: includes/PDFPaymentRun_PymtFooter.php:91
#: includes/PDFPaymentRun_PymtFooter.php:121
#: includes/PDFPaymentRun_PymtFooter.php:158
-#: includes/PDFPaymentRun_PymtFooter.php:189
+#: includes/PDFPaymentRun_PymtFooter.php:189 includes/ConnectDB_mysqli.inc:74
+#: includes/ConnectDB_mysql.inc:66
#: ../webSHOP/includes/DatabaseFunctions.php:60
-#: ../webSHOP/includes/Functions.php:438 ../webSHOP/includes/PlaceOrder.php:70
+#: ../webSHOP/includes/Functions.php:448 ../webSHOP/includes/PlaceOrder.php:68
msgid "The SQL that failed was"
msgstr ""
@@ -1298,7 +1286,7 @@
#: PDFPriceList.php:351 PDFRemittanceAdvice.php:175
#: PDFStockCheckComparison.php:373 PrintCustTrans.php:564
#: PrintCustTransPortrait.php:614 ReorderLevel.php:259 StockDispatch.php:447
-#: SuppPriceList.php:263 SupplierBalsAtPeriodEnd.php:159 Tax.php:385
+#: SupplierBalsAtPeriodEnd.php:159 SuppPriceList.php:263 Tax.php:385
msgid "Print PDF"
msgstr ""
@@ -1335,7 +1323,7 @@
msgstr ""
#: AgedSuppliers.php:287 OutstandingGRNs.php:270 PDFRemittanceAdvice.php:153
-#: SuppPaymentRun.php:265 SupplierBalsAtPeriodEnd.php:131
+#: SupplierBalsAtPeriodEnd.php:131 SuppPaymentRun.php:265
#: Z_ClearPOBackOrders.php:20
msgid "From Supplier Code"
msgstr ""
@@ -1345,7 +1333,7 @@
msgstr ""
#: AgedSuppliers.php:291 OutstandingGRNs.php:274 PDFRemittanceAdvice.php:157
-#: SuppPaymentRun.php:269 SupplierBalsAtPeriodEnd.php:135
+#: SupplierBalsAtPeriodEnd.php:135 SuppPaymentRun.php:269
#: Z_ClearPOBackOrders.php:23
msgid "To Supplier Code"
msgstr ""
@@ -1432,12 +1420,12 @@
#: 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
+#: InternalStockCategoriesByRole.php:102 Locations.php:380
+#: Manufacturers.php:163 MRPDemands.php:250 PcAssignCashToTab.php:138
#: 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
-#: SupplierTypes.php:132 Suppliers.php:672 Z_DeleteInvoice.php:178
+#: Suppliers.php:672 SupplierTypes.php:132 Z_DeleteInvoice.php:178
#: includes/DefineOfferClass.php:134
msgid "has been deleted"
msgstr ""
@@ -1498,7 +1486,7 @@
#: MRPReport.php:552 MRPReport.php:554 MRPReschedules.php:145
#: NoSalesItems.php:22 NoSalesItems.php:50 NoSalesItems.php:70
#: NoSalesItems.php:72 PDFPeriodStockTransListing.php:58 PDFPriceList.php:225
-#: PDFPriceList.php:324 POReport.php:1600 PO_Items.php:1126
+#: PDFPriceList.php:324 PO_Items.php:1126 POReport.php:1600
#: PO_SelectOSPurchOrder.php:185 PO_SelectOSPurchOrder.php:195
#: PO_SelectOSPurchOrder.php:208 PO_SelectOSPurchOrder.php:276
#: ReorderLevel.php:212 ReorderLevel.php:214 ReorderLevel.php:244
@@ -1520,7 +1508,6 @@
#: SystemParameters.php:1143 TopItems.php:32 TopItems.php:49 TopItems.php:71
#: TopItems.php:73 WorkOrderEntry.php:677 WorkOrderEntry.php:680
#: WorkOrderIssue.php:716 WorkOrderIssue.php:719
-#: reportwriter/languages/en_US/reports.php:54
msgid "All"
msgstr ""
@@ -1550,12 +1537,12 @@
msgstr ""
#: AuditTrail.php:177 BankReconciliation.php:213 BankReconciliation.php:290
-#: CustWhereAlloc.php:21 CustWhereAlloc.php:111 CustomerAccount.php:246
-#: CustomerAllocations.php:376 CustomerInquiry.php:249
+#: CustomerAccount.php:246 CustomerAllocations.php:376 CustomerInquiry.php:249
#: CustomerPurchases.php:82 CustomerTransInquiry.php:21
-#: CustomerTransInquiry.php:98 DailyBankTransactions.php:137
-#: GLAccountInquiry.php:171 GLAccountReport.php:341 GLJournal.php:266
-#: MRPReschedules.php:194 ProductSpecs.php:388 QATests.php:257 QATests.php:395
+#: CustomerTransInquiry.php:98 CustWhereAlloc.php:21 CustWhereAlloc.php:111
+#: DailyBankTransactions.php:137 GLAccountInquiry.php:171
+#: GLAccountReport.php:341 GLJournal.php:266 MRPReschedules.php:194
+#: ProductSpecs.php:388 QATests.php:257 QATests.php:395
#: SalesByTypePeriodInquiry.php:356 SelectCustomer.php:425
#: ShipmentCosting.php:536 ShipmentCosting.php:613 StockLocMovements.php:90
#: StockMovements.php:98 SupplierAllocations.php:454 SupplierInquiry.php:211
@@ -1563,7 +1550,6 @@
#: Z_CheckAllocationsFrom.php:32 Z_CheckAllocationsFrom.php:57
#: Z_CheckAllocs.php:62 Z_CheckGLTransBalance.php:11
#: includes/InputSerialItemsFile.php:94 includes/InputSerialItemsFile.php:152
-#: reportwriter/languages/en_US/reports.php:111
msgid "Type"
msgstr ""
@@ -1572,7 +1558,7 @@
msgstr ""
#: AuditTrail.php:179 api/api_xml-rpc.php:311 api/api_xml-rpc.php:777
-#: api/api_xml-rpc.php:2187 reportwriter/languages/en_US/reports.php:72
+#: api/api_xml-rpc.php:2187
msgid "Field Name"
msgstr ""
@@ -1601,36 +1587,34 @@
#: BOMs.php:913 ContractBOM.php:353 CounterReturns.php:1691
#: CounterSales.php:2101 CounterSales.php:2255 CustItem.php:297
#: CustomerBranches.php:408 CustomerReceipt.php:1200 GLCodesInquiry.php:26
-#: InternalStockRequest.php:558 InternalStockRequest.php:628 MRPDemands.php:91
-#: MRPPlannedWorkOrders.php:257 MRPReport.php:777 MaterialsNotUsed.php:34
-#: NoSalesItems.php:193 PDFOrderStatus.php:336 PDFOrdersInvoiced.php:334
-#: PO_Header.php:561 PO_Items.php:1188 PO_SelectOSPurchOrder.php:307
-#: PO_SelectPurchOrder.php:213 PricesByCost.php:152 PurchData.php:469
-#: RelatedItemsUpdate.php:153 ReorderLevelLocation.php:72
-#: RevisionTranslations.php:59 SalesPeople.php:207
+#: InternalStockRequest.php:558 InternalStockRequest.php:628
+#: MaterialsNotUsed.php:34 MRPDemands.php:91 MRPPlannedWorkOrders.php:257
+#: MRPReport.php:777 NoSalesItems.php:193 PDFOrdersInvoiced.php:334
+#: PDFOrderStatus.php:336 PO_Header.php:561 PO_Items.php:1188
+#: PO_SelectOSPurchOrder.php:307 PO_SelectPurchOrder.php:213
+#: PricesByCost.php:152 PurchData.php:469 RelatedItemsUpdate.php:153
+#: ReorderLevelLocation.php:72 RevisionTranslations.php:59 SalesPeople.php:207
#: SelectCompletedOrder.php:504 SelectCreditItems.php:1020
#: SelectCustomer.php:421 ...
[truncated message content] |