From: <dai...@us...> - 2014-10-13 08:56:25
|
Revision: 6914 http://sourceforge.net/p/web-erp/reponame/6914 Author: daintree Date: 2014-10-13 08:56:08 +0000 (Mon, 13 Oct 2014) Log Message: ----------- Pre 4.11.5 Modified Paths: -------------- trunk/UpgradeDatabase.php trunk/build/make_release.sh trunk/doc/Change.log trunk/includes/ConnectDB.inc trunk/includes/UserLogin.php trunk/includes/session.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.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.mo trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.mo trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.mo trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po trunk/locale/id_ID.utf8/LC_MESSAGES/messages.mo trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po trunk/locale/it_IT.utf8/LC_MESSAGES/messages.mo trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.mo trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.mo trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.mo trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.mo trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.mo trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.mo trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.mo trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.mo trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.mo trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.mo trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.mo trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.mo trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.mo trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po trunk/sql/mysql/country_sql/default.sql trunk/sql/mysql/country_sql/demo.sql trunk/sql/mysql/upgrade4.11-4.12.sql Modified: trunk/UpgradeDatabase.php =================================================================== --- trunk/UpgradeDatabase.php 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/UpgradeDatabase.php 2014-10-13 08:56:08 UTC (rev 6914) @@ -181,6 +181,9 @@ $SQLScripts[] = './sql/mysql/upgrade4.11.1-4.11.2.sql'; case '4.11.2': $SQLScripts[] = './sql/mysql/upgrade4.11.2-4.11.3.sql'; + case '4.11.3': + case '4.11.4': + $SQLScripts[] = './sql/mysql/upgrade4.11.3-4.11.4.sql'; break; } //end switch } Modified: trunk/build/make_release.sh =================================================================== --- trunk/build/make_release.sh 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/build/make_release.sh 2014-10-13 08:56:08 UTC (rev 6914) @@ -3,7 +3,7 @@ BASE_DIR=/var/www/webERP; OUTPUT_DIR=/home/phil/Documents/webERP; MYSQL_USER=root; -MYSQL_PWD=woofwoof; +MYSQL_PWD=a; cd $BASE_DIR; @@ -50,7 +50,7 @@ msgfmt -o locale/es_ES.utf8/LC_MESSAGES/messages.mo locale/es_ES.utf8/LC_MESSAGES/messages.po msgfmt -o locale/et_EE.utf8/LC_MESSAGES/messages.mo locale/et_EE.utf8/LC_MESSAGES/messages.po msgfmt -o locale/fa_IR.utf8/LC_MESSAGES/messages.mo locale/fa_IR.utf8/LC_MESSAGES/messages.po -msgfmt -o locale/fr_FR.utf8/LC_MESSAGES/messages.mo locale/fr_FR.utf8/LC_MESSAGES/messages.po +msgfmt -o locale/fr_FR.utf8/LC_MESSAGES/messages.mo locale/fr_FR.utf8/LC_MESSAGES/messages.po msgfmt -o locale/hr_HR.utf8/LC_MESSAGES/messages.mo locale/hr_HR.utf8/LC_MESSAGES/messages.po msgfmt -o locale/hi_IN.utf8/LC_MESSAGES/messages.mo locale/hi_IN.utf8/LC_MESSAGES/messages.po msgfmt -o locale/hu_HU.utf8/LC_MESSAGES/messages.mo locale/hu_HU.utf8/LC_MESSAGES/messages.po Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/doc/Change.log 2014-10-13 08:56:08 UTC (rev 6914) @@ -1,5 +1,12 @@ webERP Change Log -13/10/14: Exson: Fixed the bugs in pattern properties with extra blank which leads to the patterns checking failed for all fields. Report from webERP Chinese community QQ group DongDong. + + +12/10/14 Version 4.11.5 release + +13/10/14: Exson: Fixed the bugs in pattern properties with extra blank which leads to the patterns checking failed for all fields. Report from webERP Chinese community QQ group DongDong. + +12/10/14 Version 4.11.4 release + 09/10/14 RChacon: Add transaccion type name translation, transaccion type number and link to GL transaction inquiry in DailyBankTransactions.php. 06/10/14 Exson: Fixed the prices or line total variance in invoice for foreign currencies. 4/10/14 Andrew Galuski: defaulted factory location from WO record Modified: trunk/includes/ConnectDB.inc =================================================================== --- trunk/includes/ConnectDB.inc 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/includes/ConnectDB.inc 2014-10-13 08:56:08 UTC (rev 6914) @@ -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.11.3'; //must update manually every time there is a DB change +$Version='4.11.5'; //must update manually every time there is a DB change require_once ($PathPrefix .'includes/MiscFunctions.php'); if (!isset($_SESSION['DatabaseName'])){ //need to get the database name from the file structure Modified: trunk/includes/UserLogin.php =================================================================== --- trunk/includes/UserLogin.php 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/includes/UserLogin.php 2014-10-13 08:56:08 UTC (rev 6914) @@ -21,7 +21,6 @@ global $debug; global $PathPrefix; - global $Version; if (!isset($_SESSION['AccessLevel']) OR $_SESSION['AccessLevel'] == '' OR (isset($Name) AND $Name != '')) { @@ -152,11 +151,6 @@ include($PathPrefix . 'includes/GetConfig.php'); - /*If the Code $Version - held in ConnectDB.inc is > than the Database VersionNumber held in config table then do upgrades */ - if (strcmp($Version,$_SESSION['VersionNumber'])>0 AND (basename($_SERVER['SCRIPT_NAME'])!='UpgradeDatabase.php')) { - header('Location: UpgradeDatabase.php'); - } - if(isset($_SESSION['DB_Maintenance'])){ if ($_SESSION['DB_Maintenance']>0) { //run the DB maintenance script if (DateDiff(Date($_SESSION['DefaultDateFormat']), Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/includes/session.inc 2014-10-13 08:56:08 UTC (rev 6914) @@ -130,6 +130,10 @@ header('Location: index.php'); } +/*If the Code $Version - held in ConnectDB.inc is > than the Database VersionNumber held in config table then do upgrades */ +if (strcmp($Version,$_SESSION['VersionNumber'])>0 AND (basename($_SERVER['SCRIPT_NAME'])!='UpgradeDatabase.php')) { + header('Location: UpgradeDatabase.php'); +} If (isset($_POST['Theme']) AND ($_SESSION['UsersRealName'] == $_POST['RealName'])) { 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 2014-10-13 02:57:58 UTC (rev 6913) +++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2014-10-13 08:56:08 UTC (rev 6914) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: web-erp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-11 08:16-0600\n" +"POT-Creation-Date: 2014-10-13 21:09+1300\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,11 +18,11 @@ "X-Generator: Poedit 1.5.4\n" "X-Launchpad-Export-Date: 2012-03-07 23:01+0000\n" -#: AccountGroups.php:7 includes/MainMenuLinksArray.php:374 +#: AccountGroups.php:5 includes/MainMenuLinksArray.php:374 msgid "Account Groups" msgstr "مجموعات العضوية" -#: AccountGroups.php:20 +#: AccountGroups.php:19 msgid "" "An error occurred in retrieving the account groups of the parent account " "group during the check for recursion" @@ -30,69 +30,69 @@ "لقد حدث خطأ فى استرجاع بيانات مجموعات العضو الخاصة باعضوية الأب اثناء " "االتحقق من وجود استدعاء ذاتي" -#: AccountGroups.php:21 +#: AccountGroups.php:20 msgid "" "The SQL that was used to retrieve the account groups of the parent account " "group and that failed in the process was" msgstr "" -#: AccountGroups.php:50 +#: AccountGroups.php:49 msgid "An error occurred in moving the account group" msgstr "" -#: AccountGroups.php:51 +#: AccountGroups.php:50 msgid "The SQL that was used to move the account group was" msgstr "" -#: AccountGroups.php:53 AccountGroups.php:334 +#: AccountGroups.php:52 AccountGroups.php:334 msgid "Review Account Groups" msgstr "" -#: AccountGroups.php:54 +#: AccountGroups.php:53 msgid "All accounts in the account group:" msgstr "" -#: AccountGroups.php:54 +#: AccountGroups.php:53 msgid "have been changed to the account group:" msgstr "" -#: AccountGroups.php:73 AccountGroups.php:110 AccountGroups.php:211 -#: AccountGroups.php:246 +#: AccountGroups.php:72 AccountGroups.php:109 AccountGroups.php:210 +#: AccountGroups.php:245 msgid "The SQL that was used to retrieve the information was" msgstr "الطلب المستخدم لإسترجاع المعلومات كان" -#: AccountGroups.php:74 +#: AccountGroups.php:73 msgid "Could not check whether the group exists because" msgstr "لم يتم التحقق من وجود المجموعة بسبب" -#: AccountGroups.php:81 +#: AccountGroups.php:80 msgid "The account group name already exists in the database" msgstr "اسم المجموعة موجود مسبقاً" -#: AccountGroups.php:87 +#: AccountGroups.php:86 msgid "The account group name cannot contain the character" msgstr "لا يمكن وضع هذا الحرف في اسم المجموعة" -#: AccountGroups.php:87 Departments.php:30 TaxCategories.php:32 +#: AccountGroups.php:86 Departments.php:30 TaxCategories.php:32 msgid "or the character" msgstr "او الحرف" -#: AccountGroups.php:93 +#: AccountGroups.php:92 msgid "The account group name must be at least one character long" msgstr "اسم المجموعة يجب ان يحتوي علي الأقل علي حرف واحد" -#: AccountGroups.php:100 +#: AccountGroups.php:99 msgid "" "The parent account group selected appears to result in a recursive account " "structure - select an alternative parent account group or make this group a " "top level account group" msgstr "" -#: AccountGroups.php:111 +#: AccountGroups.php:110 msgid "Could not check whether the group is recursive because" msgstr "لم أستطيع التخقق اذا كانت المجموعة ذاتيى الأسترجاع لأن" -#: AccountGroups.php:119 +#: AccountGroups.php:118 msgid "" "Since this account group is a child group, the sequence in the trial " "balance, the section in the accounts and whether or not the account group " @@ -101,226 +101,226 @@ "will have no effect." msgstr "" -#: AccountGroups.php:124 +#: AccountGroups.php:123 msgid "The section in accounts must be an integer" msgstr "يجب ان يكون القسم فى الحساب عدد صحيح" -#: AccountGroups.php:130 +#: AccountGroups.php:129 msgid "The sequence in the trial balance must be an integer" msgstr "التسلسل فى الحساب التجريبى يجب ان يكون عدد صحيح" -#: AccountGroups.php:136 +#: AccountGroups.php:135 msgid "The sequence in the TB must be numeric and less than" msgstr "" -#: AccountGroups.php:152 +#: AccountGroups.php:151 msgid "An error occurred in renaming the account group" msgstr "" -#: AccountGroups.php:153 +#: AccountGroups.php:152 msgid "The SQL that was used to rename the account group was" msgstr "" -#: AccountGroups.php:172 +#: AccountGroups.php:171 msgid "An error occurred in updating the account group" msgstr "حدث خطأ اثناء تحديث مجموعة العضو" -#: AccountGroups.php:173 +#: AccountGroups.php:172 msgid "The SQL that was used to update the account group was" msgstr "" -#: AccountGroups.php:175 AccountSections.php:101 PaymentMethods.php:83 +#: AccountGroups.php:174 AccountSections.php:98 PaymentMethods.php:84 msgid "Record Updated" msgstr "تم التحديث" -#: AccountGroups.php:191 +#: AccountGroups.php:190 msgid "An error occurred in inserting the account group" msgstr "حدث خطأ ما اثناء اضافة المجموعة" -#: AccountGroups.php:192 +#: AccountGroups.php:191 msgid "The SQL that was used to insert the account group was" msgstr "الطلب المستخدم لإضافة مجموعة الحسابات هي" -#: AccountGroups.php:193 AccountSections.php:111 +#: AccountGroups.php:192 AccountSections.php:108 msgid "Record inserted" msgstr "تمت الإضافة بنجاح" -#: AccountGroups.php:210 +#: AccountGroups.php:209 msgid "An error occurred in retrieving the group information from chartmaster" msgstr "" -#: AccountGroups.php:215 +#: AccountGroups.php:214 msgid "" "Cannot delete this account group because general ledger accounts have been " "created using this group" msgstr "" -#: AccountGroups.php:216 AccountGroups.php:251 AccountSections.php:133 -#: Areas.php:115 Areas.php:124 BankAccounts.php:159 CreditStatus.php:125 +#: AccountGroups.php:215 AccountGroups.php:250 AccountSections.php:130 +#: Areas.php:115 Areas.php:124 BankAccounts.php:163 CreditStatus.php:125 #: Currencies.php:244 Currencies.php:252 Currencies.php:260 #: CustomerBranches.php:301 CustomerBranches.php:311 CustomerBranches.php:321 -#: CustomerBranches.php:331 CustomerBranches.php:341 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:80 GLAccounts.php:96 -#: 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:142 PaymentTerms.php:146 PaymentTerms.php:153 -#: PcExpenses.php:161 SalesCategories.php:128 SalesCategories.php:135 -#: SalesPeople.php:150 SalesPeople.php:157 SalesPeople.php:163 -#: SalesTypes.php:140 SalesTypes.php:150 Shippers.php:81 Shippers.php:93 -#: StockCategories.php:209 Stocks.php:738 Stocks.php:747 Stocks.php:755 -#: Stocks.php:763 Stocks.php:771 Stocks.php:779 Stocks.php:787 Stocks.php:795 -#: SupplierTypes.php:126 Suppliers.php:647 Suppliers.php:656 Suppliers.php:664 -#: TaxCategories.php:132 TaxGroups.php:134 TaxGroups.php:142 -#: TaxProvinces.php:129 UnitsOfMeasure.php:135 WWW_Access.php:86 -#: WorkCentres.php:89 WorkCentres.php:95 +#: CustomerBranches.php:331 CustomerBranches.php:341 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:265 Locations.php:273 Locations.php:284 +#: Locations.php:293 Locations.php:302 Locations.php:311 Locations.php:320 +#: Locations.php:329 Locations.php:337 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:150 SalesPeople.php:157 +#: SalesPeople.php:163 SalesTypes.php:140 SalesTypes.php:150 Shippers.php:81 +#: Shippers.php:93 StockCategories.php:209 Stocks.php:738 Stocks.php:747 +#: Stocks.php:755 Stocks.php:763 Stocks.php:771 Stocks.php:779 Stocks.php:787 +#: Stocks.php:795 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:86 msgid "There are" msgstr "يوجد" -#: AccountGroups.php:216 +#: AccountGroups.php:215 msgid "general ledger accounts that refer to this account group" msgstr "" -#: AccountGroups.php:223 AccountGroups.php:294 AccountGroups.php:407 +#: AccountGroups.php:222 AccountGroups.php:293 AccountGroups.php:407 msgid "Parent Group" msgstr "" -#: AccountGroups.php:239 +#: AccountGroups.php:238 msgid "Move Group" msgstr "" -#: AccountGroups.php:245 +#: AccountGroups.php:244 msgid "An error occurred in retrieving the parent group information" msgstr "" -#: AccountGroups.php:250 +#: AccountGroups.php:249 msgid "" "Cannot delete this account group because it is a parent account group of " "other account group(s)" msgstr "" -#: AccountGroups.php:251 +#: AccountGroups.php:250 msgid "account groups that have this group as its/there parent account group" msgstr "" -#: AccountGroups.php:255 +#: AccountGroups.php:254 msgid "An error occurred in deleting the account group" msgstr "حدث خطأ ما اثناء حذف مجموعة الحسابات" -#: AccountGroups.php:256 +#: AccountGroups.php:255 msgid "The SQL that was used to delete the account group was" msgstr "" -#: AccountGroups.php:258 +#: AccountGroups.php:257 msgid "group has been deleted" msgstr "تم حذف المجموعة" -#: AccountGroups.php:283 +#: AccountGroups.php:282 msgid "The sql that was used to retrieve the account group information was " msgstr "" -#: AccountGroups.php:284 +#: AccountGroups.php:283 msgid "Could not get account groups because" msgstr "لم يتمكن الحصول على مجموات العضو لان" -#: AccountGroups.php:286 AccountSections.php:172 AddCustomerContacts.php:25 +#: AccountGroups.php:285 AccountSections.php:169 AddCustomerContacts.php:25 #: AddCustomerContacts.php:27 AddCustomerNotes.php:101 #: AddCustomerTypeNotes.php:94 AgedDebtors.php:454 AgedSuppliers.php:276 -#: Areas.php:144 AuditTrail.php:11 BOMExtendedQty.php:256 BOMIndented.php:248 -#: BOMIndentedReverse.php:236 BOMInquiry.php:188 BOMListing.php:110 -#: BOMs.php:237 BOMs.php:881 BankReconciliation.php:17 COGSGLPostings.php:19 -#: CompanyPreferences.php:102 CounterReturns.php:1623 CounterSales.php:2108 -#: CounterSales.php:2231 CreditStatus.php:21 Credit_Invoice.php:276 -#: Currencies.php:30 CustEDISetup.php:17 CustItem.php:120 CustItem.php:210 -#: CustItem.php:238 DailyBankTransactions.php:15 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 GLBalanceSheet.php:387 -#: GLBudgets.php:32 GLJournal.php:250 GLJournalInquiry.php:11 -#: InternalStockRequest.php:311 InventoryPlanning.php:388 -#: InventoryPlanningPrefSupplier.php:479 MRPReport.php:516 -#: 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:148 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 PurchData.php:241 -#: PurchData.php:373 PurchData.php:401 PurchaseByPrefSupplier.php:305 -#: RecurringSalesOrders.php:320 RelatedItemsUpdate.php:24 -#: SalesAnalReptCols.php:51 SalesAnalRepts.php:14 SalesCategories.php:11 -#: SalesGLPostings.php:19 SalesGraph.php:39 SalesPeople.php:20 -#: SalesTypes.php:20 SelectAsset.php:48 SelectCompletedOrder.php:11 -#: SelectContract.php:69 SelectCreditItems.php:220 SelectCreditItems.php:291 -#: SelectCustomer.php:265 SelectGLAccount.php:65 SelectOrderItems.php:559 -#: SelectOrderItems.php:1444 SelectOrderItems.php:1572 SelectProduct.php:534 -#: SelectSalesOrder.php:508 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 +#: Areas.php:144 AuditTrail.php:11 BankReconciliation.php:17 +#: BOMExtendedQty.php:256 BOMIndented.php:248 BOMIndentedReverse.php:236 +#: BOMInquiry.php:188 BOMListing.php:110 BOMs.php:237 BOMs.php:888 +#: COGSGLPostings.php:19 CompanyPreferences.php:102 CounterReturns.php:1623 +#: CounterSales.php:2090 CounterSales.php:2186 Credit_Invoice.php:276 +#: CreditStatus.php:21 Currencies.php:30 CustEDISetup.php:17 CustItem.php:120 +#: CustItem.php:210 CustItem.php:238 DailyBankTransactions.php:11 +#: 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 +#: GLBalanceSheet.php:387 GLBudgets.php:32 GLJournalInquiry.php:11 +#: GLJournal.php:250 InternalStockRequest.php:311 InventoryPlanning.php:360 +#: InventoryPlanningPrefSupplier.php:386 MaintenanceTasks.php:14 +#: MaintenanceUserSchedule.php:16 MRPReport.php:516 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:148 +#: PriceMatrix.php:16 PricesBasedOnMarkUp.php:8 Prices_Customer.php:35 +#: Prices.php:11 PurchaseByPrefSupplier.php:305 PurchData.php:241 +#: PurchData.php:373 PurchData.php:401 RecurringSalesOrders.php:320 +#: RelatedItemsUpdate.php:24 SalesAnalReptCols.php:51 SalesAnalRepts.php:14 +#: SalesCategories.php:11 SalesGLPostings.php:19 SalesGraph.php:40 +#: SalesPeople.php:20 SalesTypes.php:20 SelectAsset.php:48 +#: SelectCompletedOrder.php:11 SelectContract.php:69 SelectCreditItems.php:220 +#: SelectCreditItems.php:291 SelectCustomer.php:265 SelectGLAccount.php:65 +#: SelectOrderItems.php:559 SelectOrderItems.php:1444 +#: SelectOrderItems.php:1544 SelectProduct.php:512 SelectSalesOrder.php:508 +#: 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:305 -#: TopItems.php:115 UnitsOfMeasure.php:10 WWW_Access.php:11 WWW_Users.php:36 -#: WhereUsedInquiry.php:18 WorkCentres.php:111 WorkCentres.php:163 -#: WorkOrderCosting.php:22 WorkOrderEntry.php:11 WorkOrderIssue.php:22 -#: WorkOrderReceive.php:31 WorkOrderStatus.php:59 Z_BottomUpCosts.php:57 -#: ../webSHOP/includes/header.php:251 +#: SupplierTenders.php:388 SupplierTransInquiry.php:10 TopItems.php:117 +#: UnitsOfMeasure.php:10 WhereUsedInquiry.php:18 WorkCentres.php:111 +#: WorkCentres.php:163 WorkOrderCosting.php:22 WorkOrderEntry.php:11 +#: WorkOrderIssue.php:22 WorkOrderReceive.php:31 WorkOrderStatus.php:59 +#: WWW_Access.php:11 WWW_Users.php:36 Z_BottomUpCosts.php:57 +#: ../webSHOP/includes/header.php:216 msgid "Search" msgstr "إبحث" -#: AccountGroups.php:290 +#: AccountGroups.php:289 msgid "Group Name" msgstr "إسم المجموعة" -#: AccountGroups.php:291 EDIMessageFormat.php:129 EDIMessageFormat.php:208 +#: AccountGroups.php:290 EDIMessageFormat.php:129 EDIMessageFormat.php:208 msgid "Section" msgstr "قسم" -#: AccountGroups.php:292 AccountGroups.php:461 +#: AccountGroups.php:291 AccountGroups.php:461 msgid "Sequence In TB" msgstr "" -#: AccountGroups.php:293 AccountGroups.php:444 GLProfit_Loss.php:6 +#: AccountGroups.php:292 AccountGroups.php:444 GLProfit_Loss.php:6 #: GLProfit_Loss.php:133 GLProfit_Loss.php:134 GLProfit_Loss.php:185 #: SelectGLAccount.php:23 SelectGLAccount.php:37 SelectGLAccount.php:51 msgid "Profit and Loss" msgstr "" #: AccountGroups.php:310 AccountGroups.php:313 AccountGroups.php:448 -#: AccountGroups.php:450 BOMs.php:126 BOMs.php:793 BOMs.php:795 +#: AccountGroups.php:450 BOMs.php:126 BOMs.php:800 BOMs.php:802 #: CompanyPreferences.php:427 CompanyPreferences.php:429 #: CompanyPreferences.php:442 CompanyPreferences.php:444 #: CompanyPreferences.php:457 CompanyPreferences.php:459 #: ContractCosting.php:202 Currencies.php:330 Currencies.php:508 #: Currencies.php:510 CustomerBranches.php:451 Customers.php:659 #: Customers.php:1049 Customers.php:1055 Customers.php:1058 -#: DailyBankTransactions.php:148 DeliveryDetails.php:1148 +#: DailyBankTransactions.php:145 DeliveryDetails.php:1148 #: DeliveryDetails.php:1191 DeliveryDetails.php:1194 FormDesigner.php:101 #: GLTransInquiry.php:74 Labels.php:603 Labels.php:605 Labels.php:630 -#: Locations.php:660 Locations.php:662 Locations.php:675 Locations.php:677 -#: MRP.php:546 MRP.php:550 MRP.php:554 MRP.php:558 MRP.php:562 -#: MRPCalendar.php:224 PDFChequeListing.php:65 PDFDIFOT.php:80 -#: PDFDeliveryDifferences.php:76 PDFWOPrint.php:601 PDFWOPrint.php:605 -#: PO_AuthorisationLevels.php:134 PO_AuthorisationLevels.php:139 -#: PO_Header.php:804 PO_PDFPurchOrder.php:413 PO_PDFPurchOrder.php:416 -#: PaymentMethods.php:204 PaymentMethods.php:205 PaymentMethods.php:206 -#: PaymentMethods.php:207 PaymentMethods.php:273 PaymentMethods.php:280 -#: PaymentMethods.php:287 PaymentMethods.php:294 PcAuthorizeExpenses.php:248 -#: PurchData.php:296 PurchData.php:667 PurchData.php:670 -#: RecurringSalesOrders.php:493 RecurringSalesOrders.php:496 +#: Locations.php:646 Locations.php:648 Locations.php:661 Locations.php:663 +#: MRPCalendar.php:224 MRP.php:546 MRP.php:550 MRP.php:554 MRP.php:558 +#: MRP.php:562 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:601 +#: PDFWOPrint.php:605 PO_AuthorisationLevels.php:134 +#: PO_AuthorisationLevels.php:139 PO_Header.php:807 PO_PDFPurchOrder.php:413 +#: PO_PDFPurchOrder.php:416 PurchData.php:296 PurchData.php:667 +#: PurchData.php:670 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:219 SalesPeople.php:359 -#: SalesPeople.php:361 SelectProduct.php:238 SelectProduct.php:386 +#: SalesPeople.php:361 SelectProduct.php:239 SelectProduct.php:364 #: 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 @@ -338,39 +338,38 @@ #: SystemParameters.php:1124 SystemParameters.php:1126 TaxGroups.php:310 #: TaxGroups.php:313 TaxGroups.php:364 WWW_Users.php:505 WWW_Users.php:507 #: WWW_Users.php:678 WWW_Users.php:680 -#: reportwriter/languages/en_US/reports.php:114 msgid "Yes" msgstr "موافق" #: AccountGroups.php:316 AccountGroups.php:453 AccountGroups.php:455 -#: BOMs.php:128 BOMs.php:792 BOMs.php:796 BankAccounts.php:210 -#: BankAccounts.php:379 BankAccounts.php:381 BankAccounts.php:385 -#: BankAccounts.php:393 CompanyPreferences.php:426 CompanyPreferences.php:430 +#: BankAccounts.php:216 BankAccounts.php:410 BankAccounts.php:412 +#: BankAccounts.php:416 BankAccounts.php:424 BOMs.php:128 BOMs.php:799 +#: BOMs.php:803 CompanyPreferences.php:426 CompanyPreferences.php:430 #: CompanyPreferences.php:441 CompanyPreferences.php:445 #: CompanyPreferences.php:456 CompanyPreferences.php:460 #: ContractCosting.php:200 Currencies.php:332 Currencies.php:513 #: Currencies.php:515 CustomerBranches.php:451 Customers.php:658 #: Customers.php:1047 Customers.php:1054 Customers.php:1057 -#: DailyBankTransactions.php:150 DeliveryDetails.php:1149 +#: DailyBankTransactions.php:147 DeliveryDetails.php:1149 #: DeliveryDetails.php:1192 DeliveryDetails.php:1195 FormDesigner.php:99 #: GLTransInquiry.php:93 Labels.php:602 Labels.php:606 Labels.php:631 -#: Locations.php:665 Locations.php:667 Locations.php:680 Locations.php:682 -#: MRP.php:544 MRP.php:548 MRP.php:552 MRP.php:556 MRP.php:560 -#: MRPCalendar.php:226 NoSalesItems.php:191 PDFChequeListing.php:64 -#: PDFDIFOT.php:79 PDFDeliveryDifferences.php:75 PDFWOPrint.php:602 +#: Locations.php:651 Locations.php:653 Locations.php:666 Locations.php:668 +#: MRPCalendar.php:226 MRP.php:544 MRP.php:548 MRP.php:552 MRP.php:556 +#: MRP.php:560 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:602 #: PDFWOPrint.php:606 PO_AuthorisationLevels.php:136 -#: PO_AuthorisationLevels.php:141 PO_Header.php:803 PO_PDFPurchOrder.php:414 -#: PO_PDFPurchOrder.php:417 PaymentMethods.php:204 PaymentMethods.php:205 -#: PaymentMethods.php:206 PaymentMethods.php:207 PaymentMethods.php:274 -#: PaymentMethods.php:281 PaymentMethods.php:288 PaymentMethods.php:295 -#: PcAuthorizeExpenses.php:246 PurchData.php:299 PurchData.php:668 +#: PO_AuthorisationLevels.php:141 PO_Header.php:806 PO_PDFPurchOrder.php:414 +#: PO_PDFPurchOrder.php:417 PurchData.php:299 PurchData.php:668 #: PurchData.php:671 RecurringSalesOrders.php:492 RecurringSalesOrders.php:495 #: SalesAnalReptCols.php:282 SalesAnalReptCols.php:420 #: SalesAnalReptCols.php:423 SalesAnalRepts.php:419 SalesAnalRepts.php:422 #: SalesAnalRepts.php:447 SalesAnalRepts.php:450 SalesAnalRepts.php:475 #: SalesAnalRepts.php:478 SalesCategories.php:266 SalesCategories.php:352 #: SalesCategories.php:354 SalesPeople.php:221 SalesPeople.php:364 -#: SalesPeople.php:366 SelectProduct.php:240 SelectProduct.php:388 +#: SalesPeople.php:366 SelectProduct.php:241 SelectProduct.php:366 #: ShipmentCosting.php:668 ShopParameters.php:290 ShopParameters.php:292 #: ShopParameters.php:338 ShopParameters.php:340 ShopParameters.php:392 #: ShopParameters.php:394 ShopParameters.php:414 ShopParameters.php:416 @@ -388,39 +387,36 @@ #: SystemParameters.php:1123 SystemParameters.php:1127 TaxGroups.php:311 #: TaxGroups.php:314 TaxGroups.php:366 WWW_Users.php:504 WWW_Users.php:508 #: WWW_Users.php:677 WWW_Users.php:681 includes/PDFLowGPPageHeader.inc:44 -#: reportwriter/languages/en_US/reports.php:82 msgid "No" msgstr "ﻻ" -#: AccountGroups.php:325 AccountSections.php:193 AddCustomerContacts.php:148 +#: AccountGroups.php:325 AccountSections.php:191 AddCustomerContacts.php:148 #: AddCustomerNotes.php:137 AddCustomerTypeNotes.php:131 Areas.php:164 -#: BOMs.php:155 BankAccounts.php:223 COGSGLPostings.php:112 +#: BankAccounts.php:241 BOMs.php:155 COGSGLPostings.php:112 #: COGSGLPostings.php:216 CreditStatus.php:175 Currencies.php:362 #: Currencies.php:379 CustItem.php:166 CustomerBranches.php:455 -#: CustomerTypes.php:205 Customers.php:1132 Customers.php:1166 +#: Customers.php:1132 Customers.php:1166 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 -#: ImportBankTransAnalysis.php:224 InternalStockRequest.php:293 Labels.php:335 -#: Labels.php:360 Locations.php:434 MRPDemandTypes.php:120 MRPDemands.php:309 -#: MailingGroupMaintenance.php:178 MaintenanceTasks.php:118 -#: Manufacturers.php:217 PO_AuthorisationLevels.php:151 PaymentMethods.php:208 -#: 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 PurchData.php:312 SalesCategories.php:272 -#: SalesGLPostings.php:137 SalesGLPostings.php:253 SalesPeople.php:232 -#: SalesTypes.php:206 SecurityTokens.php:130 SelectCustomer.php:614 -#: SelectCustomer.php:633 SelectCustomer.php:663 SelectCustomer.php:681 -#: SelectCustomer.php:705 SelectCustomer.php:722 SelectGLAccount.php:117 -#: SelectGLAccount.php:132 SellThroughSupport.php:298 Shippers.php:144 -#: StockCategories.php:289 SuppTransGLAnalysis.php:125 +#: FreightCosts.php:253 GeocodeSetup.php:173 GLAccounts.php:317 GLTags.php:96 +#: ImportBankTransAnalysis.php:223 InternalStockRequest.php:293 Labels.php:335 +#: Labels.php:360 Locations.php:420 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 +#: PurchData.php:312 SalesCategories.php:272 SalesGLPostings.php:137 +#: SalesGLPostings.php:253 SalesPeople.php:232 SalesTypes.php:206 +#: SecurityTokens.php:130 SelectCustomer.php:614 SelectCustomer.php:633 +#: SelectCustomer.php:663 SelectCustomer.php:681 SelectCustomer.php:705 +#: SelectCustomer.php:722 SelectGLAccount.php:117 SelectGLAccount.php:132 +#: SellThroughSupport.php:298 Shippers.php:144 StockCategories.php:289 #: 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:126 -#: WWW_Users.php:341 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:126 WWW_Users.php:341 +#: includes/InputSerialItems.php:110 includes/OutputSerialItems.php:20 #, php-format msgid "Edit" msgstr "تحرير" @@ -429,43 +425,42 @@ msgid "Are you sure you wish to delete this account group?" msgstr "" -#: AccountGroups.php:326 AccountSections.php:197 AddCustomerContacts.php:149 +#: AccountGroups.php:326 AccountSections.php:195 AddCustomerContacts.php:149 #: AddCustomerNotes.php:138 AddCustomerTypeNotes.php:132 Areas.php:165 -#: BOMs.php:157 BankAccounts.php:224 COGSGLPostings.php:113 +#: BankAccounts.php:242 BOMs.php:157 COGSGLPostings.php:113 #: COGSGLPostings.php:217 ContractBOM.php:272 ContractOtherReqts.php:124 -#: CounterReturns.php:740 CounterSales.php:836 CreditStatus.php:176 -#: Credit_Invoice.php:404 Currencies.php:365 CustItem.php:167 -#: CustomerReceipt.php:989 CustomerTypes.php:206 Customers.php:1167 +#: CounterReturns.php:740 CounterSales.php:836 Credit_Invoice.php:404 +#: CreditStatus.php:176 Currencies.php:365 CustItem.php:167 +#: CustomerReceipt.php:989 Customers.php:1167 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 -#: ImportBankTransAnalysis.php:225 InternalStockCategoriesByRole.php:184 +#: GeocodeSetup.php:174 GLAccounts.php:318 GLJournal.php:430 GLTags.php:97 +#: ImportBankTransAnalysis.php:224 InternalStockCategoriesByRole.php:184 #: InternalStockRequest.php:294 Labels.php:336 Labels.php:361 Labels.php:609 -#: Locations.php:435 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:209 PaymentTerms.php:206 Payments.php:1104 +#: Locations.php:421 MailingGroupMaintenance.php:179 MaintenanceTasks.php:119 +#: Manufacturers.php:218 MRPDemands.php:310 MRPDemandTypes.php:121 +#: PaymentMethods.php:211 Payments.php:1104 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 -#: PurchData.php:314 PurchData.php:721 RelatedItemsUpdate.php:155 -#: RelatedItemsUpdate.php:170 SalesAnalReptCols.php:299 SalesAnalRepts.php:307 -#: SalesCategories.php:273 SalesGLPostings.php:138 SalesGLPostings.php:254 -#: SalesPeople.php:233 SalesTypes.php:207 SecurityTokens.php:131 -#: SelectCreditItems.php:778 SelectCustomer.php:615 SelectCustomer.php:634 -#: SelectCustomer.php:664 SelectCustomer.php:682 SelectCustomer.php:706 -#: SelectCustomer.php:723 SelectOrderItems.php:1359 SellThroughSupport.php:299 -#: Shipments.php:440 Shippers.php:145 SpecialOrder.php:668 -#: StockCategories.php:290 StockCategories.php:619 StockLocTransfer.php:327 -#: SuppContractChgs.php:99 SuppCreditGRNs.php:117 SuppFixedAssetChgs.php:90 -#: SuppInvGRNs.php:147 SuppShiptChgs.php:90 SuppTransGLAnalysis.php:126 +#: PO_AuthorisationLevels.php:153 PO_Items.php:768 PriceMatrix.php:286 +#: Prices_Customer.php:287 Prices.php:254 PurchData.php:314 PurchData.php:721 +#: RelatedItemsUpdate.php:155 RelatedItemsUpdate.php:170 +#: SalesAnalReptCols.php:299 SalesAnalRepts.php:307 SalesCategories.php:273 +#: SalesGLPostings.php:138 SalesGLPostings.php:254 SalesPeople.php:233 +#: SalesTypes.php:207 SecurityTokens.php:131 SelectCreditItems.php:778 +#: SelectCustomer.php:615 SelectCustomer.php:634 SelectCustomer.php:664 +#: SelectCustomer.php:682 SelectCustomer.php:706 SelectCustomer.php:723 +#: SelectOrderItems.php:1359 SellThroughSupport.php:299 Shipments.php:440 +#: Shippers.php:145 SpecialOrder.php:668 StockCategories.php:290 +#: StockCategories.php:619 StockLocTransfer.php:327 SuppContractChgs.php:99 +#: SuppCreditGRNs.php:117 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 -#: UnitsOfMeasure.php:186 WOSerialNos.php:327 WWW_Access.php:127 -#: WWW_Users.php:342 WorkCentres.php:143 includes/InputSerialItemsKeyed.php:60 +#: SupplierTenderCreate.php:452 SupplierTypes.php:172 SuppShiptChgs.php:90 +#: SuppTransGLAnalysis.php:126 TaxAuthorities.php:173 TaxCategories.php:186 +#: TaxGroups.php:191 TaxProvinces.php:180 UnitsOfMeasure.php:186 +#: WorkCentres.php:143 WOSerialNos.php:327 WWW_Access.php:127 +#: WWW_Users.php:342 includes/InputSerialItemsKeyed.php:60 #: includes/OutputSerialItems.php:99 -#: reportwriter/languages/en_US/reports.php:141 #, php-format msgid "Delete" msgstr "حذف" @@ -528,80 +523,80 @@ "ledger accounts should display in the trial balance" msgstr "" -#: AccountGroups.php:465 AccountSections.php:264 AddCustomerContacts.php:260 +#: AccountGroups.php:465 AccountSections.php:262 AddCustomerContacts.php:260 #: AddCustomerNotes.php:242 AddCustomerTypeNotes.php:221 Areas.php:229 -#: BOMs.php:809 BankAccounts.php:399 COGSGLPostings.php:365 +#: BankAccounts.php:431 BOMs.php:816 COGSGLPostings.php:365 #: CreditStatus.php:259 Currencies.php:522 CustLoginSetup.php:273 #: Departments.php:258 DiscountMatrix.php:142 EDIMessageFormat.php:248 #: FixedAssetCategories.php:350 FixedAssetLocations.php:161 -#: FreightCosts.php:371 GLAccounts.php:266 GeocodeSetup.php:271 Labels.php:643 -#: Locations.php:694 MRPDemandTypes.php:188 MRPDemands.php:424 -#: Manufacturers.php:312 OffersReceived.php:57 OffersReceived.php:146 -#: PO_AuthorisationLevels.php:264 PaymentMethods.php:300 PaymentTerms.php:310 +#: FreightCosts.php:371 GeocodeSetup.php:271 GLAccounts.php:265 Labels.php:643 +#: Locations.php:680 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 SalesAnalReptCols.php:552 #: SalesAnalRepts.php:519 SalesGLPostings.php:425 SalesPeople.php:373 -#: Shippers.php:203 StockCategories.php:646 SuppLoginSetup.php:292 -#: SupplierContacts.php:284 TaxAuthorities.php:327 TaxCategories.php:244 -#: TaxProvinces.php:234 UnitsOfMeasure.php:241 WWW_Users.php:749 -#: WorkCentres.php:283 +#: Shippers.php:203 StockCategories.php:646 SupplierContacts.php:284 +#: SuppLoginSetup.php:292 TaxAuthorities.php:327 TaxCategories.php:244 +#: TaxProvinces.php:234 UnitsOfMeasure.php:241 WorkCentres.php:283 +#: WWW_Users.php:749 msgid "Enter Information" msgstr "أدخل المعلومات" -#: AccountSections.php:7 includes/MainMenuLinksArray.php:373 +#: AccountSections.php:5 includes/MainMenuLinksArray.php:373 msgid "Account Sections" msgstr "أعدادات العضو" -#: AccountSections.php:64 +#: AccountSections.php:61 msgid "The account section already exists in the database" msgstr "قسم العضو موجود مسبقا فى قاعدة البيانات" -#: AccountSections.php:71 +#: AccountSections.php:68 msgid "The account section name cannot contain any illegal characters" msgstr "" -#: AccountSections.php:77 +#: AccountSections.php:74 msgid "The account section name must contain at least one character" msgstr "يجب ان يحتوى اسم العضو على الاقل حرف واحد" -#: AccountSections.php:83 AccountSections.php:89 +#: AccountSections.php:80 AccountSections.php:86 msgid "The section number must be an integer" msgstr "قسم الرقم يجب ان يكون عدد صحيح" -#: AccountSections.php:131 +#: AccountSections.php:128 msgid "" "Cannot delete this account section because general ledger accounts groups " "have been created using this section" msgstr "" -#: AccountSections.php:133 +#: AccountSections.php:130 msgid "general ledger accounts groups that refer to this account section" msgstr "" -#: AccountSections.php:145 +#: AccountSections.php:142 msgid "section has been deleted" msgstr "" -#: AccountSections.php:170 +#: AccountSections.php:167 msgid "Could not get account group sections because" msgstr "" -#: AccountSections.php:176 AccountSections.php:236 AccountSections.php:254 +#: AccountSections.php:173 AccountSections.php:234 AccountSections.php:252 msgid "Section Number" msgstr "رقم القطاع" -#: AccountSections.php:177 AccountSections.php:259 +#: AccountSections.php:174 AccountSections.php:257 msgid "Section Description" msgstr "وصف القطاع" -#: AccountSections.php:195 +#: AccountSections.php:193 msgid "Restricted" msgstr "محظور" -#: AccountSections.php:206 +#: AccountSections.php:204 msgid "Review Account Sections" msgstr "راجع أعدادات العضوية" -#: AccountSections.php:225 +#: AccountSections.php:223 msgid "Could not retrieve the requested section please try again." msgstr "لم أستطيع استرجاع القطاع المطلوب حاول مجددا" @@ -642,11 +637,11 @@ #: AddCustomerContacts.php:59 AddCustomerNotes.php:51 #: AddCustomerTypeNotes.php:48 Areas.php:72 CustomerTypes.php:68 #: DeliveryDetails.php:801 DeliveryDetails.php:818 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 SalesAnalReptCols.php:129 -#: SalesPeople.php:97 SalesTypes.php:66 Stocks.php:572 SupplierTypes.php:68 -#: Suppliers.php:532 +#: 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 SalesAnalReptCols.php:129 +#: SalesPeople.php:97 SalesTypes.php:66 Stocks.php:572 Suppliers.php:531 +#: SupplierTypes.php:68 msgid "has been updated" msgstr "" @@ -663,7 +658,7 @@ #: ImportBankTransAnalysis.php:207 PrintWOItemSlip.php:185 #: PrintWOItemSlip.php:196 PrintWOItemSlip.php:207 SalesPeople.php:200 #: SelectCustomer.php:609 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 includes/InputSerialItemsFile.php:92 #: includes/InputSerialItemsFile.php:144 msgid "Name" @@ -680,32 +675,33 @@ msgstr "" #: AddCustomerContacts.php:129 AddCustomerContacts.php:241 -#: CustomerBranches.php:414 CustomerBranches.php:849 CustomerInquiry.php:313 -#: Customers.php:1122 Customers.php:1130 EmailCustTrans.php:15 -#: EmailCustTrans.php:64 Factors.php:246 Factors.php:297 Locations.php:630 -#: OrderDetails.php:115 PDFRemittanceAdvice.php:251 PDFWOPrint.php:592 -#: PDFWOPrint.php:595 PDFWOPrint.php:675 PDFWOPrint.php:678 +#: CustomerBranches.php:414 CustomerBranches.php:849 CustomerInquiry.php:418 +#: CustomerInquiry.php:460 Customers.php:1122 Customers.php:1130 +#: EmailCustTrans.php:15 EmailCustTrans.php:64 Factors.php:246 Factors.php:297 +#: Locations.php:616 OrderDetails.php:115 PDFRemittanceAdvice.php:251 +#: PDFWOPrint.php:592 PDFWOPrint.php:595 PDFWOPrint.php:675 PDFWOPrint.php:678 #: PO_PDFPurchOrder.php:400 PO_PDFPurchOrder.php:403 PrintCustTrans.php:750 #: PrintCustTrans.php:981 PrintCustTrans.php:1030 #: PrintCustTransPortrait.php:793 PrintCustTransPortrait.php:1039 -#: PrintCustTransPortrait.php:1095 SelectCustomer.php:427 -#: SelectCustomer.php:612 SelectSupplier.php:288 SupplierContacts.php:156 -#: SupplierContacts.php:277 UserSettings.php:184 WWW_Users.php:297 -#: 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 +#: PrintCustTransPortrait.php:1095 PrintCustTrans_SunlightPower.php:746 +#: PrintCustTrans_SunlightPower.php:977 PrintCustTrans_SunlightPower.php:1026 +#: SelectCustomer.php:427 SelectCustomer.php:612 SelectSupplier.php:288 +#: SupplierContacts.php:156 SupplierContacts.php:277 UserSettings.php:184 +#: WWW_Users.php:297 includes/PDFPickingListHeader.inc:25 +#: includes/PDFStatementPageHeader.inc:67 includes/PDFTransPageHeader.inc:85 +#: includes/PDFTransPageHeaderPortrait.inc:114 +#: includes/PDFTransPageHeader_SunlightPower.inc:84 +#: includes/PDFWOPageHeader.inc:19 includes/PO_PDFOrderPageHeader.inc:29 +#: ../webSHOP/Checkout.php:443 ../webSHOP/Register.php:607 msgid "Email" msgstr "" #: AddCustomerContacts.php:130 AddCustomerContacts.php:250 Customers.php:1123 -#: Customers.php:1131 PDFQuotation.php:252 PDFQuotationPortrait.php:249 -#: PcAssignCashToTab.php:242 PcAssignCashToTab.php:380 +#: Customers.php:1131 PcAssignCashToTab.php:242 PcAssignCashToTab.php:380 #: PcAuthorizeExpenses.php:97 PcClaimExpensesFromTab.php:238 -#: PcClaimExpensesFromTab.php:405 PcReportTab.php:336 SelectCustomer.php:613 -#: ShopParameters.php:198 SystemParameters.php:363 WOSerialNos.php:298 -#: WOSerialNos.php:304 +#: PcClaimExpensesFromTab.php:405 PcReportTab.php:336 PDFQuotation.php:252 +#: PDFQuotationPortrait.php:249 SelectCustomer.php:613 ShopParameters.php:198 +#: SystemParameters.php:363 WOSerialNos.php:298 WOSerialNos.php:304 msgid "Notes" msgstr "" @@ -723,17 +719,19 @@ 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 "" #: AddCustomerContacts.php:232 Contracts.php:781 PDFRemittanceAdvice.php:247 -#: PO_Header.php:1022 PO_Header.php:1107 SelectCreditItems.php:245 +#: PO_Header.php:1025 PO_Header.php:1110 SelectCreditItems.php:245 #: SelectCustomer.php:425 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 +#: includes/PDFTransPageHeader_SunlightPower.inc:83 +#: ../webSHOP/Checkout.php:537 ../webSHOP/Register.php:260 +#: ../webSHOP/Register.php:735 msgid "Phone" msgstr "" @@ -775,12 +773,13 @@ #: AgedControlledInventory.php:47 BankMatching.php:282 #: BankReconciliation.php:217 BankReconciliation.php:294 #: ContractCosting.php:177 CustomerAllocations.php:348 -#: CustomerAllocations.php:378 CustomerInquiry.php:256 +#: CustomerAllocations.php:378 CustomerInquiry.php:237 #: CustomerTransInquiry.php:106 GLAccountInquiry.php:174 #: GLAccountReport.php:343 GLTransInquiry.php:47 MRPCalendar.php:219 -#: PDFRemittanceAdvice.php:308 PaymentAllocations.php:66 -#: PcAssignCashToTab.php:238 PcAuthorizeExpenses.php:93 PrintCustTrans.php:858 -#: PrintCustTransPortrait.php:907 PrintWOItemSlip.php:187 +#: PaymentAllocations.php:66 PcAssignCashToTab.php:238 +#: PcAuthorizeExpenses.php:93 PDFRemittanceAdvice.php:308 +#: PrintCustTrans.php:858 PrintCustTransPortrait.php:907 +#: PrintCustTrans_SunlightPower.php:854 PrintWOItemSlip.php:187 #: PrintWOItemSlip.php:198 PrintWOItemSlip.php:209 ReverseGRN.php:396 #: SelectCustomer.php:659 SelectCustomer.php:701 ShipmentCosting.php:538 #: ShipmentCosting.php:615 Shipments.php:491 StockDispatch.php:277 @@ -793,16 +792,16 @@ #: includes/PDFQuotationPortraitPageHeader.inc:80 #: includes/PDFStatementPageHeader.inc:169 includes/PDFTransPageHeader.inc:51 #: includes/PDFTransPageHeaderPortrait.inc:63 -#: reportwriter/languages/en_US/reports.php:64 +#: includes/PDFTransPageHeader_SunlightPower.inc:48 msgid "Date" msgstr "" #: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:181 #: SelectCustomer.php:660 SelectCustomer.php:702 StockClone.php:911 -#: Stocks.php:1220 UpgradeDatabase.php:233 UpgradeDatabase.php:236 -#: UpgradeDatabase.php:239 UpgradeDatabase.php:242 UpgradeDatabase.php:245 -#: UpgradeDatabase.php:248 UpgradeDatabase.php:251 UpgradeDatabase.php:254 -#: UpgradeDatabase.php:257 Z_Upgrade_3.10-3.11.php:62 +#: Stocks.php:1220 UpgradeDatabase.php:236 UpgradeDatabase.php:239 +#: UpgradeDatabase.php:242 UpgradeDatabase.php:245 UpgradeDatabase.php:248 +#: UpgradeDatabase.php:251 UpgradeDatabase.php:254 UpgradeDatabase.php:257 +#: UpgradeDatabase.php:260 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 @@ -895,17 +894,16 @@ msgstr "" #: AgedControlledInventory.php:12 InventoryQuantities.php:155 -#: InventoryValuation.php:231 Locations.php:406 Locations.php:467 MRP.php:534 -#: MRPCalendar.php:21 MRPCreateDemands.php:197 MRPDemandTypes.php:17 -#: MRPDemands.php:27 MRPPlannedPurchaseOrders.php:265 +#: InventoryValuation.php:231 Locations.php:392 Locations.php:453 +#: MRPCalendar.php:21 MRPCreateDemands.php:197 MRPDemands.php:27 +#: MRPDemandTypes.php:17 MRP.php:534 MRPPlannedPurchaseOrders.php:265 #: MRPPlannedWorkOrders.php:247 MRPPlannedWorkOrders.php:321 -#: PricesByCost.php:8 ReorderLevel.php:194 ReorderLevelLocation.php:12 -#: SelectProduct.php:87 StockDispatch.php:319 StockMovements.php:22 +#: PricesByCost.php:8 ReorderLevelLocation.php:12 ReorderLevel.php:194 +#: SelectProduct.php:88 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 +#: StockSerialItemResearch.php:9 StockSerialItems.php:9 StockStatus.php:46 #: StockTransferControlled.php:14 SuppLoginSetup.php:24 WWW_Users.php:16 #: includes/MainMenuLinksArray.php:26 -#: reportwriter/languages/en_US/reports.php:243 msgid "Inventory" msgstr "" @@ -915,15 +913,14 @@ #: AgedControlledInventory.php:42 MRPReschedules.php:126 MRPShortages.php:261 #: StockClone.php:53 Stocks.php:63 -#: reportwriter/languages/en_US/reports.php:103 msgid "Stock" msgstr "" #: AgedControlledInventory.php:43 BOMIndented.php:314 #: BOMIndentedReverse.php:293 BOMInquiry.php:109 BOMInquiry.php:200 -#: BOMs.php:565 BOMs.php:905 ContractBOM.php:242 ContractBOM.php:354 -#: ContractOtherReqts.php:98 CounterReturns.php:1686 CounterSales.php:2113 -#: CounterSales.php:2294 CreditStatus.php:152 CreditStatus.php:243 +#: BOMs.php:565 BOMs.php:912 ContractBOM.php:242 ContractBOM.php:354 +#: ContractOtherReqts.php:98 CounterReturns.php:1686 CounterSales.php:2095 +#: CounterSales.php:2249 CreditStatus.php:152 CreditStatus.php:243 #: CustomerPurchases.php:76 EmailConfirmation.php:219 #: EmailConfirmation.php:349 FixedAssetCategories.php:167 #: FixedAssetDepreciation.php:91 FixedAssetRegister.php:87 @@ -933,41 +930,42 @@ #: InternalStockCategoriesByRole.php:168 InternalStockRequest.php:345 #: InternalStockRequest.php:559 InternalStockRequest.php:629 #: InventoryQuantities.php:246 InventoryValuation.php:207 Labels.php:292 -#: MRPDemandTypes.php:113 MRPDemands.php:92 MRPDemands.php:295 -#: MRPPlannedWorkOrders.php:258 MRPReport.php:536 MRPReport.php:750 -#: MRPReschedules.php:192 MRPShortages.php:350 MaintenanceTasks.php:95 -#: MaintenanceUserSchedule.php:50 MaterialsNotUsed.php:35 NoSalesItems.php:194 -#: PDFOrderStatus.php:337 PDFOrdersInvoiced.php:335 PO_Items.php:716 -#: PO_Items.php:1188 PO_SelectOSPurchOrder.php:263 PO_SelectPurchOrder.php:214 -#: PaymentTerms.php:182 PcExpenses.php:190 PcExpenses.php:296 -#: PcExpensesTypeTab.php:171 PcReportTab.php:179 PcTypeTabs.php:164 -#: PricesByCost.php:153 RelatedItemsUpdate.php:154 ReorderLevel.php:298 -#: ReorderLevelLocation.php:73 ReverseGRN.php:395 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:1454 -#: SelectOrderItems.php:1644 SelectProduct.php:554 SelectProduct.php:780 +#: MaintenanceTasks.php:95 MaintenanceUserSchedule.php:50 +#: MaterialsNotUsed.php:35 MRPDemands.php:92 MRPDemands.php:295 +#: MRPDemandTypes.php:113 MRPPlannedWorkOrders.php:258 MRPReport.php:536 +#: MRPReport.php:750 MRPReschedules.php:192 MRPShortages.php:350 +#: NoSalesItems.php:194 PaymentTerms.php:182 PcExpenses.php:190 +#: PcExpenses.php:296 PcExpensesTypeTab.php:171 PcReportTab.php:179 +#: PcTypeTabs.php:164 PDFOrdersInvoiced.php:335 PDFOrderStatus.php:337 +#: PO_Items.php:716 PO_Items.php:1188 PO_SelectOSPurchOrder.php:263 +#: PO_SelectPurchOrder.php:214 PricesByCost.php:153 RelatedItemsUpdate.php:154 +#: ReorderLevelLocation.php:73 ReorderLevel.php:298 ReverseGRN.php:395 +#: 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:1454 +#: SelectOrderItems.php:1616 SelectProduct.php:532 SelectProduct.php:758 #: SelectSalesOrder.php:556 SelectWorkOrder.php:219 Shipt_Select.php:191 #: StockClone.php:665 StockCounts.php:142 StockDispatch.php:504 #: StockLocStatus.php:173 StockQuantityByDate.php:109 Stocks.php:988 #: SuppCreditGRNs.php:92 SuppCreditGRNs.php:192 SuppFixedAssetChgs.php:78 -#: SuppInvGRNs.php:120 SuppInvGRNs.php:257 SuppPriceList.php:309 -#: SupplierCredit.php:317 SupplierCredit.php:385 SupplierInvoice.php:664 -#: SupplierInvoice.php:744 SupplierPriceList.php:39 SupplierPriceList.php:271 +#: SuppInvGRNs.php:120 SuppInvGRNs.php:257 SupplierCredit.php:317 +#: SupplierCredit.php:385 SupplierInvoice.php:664 SupplierInvoice.php:744 +#: 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 -#: TopItems.php:167 WorkCentres.php:128 WorkOrderCosting.php:100 -#: WorkOrderCosting.php:132 WorkOrderEntry.php:739 WorkOrderIssue.php:759 -#: Z_ItemsWithoutPicture.php:33 api/api_xml-rpc.php:3489 +#: SuppPriceList.php:309 TopItems.php:169 WorkCentres.php:128 +#: WorkOrderCosting.php:100 WorkOrderCosting.php:132 WorkOrderEntry.php:738 +#: WorkOrderIssue.php:761 Z_ItemsWithoutPicture.php:33 +#: 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/PDFTransPageHeader_SunlightPower.inc:210 api/api_xml-rpc.php:3489 +#: ../webSHOP/includes/PlaceOrder.php:250 msgid "Description" msgstr "" @@ -992,7 +990,7 @@ #: CounterReturns.php:756 CounterSales.php:759 CounterSales.php:853 #: CounterSales.php:855 Credit_Invoice.php:298 Credit_Invoice.php:302 #: CustomerAllocations.php:349 CustomerAllocations.php:379 -#: CustomerInquiry.php:261 DeliveryDetails.php:876 DeliveryDetails.php:945 +#: CustomerInquiry.php:242 DeliveryDetails.php:876 DeliveryDetails.php:945 #: GLBalanceSheet.php:191 GLBalanceSheet.php:203 GLBalanceSheet.php:293 #: GLBalanceSheet.php:302 GLBudgets.php:213 GLJournal.php:435 #: GLTransInquiry.php:195 GLTrialBalance.php:225 GLTrialBalance.php:245 @@ -1007,18 +1005,16 @@ #: SalesByTypePeriodInquiry.php:465 SalesByTypePeriodInquiry.php:500 #: SalesByTypePeriodInquiry.php:561 SelectCreditItems.php:692 #: SelectCreditItems.php:696 SelectOrderItems.php:1301 -#: 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:214 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:214 +#: 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_d... [truncated message content] |