From: <dai...@us...> - 2016-05-16 09:45:02
|
Revision: 7532 http://sourceforge.net/p/web-erp/reponame/7532 Author: daintree Date: 2016-05-16 09:44:58 +0000 (Mon, 16 May 2016) Log Message: ----------- Pre release 4.13 Modified Paths: -------------- trunk/UpgradeDatabase.php trunk/doc/Change.log 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/ko_KR.utf8/LC_MESSAGES/messages.mo trunk/locale/ko_KR.utf8/LC_MESSAGES/messages.po trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.mo trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.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.3-4.13.sql Modified: trunk/UpgradeDatabase.php =================================================================== --- trunk/UpgradeDatabase.php 2016-05-16 02:00:45 UTC (rev 7531) +++ trunk/UpgradeDatabase.php 2016-05-16 09:44:58 UTC (rev 7532) @@ -193,7 +193,7 @@ case '4.12.2': $SQLScripts[] = './sql/mysql/upgrade4.12.2-4.12.3.sql'; case '4.12.3': - $SQLScripts[] = './sql/mysql/upgrdate4.12.3-4.13.sql'; + $SQLScripts[] = './sql/mysql/upgrade4.12.3-4.13.sql'; break; } //end switch } Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-16 02:00:45 UTC (rev 7531) +++ trunk/doc/Change.log 2016-05-16 09:44:58 UTC (rev 7532) @@ -1,5 +1,7 @@ webERP Change Log +16/5/16 Release 4.13 + 15/05/16 RChacon: In SelectCustomer.php, use a default map host if $map_host is empty. 15/05/16 RChacon: In AccountGroups.php, hide no printing elements. 15/05/16 Exson: Add sequence digitals to make BOM sequences can be adjusted flexible and avoid any uncertainty of the number stored in SQL. Thanks Tim's suggestion. @@ -10,7 +12,7 @@ 09/05/16 Exson: Tidy Code Up to remove redundant code according to Tim's guide. 05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with prev 05/06/16: Exson: Remove the $db which is not needed now. Reported by Tim. ious version of GLPostings.inc. Rework the new GLPostings.inc. -05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. +05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. 01/05/2016 RChacon: In Z_poAddLanguage.php, fix directory name and default language file name. 29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. 26/4/16 Phil committed for Tim: apparently only change required for PHP7 see http://www.weberp.org/forum/showthread.php?tid=2733&pid=7132#pid7132 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 2016-05-16 02:00:45 UTC (rev 7531) +++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2016-05-16 09:44:58 UTC (rev 7532) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: webERP 4.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-15 17:54-0600\n" +"POT-Creation-Date: 2016-05-16 21:31+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" @@ -230,11 +230,11 @@ #: AgedSuppliers.php:276 Areas.php:144 AuditTrail.php:11 #: BOMExtendedQty.php:256 BOMIndented.php:249 BOMIndentedReverse.php:236 #: BOMInquiry.php:186 BOMListing.php:110 BOMs.php:280 BOMs.php:981 -#: COGSGLPostings.php:19 CollectiveWorkOrderCost.php:7 -#: CollectiveWorkOrderCost.php:273 CompanyPreferences.php:102 -#: CounterReturns.php:1629 CounterSales.php:2097 CounterSales.php:2193 -#: Credit_Invoice.php:276 CreditStatus.php:21 CustEDISetup.php:17 -#: CustItem.php:120 CustItem.php:210 CustItem.php:238 +#: BOMs_SingleLevel.php:231 BOMs_SingleLevel.php:881 COGSGLPostings.php:19 +#: CollectiveWorkOrderCost.php:7 CollectiveWorkOrderCost.php:273 +#: CompanyPreferences.php:102 CounterReturns.php:1629 CounterSales.php:2097 +#: CounterSales.php:2193 Credit_Invoice.php:276 CreditStatus.php:21 +#: CustEDISetup.php:17 CustItem.php:120 CustItem.php:210 CustItem.php:238 #: DebtorsAtPeriodEnd.php:129 DiscountCategories.php:12 #: DiscountCategories.php:149 DiscountMatrix.php:16 EDIMessageFormat.php:105 #: FixedAssetLocations.php:13 FixedAssetRegister.php:16 @@ -255,7 +255,7 @@ #: SalesGLPostings.php:19 SalesGraph.php:40 SalesPeople.php:28 #: SalesTypes.php:20 SelectAsset.php:48 SelectCompletedOrder.php:11 #: SelectContract.php:69 SelectCreditItems.php:221 SelectCreditItems.php:292 -#: SelectCustomer.php:257 SelectGLAccount.php:77 SelectOrderItems.php:559 +#: SelectCustomer.php:258 SelectGLAccount.php:77 SelectOrderItems.php:559 #: SelectOrderItems.php:1469 SelectOrderItems.php:1569 SelectProduct.php:522 #: SelectQASamples.php:45 SelectSalesOrder.php:512 SelectSupplier.php:14 #: SelectSupplier.php:222 SelectWorkOrder.php:9 SelectWorkOrder.php:174 @@ -271,7 +271,7 @@ #: WhereUsedInquiry.php:18 WorkCentres.php:113 WorkOrderCosting.php:22 #: WorkOrderEntry.php:11 WorkOrderIssue.php:22 WorkOrderReceive.php:34 #: WorkOrderStatus.php:58 WWW_Users.php:34 Z_BottomUpCosts.php:57 -#: ../webSHOP/includes/header.php:251 +#: ../webSHOP/includes/header.php:218 msgid "Search" msgstr "إبحث" @@ -295,6 +295,7 @@ #: AccountGroups.php:307 AccountGroups.php:310 AccountGroups.php:461 #: AccountGroups.php:463 BOMs.php:135 BOMs.php:886 BOMs.php:888 +#: BOMs_SingleLevel.php:125 BOMs_SingleLevel.php:793 BOMs_SingleLevel.php:795 #: CompanyPreferences.php:425 CompanyPreferences.php:427 #: CompanyPreferences.php:440 CompanyPreferences.php:442 #: CompanyPreferences.php:455 CompanyPreferences.php:457 @@ -354,19 +355,19 @@ #: TestPlanResults.php:924 TestPlanResults.php:928 UserGLAccounts.php:187 #: UserGLAccounts.php:196 WWW_Users.php:534 WWW_Users.php:536 #: WWW_Users.php:707 WWW_Users.php:709 WWW_Users.php:722 WWW_Users.php:724 -#: reportwriter/languages/en_US/reports.php:114 msgid "Yes" msgstr "موافق" #: AccountGroups.php:313 AccountGroups.php:466 AccountGroups.php:468 #: BankAccounts.php:218 BankAccounts.php:412 BankAccounts.php:414 #: BankAccounts.php:418 BankAccounts.php:426 BOMs.php:137 BOMs.php:885 -#: BOMs.php:889 CompanyPreferences.php:424 CompanyPreferences.php:428 -#: CompanyPreferences.php:439 CompanyPreferences.php:443 -#: CompanyPreferences.php:454 CompanyPreferences.php:458 -#: ContractCosting.php:200 Currencies.php:344 Currencies.php:525 -#: Currencies.php:527 CustomerBranches.php:452 Customers.php:658 -#: Customers.php:1047 Customers.php:1054 Customers.php:1057 +#: BOMs.php:889 BOMs_SingleLevel.php:127 BOMs_SingleLevel.php:792 +#: BOMs_SingleLevel.php:796 CompanyPreferences.php:424 +#: CompanyPreferences.php:428 CompanyPreferences.php:439 +#: CompanyPreferences.php:443 CompanyPreferences.php:454 +#: CompanyPreferences.php:458 ContractCosting.php:200 Currencies.php:344 +#: Currencies.php:525 Currencies.php:527 CustomerBranches.php:452 +#: Customers.php:658 Customers.php:1047 Customers.php:1054 Customers.php:1057 #: DailyBankTransactions.php:214 DeliveryDetails.php:1159 #: DeliveryDetails.php:1200 DeliveryDetails.php:1203 FormDesigner.php:99 #: GLAccountUsers.php:183 GLAccountUsers.php:193 GLTransInquiry.php:93 @@ -421,18 +422,17 @@ #: UserGLAccounts.php:199 WWW_Users.php:533 WWW_Users.php:537 #: WWW_Users.php:706 WWW_Users.php:710 WWW_Users.php:721 WWW_Users.php:725 #: includes/PDFLowGPPageHeader.inc:44 -#: reportwriter/languages/en_US/reports.php:82 msgid "No" msgstr "ﻻ" #: AccountGroups.php:322 AccountSections.php:196 AddCustomerContacts.php:152 #: AddCustomerNotes.php:137 AddCustomerTypeNotes.php:131 Areas.php:164 -#: BankAccounts.php:243 BOMs.php:193 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 +#: BankAccounts.php:243 BOMs.php:193 BOMs_SingleLevel.php:153 +#: 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 GeocodeSetup.php:173 GLAccounts.php:317 GLTags.php:96 #: ImportBankTransAnalysis.php:223 InternalStockRequest.php:293 Labels.php:333 #: Labels.php:358 Locations.php:439 MailingGroupMaintenance.php:178 @@ -444,8 +444,8 @@ #: ProductSpecs.php:465 PurchData.php:312 QATests.php:467 #: SalesCategories.php:310 SalesGLPostings.php:137 SalesGLPostings.php:255 #: SalesPeople.php:240 SalesTypes.php:206 SecurityTokens.php:130 -#: SelectCustomer.php:742 SelectCustomer.php:767 SelectCustomer.php:822 -#: SelectCustomer.php:840 SelectCustomer.php:864 SelectCustomer.php:881 +#: SelectCustomer.php:733 SelectCustomer.php:758 SelectCustomer.php:813 +#: SelectCustomer.php:831 SelectCustomer.php:855 SelectCustomer.php:872 #: SelectGLAccount.php:130 SelectGLAccount.php:145 SelectQASamples.php:417 #: SellThroughSupport.php:298 Shippers.php:144 StockCategories.php:296 #: SupplierContacts.php:165 SupplierTenderCreate.php:157 SupplierTypes.php:170 @@ -453,7 +453,6 @@ #: TaxGroups.php:191 TaxProvinces.php:179 UnitsOfMeasure.php:185 #: WorkCentres.php:145 WWW_Access.php:132 WWW_Users.php:368 #: includes/InputSerialItems.php:110 includes/OutputSerialItems.php:20 -#: reportwriter/languages/en_US/reports.php:143 #, php-format msgid "Edit" msgstr "تحرير" @@ -464,14 +463,15 @@ #: AccountGroups.php:323 AccountSections.php:201 AddCustomerContacts.php:153 #: AddCustomerNotes.php:138 AddCustomerTypeNotes.php:132 Areas.php:165 -#: BankAccounts.php:244 BOMs.php:195 COGSGLPostings.php:113 -#: COGSGLPostings.php:220 ContractBOM.php:272 ContractOtherReqts.php:124 -#: CounterReturns.php:740 CounterSales.php:836 Credit_Invoice.php:409 -#: CreditStatus.php:176 Currencies.php:377 CustItem.php:167 -#: CustomerReceipt.php:993 Customers.php:1166 CustomerTypes.php:206 -#: Departments.php:187 DiscountCategories.php:238 DiscountMatrix.php:183 -#: EDIMessageFormat.php:151 FixedAssetCategories.php:191 FreightCosts.php:254 -#: GeocodeSetup.php:174 GLAccounts.php:318 GLJournal.php:431 GLTags.php:97 +#: BankAccounts.php:244 BOMs.php:195 BOMs_SingleLevel.php:154 +#: COGSGLPostings.php:113 COGSGLPostings.php:220 ContractBOM.php:272 +#: ContractOtherReqts.php:124 CounterReturns.php:740 CounterSales.php:836 +#: Credit_Invoice.php:409 CreditStatus.php:176 Currencies.php:377 +#: CustItem.php:167 CustomerReceipt.php:993 Customers.php:1166 +#: CustomerTypes.php:206 Departments.php:187 DiscountCategories.php:238 +#: DiscountMatrix.php:183 EDIMessageFormat.php:151 +#: FixedAssetCategories.php:191 FreightCosts.php:254 GeocodeSetup.php:174 +#: GLAccounts.php:318 GLJournal.php:431 GLTags.php:97 #: ImportBankTransAnalysis.php:224 InternalStockCategoriesByRole.php:184 #: InternalStockRequest.php:294 Labels.php:334 Labels.php:359 Labels.php:612 #: Locations.php:440 MailingGroupMaintenance.php:179 MaintenanceTasks.php:119 @@ -486,8 +486,8 @@ #: SalesAnalReptCols.php:299 SalesAnalRepts.php:307 SalesCategories.php:311 #: SalesGLPostings.php:138 SalesGLPostings.php:256 SalesPeople.php:241 #: SalesTypes.php:207 SecurityTokens.php:131 SelectCreditItems.php:776 -#: SelectCustomer.php:743 SelectCustomer.php:768 SelectCustomer.php:823 -#: SelectCustomer.php:841 SelectCustomer.php:865 SelectCustomer.php:882 +#: SelectCustomer.php:734 SelectCustomer.php:759 SelectCustomer.php:814 +#: SelectCustomer.php:832 SelectCustomer.php:856 SelectCustomer.php:873 #: SelectOrderItems.php:1381 SelectQASamples.php:418 #: SellThroughSupport.php:299 Shipments.php:438 Shippers.php:145 #: SpecialOrder.php:667 StockCategories.php:297 StockCategories.php:626 @@ -500,7 +500,6 @@ #: WorkCentres.php:146 WOSerialNos.php:335 WWW_Access.php:133 #: WWW_Users.php:369 includes/InputSerialItemsKeyed.php:60 #: includes/OutputSerialItems.php:99 -#: reportwriter/languages/en_US/reports.php:141 #, php-format msgid "Delete" msgstr "حذف" @@ -529,21 +528,22 @@ #: AccountGroups.php:405 AccountSections.php:285 AddCustomerContacts.php:273 #: AddCustomerNotes.php:242 AddCustomerTypeNotes.php:221 Areas.php:229 -#: BankAccounts.php:433 BOMs.php:906 COGSGLPostings.php:368 -#: CreditStatus.php:259 Currencies.php:537 CustLoginSetup.php:273 -#: Departments.php:258 DiscountMatrix.php:142 EDIMessageFormat.php:248 -#: FixedAssetCategories.php:350 FixedAssetLocations.php:161 -#: FreightCosts.php:371 GeocodeSetup.php:271 GLAccounts.php:265 Labels.php:647 -#: Locations.php:716 Manufacturers.php:375 MRPDemands.php:424 -#: MRPDemandTypes.php:188 OffersReceived.php:57 OffersReceived.php:146 -#: PaymentMethods.php:302 PaymentTerms.php:310 PO_AuthorisationLevels.php:264 -#: PriceMatrix.php:236 Prices_Customer.php:369 ProductSpecs.php:661 -#: QATests.php:359 SalesAnalReptCols.php:552 SalesAnalRepts.php:519 -#: SalesGLPostings.php:427 SalesPeople.php:381 SelectQASamples.php:531 -#: SelectQASamples.php:601 Shippers.php:203 StockCategories.php:653 -#: SupplierContacts.php:284 SuppLoginSetup.php:291 TaxAuthorities.php:327 -#: TaxCategories.php:244 TaxProvinces.php:234 TestPlanResults.php:967 -#: UnitsOfMeasure.php:241 WorkCentres.php:289 WWW_Users.php:792 +#: BankAccounts.php:433 BOMs.php:906 BOMs_SingleLevel.php:809 +#: COGSGLPostings.php:368 CreditStatus.php:259 Currencies.php:537 +#: CustLoginSetup.php:273 Departments.php:258 DiscountMatrix.php:142 +#: EDIMessageFormat.php:248 FixedAssetCategories.php:350 +#: FixedAssetLocations.php:161 FreightCosts.php:371 GeocodeSetup.php:271 +#: GLAccounts.php:265 Labels.php:647 Locations.php:716 Manufacturers.php:375 +#: MRPDemands.php:424 MRPDemandTypes.php:188 OffersReceived.php:57 +#: OffersReceived.php:146 PaymentMethods.php:302 PaymentTerms.php:310 +#: PO_AuthorisationLevels.php:264 PriceMatrix.php:236 Prices_Customer.php:369 +#: ProductSpecs.php:661 QATests.php:359 SalesAnalReptCols.php:552 +#: SalesAnalRepts.php:519 SalesGLPostings.php:427 SalesPeople.php:381 +#: SelectQASamples.php:531 SelectQASamples.php:601 Shippers.php:203 +#: StockCategories.php:653 SupplierContacts.php:284 SuppLoginSetup.php:291 +#: TaxAuthorities.php:327 TaxCategories.php:244 TaxProvinces.php:234 +#: TestPlanResults.php:967 UnitsOfMeasure.php:241 WorkCentres.php:289 +#: WWW_Users.php:792 msgid "Enter Information" msgstr "أدخل المعلومات" @@ -650,8 +650,8 @@ msgid "New Account Section Details" msgstr "" -#: AddCustomerContacts.php:6 AddCustomerContacts.php:62 SelectCustomer.php:733 -#: SelectCustomer.php:799 +#: AddCustomerContacts.php:6 AddCustomerContacts.php:62 SelectCustomer.php:724 +#: SelectCustomer.php:790 msgid "Customer Contacts" msgstr "" @@ -709,7 +709,7 @@ #: ImportBankTransAnalysis.php:207 PrintWOItemSlip.php:184 #: PrintWOItemSlip.php:195 PrintWOItemSlip.php:206 ProductSpecs.php:164 #: ProductSpecs.php:385 QATests.php:391 SalesPeople.php:208 -#: SelectCustomer.php:737 StockDispatch.php:277 StockDispatch.php:288 +#: SelectCustomer.php:728 StockDispatch.php:277 StockDispatch.php:288 #: StockDispatch.php:299 SupplierContacts.php:152 SuppTransGLAnalysis.php:108 #: Tax.php:411 TestPlanResults.php:508 UserBankAccounts.php:161 #: UserGLAccounts.php:157 UserLocations.php:176 @@ -718,7 +718,7 @@ msgstr "" #: AddCustomerContacts.php:130 AddCustomerContacts.php:238 Customers.php:1119 -#: Customers.php:1127 SelectCustomer.php:738 WWW_Access.php:113 +#: Customers.php:1127 SelectCustomer.php:729 WWW_Access.php:113 #: WWW_Access.php:179 msgid "Role" msgstr "" @@ -737,14 +737,14 @@ #: PDFWOPrint.php:596 PDFWOPrint.php:676 PDFWOPrint.php:679 #: PO_PDFPurchOrder.php:400 PO_PDFPurchOrder.php:403 PrintCustTrans.php:740 #: PrintCustTransPortrait.php:793 PrintCustTransPortrait.php:1039 -#: PrintCustTransPortrait.php:1095 SelectCustomer.php:420 -#: SelectCustomer.php:740 SelectSupplier.php:290 SupplierContacts.php:156 +#: PrintCustTransPortrait.php:1095 SelectCustomer.php:409 +#: SelectCustomer.php:731 SelectSupplier.php:290 SupplierContacts.php:156 #: SupplierContacts.php:277 UserSettings.php:186 WWW_Users.php:322 #: includes/PDFPickingListHeader.inc:25 includes/PDFStatementPageHeader.inc:67 #: includes/PDFTransPageHeader.inc:85 #: includes/PDFTransPageHeaderPortrait.inc:114 includes/PDFWOPageHeader.inc:19 -#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:298 -#: ../webSHOP/Register.php:595 +#: includes/PO_PDFOrderPageHeader.inc:29 ../webSHOP/Checkout.php:443 +#: ../webSHOP/Register.php:608 msgid "Email" msgstr "" @@ -754,7 +754,7 @@ #: PcAssignCashToTab.php:394 PcAuthorizeExpenses.php:97 #: PcClaimExpensesFromTab.php:238 PcClaimExpensesFromTab.php:405 #: PcReportTab.php:333 PDFQuotation.php:252 PDFQuotationPortrait.php:249 -#: SelectCustomer.php:741 ShopParameters.php:198 SystemParameters.php:411 +#: SelectCustomer.php:732 ShopParameters.php:198 SystemParameters.php:411 #: WOSerialNos.php:306 WOSerialNos.php:312 msgid "Notes" msgstr "" @@ -781,22 +781,22 @@ msgstr "" #: AddCustomerContacts.php:229 Factors.php:234 SupplierContacts.php:239 -#: ../webSHOP/Checkout.php:379 ../webSHOP/Register.php:610 +#: ../webSHOP/Checkout.php:527 ../webSHOP/Register.php:623 msgid "Contact Name" msgstr "" #: AddCustomerContacts.php:247 Contracts.php:788 PDFRemittanceAdvice.php:247 #: PO_Header.php:1026 PO_Header.php:1111 SelectCreditItems.php:246 -#: SelectCustomer.php:418 SelectOrderItems.php:597 +#: SelectCustomer.php:407 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:737 msgid "Phone" msgstr "" -#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:815 -#: SelectCustomer.php:848 +#: AddCustomerNotes.php:6 AddCustomerNotes.php:51 SelectCustomer.php:806 +#: SelectCustomer.php:839 msgid "Customer Notes" msgstr "" @@ -840,7 +840,7 @@ #: PDFRemittanceAdvice.php:308 PDFWOPrint.php:450 PrintCustTrans.php:822 #: PrintCustTransPortrait.php:907 PrintWOItemSlip.php:186 #: PrintWOItemSlip.php:197 PrintWOItemSlip.php:208 ReverseGRN.php:401 -#: SelectCustomer.php:818 SelectCustomer.php:860 ShipmentCosting.php:538 +#: SelectCustomer.php:809 SelectCustomer.php:851 ShipmentCosting.php:538 #: ShipmentCosting.php:615 Shipments.php:489 StockDispatch.php:279 #: StockDispatch.php:290 StockDispatch.php:301 StockLocMovements.php:92 #: StockMovements.php:105 StockSerialItemResearch.php:82 @@ -851,16 +851,15 @@ #: 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:819 SelectCustomer.php:861 StockClone.php:942 -#: Stocks.php:1270 UpgradeDatabase.php:244 UpgradeDatabase.php:247 -#: UpgradeDatabase.php:250 UpgradeDatabase.php:253 UpgradeDatabase.php:256 -#: UpgradeDatabase.php:259 UpgradeDatabase.php:262 UpgradeDatabase.php:265 -#: UpgradeDatabase.php:268 Z_Upgrade_3.10-3.11.php:62 +#: SelectCustomer.php:810 SelectCustomer.php:852 StockClone.php:942 +#: Stocks.php:1270 UpgradeDatabase.php:246 UpgradeDatabase.php:249 +#: UpgradeDatabase.php:252 UpgradeDatabase.php:255 UpgradeDatabase.php:258 +#: UpgradeDatabase.php:261 UpgradeDatabase.php:264 UpgradeDatabase.php:267 +#: UpgradeDatabase.php:270 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 @@ -875,7 +874,7 @@ #: AddCustomerNotes.php:120 AddCustomerNotes.php:231 #: AddCustomerTypeNotes.php:114 AddCustomerTypeNotes.php:215 -#: SelectCustomer.php:821 SelectCustomer.php:863 +#: SelectCustomer.php:812 SelectCustomer.php:854 msgid "Priority" msgstr "" @@ -896,7 +895,7 @@ msgid "Contact Note" msgstr "" -#: AddCustomerTypeNotes.php:5 SelectCustomer.php:857 +#: AddCustomerTypeNotes.php:5 SelectCustomer.php:848 msgid "Customer Type (Group) Notes" msgstr "" @@ -912,7 +911,7 @@ msgid "The contacts notes may not be empty" msgstr "" -#: AddCustomerTypeNotes.php:48 SelectCustomer.php:889 +#: AddCustomerTypeNotes.php:48 SelectCustomer.php:880 msgid "Customer Group Notes" msgstr "" @@ -962,7 +961,6 @@ #: 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 "" @@ -972,22 +970,22 @@ #: AgedControlledInventory.php:42 MRPReschedules.php:126 MRPShortages.php:261 #: StockClone.php:53 Stocks.php:63 -#: reportwriter/languages/en_US/reports.php:103 msgid "Stock" msgstr "" #: AgedControlledInventory.php:43 AutomaticTranslationDescriptions.php:37 #: BOMIndented.php:315 BOMIndentedReverse.php:293 BOMInquiry.php:109 -#: BOMInquiry.php:198 BOMs.php:646 BOMs.php:1005 -#: CollectiveWorkOrderCost.php:45 CollectiveWorkOrderCost.php:317 -#: ContractBOM.php:242 ContractBOM.php:354 ContractOtherReqts.php:98 -#: CounterReturns.php:1692 CounterSales.php:2102 CounterSales.php:2256 -#: CreditStatus.php:152 CreditStatus.php:243 CustomerPurchases.php:81 -#: EmailConfirmation.php:219 EmailConfirmation.php:349 -#: FixedAssetCategories.php:167 FixedAssetDepreciation.php:91 -#: FixedAssetRegister.php:87 FixedAssetRegister.php:388 -#: FixedAssetTransfer.php:60 FixedAssetTransfer.php:162 GLTags.php:63 -#: GLTags.php:82 GLTransInquiry.php:49 GoodsReceived.php:122 +#: BOMInquiry.php:198 BOMs.php:646 BOMs.php:1005 BOMs_SingleLevel.php:558 +#: BOMs_SingleLevel.php:905 CollectiveWorkOrderCost.php:45 +#: CollectiveWorkOrderCost.php:317 ContractBOM.php:242 ContractBOM.php:354 +#: ContractOtherReqts.php:98 CounterReturns.php:1692 CounterSales.php:2102 +#: CounterSales.php:2256 CreditStatus.php:152 CreditStatus.php:243 +#: CustomerPurchases.php:81 EmailConfirmation.php:219 +#: EmailConfirmation.php:349 FixedAssetCategories.php:167 +#: FixedAssetDepreciation.php:91 FixedAssetRegister.php:87 +#: FixedAssetRegister.php:388 FixedAssetTransfer.php:60 +#: FixedAssetTransfer.php:162 GLTags.php:63 GLTags.php:82 +#: GLTransInquiry.php:49 GoodsReceived.php:122 #: InternalStockCategoriesByRole.php:168 InternalStockRequest.php:345 #: InternalStockRequest.php:559 InternalStockRequest.php:629 #: InventoryPlanning.php:419 InventoryQuantities.php:246 @@ -1021,15 +1019,14 @@ #: TestPlanResults.php:177 TestPlanResults.php:280 TopItems.php:170 #: WorkCentres.php:130 WorkOrderCosting.php:98 WorkOrderCosting.php:130 #: WorkOrderEntry.php:735 WorkOrderIssue.php:785 Z_ItemsWithoutPicture.php:35 -#: api/api_xml-rpc.php:3489 includes/PDFGrnHeader.inc:30 -#: includes/PDFInventoryPlanPageHeader.inc:51 +#: includes/DefineLabelClass.php:12 includes/DefineLabelClass.php:45 +#: includes/PDFGrnHeader.inc:30 includes/PDFInventoryPlanPageHeader.inc:51 #: includes/PDFOstdgGRNsPageHeader.inc:38 #: includes/PDFStockLocTransferHeader.inc:65 #: includes/PDFStockTransferHeader.inc:36 includes/PDFTopItemsHeader.inc:50 #: includes/PDFTransPageHeader.inc:211 -#: includes/PDFTransPageHeaderPortrait.inc:267 -#: 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 "" @@ -1073,14 +1070,12 @@ #: SupplierAllocations.php:457 SupplierAllocations.php:569 #: SupplierAllocations.php:644 SupplierCredit.php:407 SupplierInquiry.php:215 #: SuppShiptChgs.php:97 SuppTransGLAnalysis.php:140 Tax.php:250 -#: Z_CheckDebtorsControl.php:149 api/api_debtortransactions.php:1271 +#: 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 "" @@ -1180,15 +1175,15 @@ #: Tax.php:310 Z_DataExport.php:72 Z_DataExport.php:168 Z_DataExport.php:259 #: Z_DataExport.php:308 Z_DataExport.php:347 Z_DataExport.php:383 #: Z_DataExport.php:419 Z_DataExport.php:471 Z_poRebuildDefault.php:41 -#: includes/ConstructSQLForUserDefinedSalesReport.inc:180 -#: includes/ConstructSQLForUserDefinedSalesReport.inc:188 -#: includes/ConstructSQLForUserDefinedSalesReport.inc:343 #: includes/PDFPaymentRun_PymtFooter.php:59 #: includes/PDFPaymentRun_PymtFooter.php:89 #: includes/PDFPaymentRun_PymtFooter.php:119 #: includes/PDFPaymentRun_PymtFooter.php:156 #: includes/PDFPaymentRun_PymtFooter.php:187 #: includes/PDFPaymentRun_PymtFooter.php:218 +#: includes/ConstructSQLForUserDefinedSalesReport.inc:180 +#: includes/ConstructSQLForUserDefinedSalesReport.inc:188 +#: includes/ConstructSQLForUserDefinedSalesReport.inc:343 msgid "Back to the menu" msgstr "" @@ -1235,14 +1230,14 @@ #: 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:93 -#: includes/ConnectDB_mysqli.inc:74 includes/ConnectDB_mysql.inc:66 #: 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 "" @@ -1391,14 +1386,15 @@ #: AnalysisHorizontalIncome.php:10 AnalysisHorizontalPosition.php:10 #: BankAccounts.php:369 BOMs.php:133 BOMs.php:139 BOMs.php:147 BOMs.php:1023 -#: InternalStockRequest.php:579 PaymentTerms.php:190 PaymentTerms.php:196 -#: PO_SelectOSPurchOrder.php:651 SalesAnalReptCols.php:285 -#: SelectProduct.php:136 SelectProduct.php:186 SelectProduct.php:247 -#: SelectProduct.php:248 SelectProduct.php:850 +#: BOMs_SingleLevel.php:123 BOMs_SingleLevel.php:129 BOMs_SingleLevel.php:137 +#: BOMs_SingleLevel.php:923 InternalStockRequest.php:579 PaymentTerms.php:190 +#: PaymentTerms.php:196 PO_SelectOSPurchOrder.php:651 +#: SalesAnalReptCols.php:285 SelectProduct.php:136 SelectProduct.php:186 +#: SelectProduct.php:247 SelectProduct.php:248 SelectProduct.php:850 #: StockCategorySalesInquiry.php:154 StockCategorySalesInquiry.php:188 #: StockCategorySalesInquiry.php:189 StockCategorySalesInquiry.php:194 #: StockCategorySalesInquiry.php:217 StockCategorySalesInquiry.php:230 -#: TopItems.php:193 TopItems.php:194 ../webSHOP/includes/Functions.php:41 +#: TopItems.php:193 TopItems.php:194 ../webSHOP/includes/Functions.php:40 msgid "N/A" msgstr "" @@ -1848,7 +1844,6 @@ #: SystemParameters.php:1143 TopItems.php:32 TopItems.php:49 TopItems.php:71 #: TopItems.php:73 WorkOrderEntry.php:677 WorkOrderEntry.php:680 #: WorkOrderIssue.php:740 WorkOrderIssue.php:743 -#: reportwriter/languages/en_US/reports.php:54 msgid "All" msgstr "" @@ -1888,7 +1883,7 @@ #: DailyBankTransactions.php:153 GLAccountInquiry.php:187 #: GLAccountReport.php:345 GLJournal.php:266 MRPReschedules.php:194 #: ProductSpecs.php:388 QATests.php:257 QATests.php:395 -#: SalesByTypePeriodInquiry.php:356 SelectCustomer.php:417 +#: SalesByTypePeriodInquiry.php:356 SelectCustomer.php:406 #: ShipmentCosting.php:536 ShipmentCosting.php:613 StockLocMovements.php:90 #: StockMovements.php:103 SupplierAllocations.php:453 SupplierInquiry.php:211 #: SupplierTransInquiry.php:20 SupplierTransInquiry.php:108 @@ -1896,7 +1891,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 "" @@ -1905,7 +1899,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 "" @@ -1931,18 +1925,19 @@ msgstr "" #: AutomaticTranslationDescriptions.php:36 BOMInquiry.php:108 BOMs.php:645 -#: BOMs.php:1004 CollectiveWorkOrderCost.php:316 ContractBOM.php:353 -#: CounterReturns.php:1691 CounterSales.php:2101 CounterSales.php:2255 -#: CustItem.php:297 CustomerBranches.php:408 CustomerReceipt.php:1208 -#: GLCodesInquiry.php:26 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:309 PO_SelectPurchOrder.php:213 +#: BOMs.php:1004 BOMs_SingleLevel.php:557 BOMs_SingleLevel.php:904 +#: CollectiveWorkOrderCost.php:316 ContractBOM.php:353 CounterReturns.php:1691 +#: CounterSales.php:2101 CounterSales.php:2255 CustItem.php:297 +#: CustomerBranches.php:408 CustomerReceipt.php:1208 GLCodesInquiry.php:26 +#: 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:309 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:1018 -#: SelectCustomer.php:413 SelectGLAccount.php:125 SelectOrderItems.php:1478 +#: SelectCustomer.php:402 SelectGLAccount.php:125 SelectOrderItems.php:1478 #: SelectOrderItems.php:1640 SelectProduct.php:324 SelectProduct.php:829 #: SelectQASamples.php:298 SelectSalesOrder.php:559 SelectSupplier.php:282 #: SelectWorkOrder.php:218 SellThroughSupport.php:159 Shipt_Select.php:190 @@ -1963,7 +1958,6 @@ #: SalesAnalRepts.php:512 SalesInquiry.php:798 SalesInquiry.php:1107 #: StockDispatch.php:515 StockLocTransferReceive.php:106 #: SupplierTransInquiry.php:56 includes/PO_PDFOrderPageHeader.inc:40 -#: reportwriter/languages/en_US/reports.php:105 msgid "To" msgstr "" @@ -1976,27 +1970,27 @@ msgid "No item description was automatically translated" msgstr "" -#: BackupDatabase.php:7 +#: BackupDatabase.php:7 BackupTest.php:6 msgid "Backup webERP Database" msgstr "" -#: BackupDatabase.php:20 +#: BackupDatabase.php:20 BackupTest.php:19 msgid "Deleted" msgstr "" -#: BackupDatabase.php:23 +#: BackupDatabase.php:23 BackupTest.php:22 msgid "Unable to delete" msgstr "" -#: BackupDatabase.php:28 +#: BackupDatabase.php:28 BackupTest.php:27 msgid "All backup files on the server have been deleted" msgstr "" -#: BackupDatabase.php:30 +#: BackupDatabase.php:30 BackupTest.php:29 msgid "No backup files on the server were deleted" msgstr "" -#: BackupDatabase.php:34 +#: BackupDatabase.php:34 BackupTest.php:33 msgid "Backup" msgstr "" @@ -2011,7 +2005,7 @@ msgid "Download the backup file to your locale machine" msgstr "" -#: BackupDatabase.php:40 +#: BackupDatabase.php:40 BackupTest.php:42 msgid "" "Once you have downloaded the database backup file to your local machine you " "should use the link below to delete it - backup files can consume a lot of " @@ -2020,16 +2014,27 @@ "to download!" msgstr "" -#: BackupDatabase.php:43 +#: BackupDatabase.php:43 BackupTest.php:45 msgid "Delete the backup file off the server" msgstr "" +#: BackupTest.php:41 +msgid "" +"Once the backup file has been created. You must then download this to your " +"computer because in case the web-server has a disk failure the backup would " +"then not on the same machine. Use the link below" +msgstr "" + +#: BackupTest.php:41 +msgid "Download the backup file to your local machine" +msgstr "" + #: BankAccounts.php:6 includes/MainMenuLinksArray.php:406 msgid "Bank Accounts" msgstr "" #: BankAccounts.php:12 TaxAuthorities.php:149 -#: ../webSHOP/includes/Functions.php:755 +#: ../webSHOP/includes/Functions.php:768 msgid "Bank" msgstr "" @@ -2152,7 +2157,7 @@ #: SupplierTenders.php:536 SupplierTransInquiry.php:117 SuppPriceList.php:303 #: Z_ImportPriceList.php:98 includes/PDFBankingSummaryPageHeader.inc:42 #: includes/PDFDebtorBalsPageHeader.inc:33 -#: includes/PDFSupplierBalsPageHeader.inc:36 +#: includes/PDFSupplierBalsPageHeader.inc:36 ../webSHOP/Checkout.php:401 msgid "Currency" msgstr "" @@ -2290,7 +2295,7 @@ #: PcExpensesTypeTab.php:230 PcTabs.php:510 PcTypeTabs.php:254 #: SalesTypes.php:282 SelectCreditItems.php:955 UserBankAccounts.php:125 #: UserBankAccounts.php:228 UserLocations.php:138 UserLocations.php:256 -#: Z_CheckDebtorsControl.php:62 reportwriter/languages/en_US/reports.php:134 +#: Z_CheckDebtorsControl.php:62 msgid "Cancel" msgstr "" @@ -2388,7 +2393,7 @@ msgstr "" #: BankMatching.php:132 FormDesigner.php:103 ShopParameters.php:303 -#: ShopParameters.php:307 reportwriter/languages/en_US/reports.php:93 +#: ShopParameters.php:307 msgid "Show" msgstr "" @@ -2417,7 +2422,7 @@ #: SalesGraph.php:255 StockLocTransferReceive.php:393 #: StockLocTransferReceive.php:537 Stocks.php:310 Stocks.php:315 #: StockStatus.php:326 StockStatus.php:367 StockTransfers.php:530 -#: includes/PDFAgedDebtorsPageHeader.inc:18 +#: includes/Add_SerialItems.php:16 includes/PDFAgedDebtorsPageHeader.inc:18 #: includes/PDFAgedSuppliersPageHeader.inc:17 #: includes/PDFChequeListingPageHeader.inc:17 #: includes/PDFDeliveryDifferencesPageHeader.inc:19 @@ -2428,7 +2433,7 @@ #: includes/PDFOrderStatusPageHeader.inc:19 #: includes/PDFOrderStatusPageHeader.inc:21 #: includes/PDFPeriodStockTransListingPageHeader.inc:20 -#: includes/PDFStockLocTransferHeader.inc:48 includes/Add_SerialItems.php:16 +#: includes/PDFStockLocTransferHeader.inc:48 msgid "to" msgstr "" @@ -2693,7 +2698,7 @@ #: includes/PDFPeriodStockTransListingPageHeader.inc:52 #: includes/PDFStockComparisonPageHeader.inc:36 #: includes/PDFSuppTransListingPageHeader.inc:49 -#: ../webSHOP/includes/Functions.php:764 +#: ../webSHOP/includes/Functions.php:777 msgid "Reference" msgstr "" @@ -2802,23 +2807,23 @@ #: BOMExtendedQty.php:267 BOMExtendedQty.php:334 BOMExtendedQty.php:335 #: BOMExtendedQty.php:336 BOMExtendedQty.php:337 BOMIndented.php:318 #: BOMIndentedReverse.php:296 BOMInquiry.php:199 BOMs.php:649 BOMs.php:848 -#: ContractBOM.php:243 ContractBOM.php:357 ContractCosting.php:81 -#: ContractCosting.php:87 ContractCosting.php:152 ContractOtherReqts.php:99 -#: Contracts.php:1006 Contracts.php:1042 CounterReturns.php:669 -#: CounterReturns.php:1698 CounterReturns.php:1797 CounterSales.php:749 -#: CounterSales.php:2108 CounterSales.php:2262 CounterSales.php:2365 -#: Credit_Invoice.php:295 CustomerPurchases.php:87 DeliveryDetails.php:880 -#: DeliveryDetails.php:950 GoodsReceived.php:123 GoodsReceived.php:127 -#: GoodsReceived.php:131 InternalStockRequestFulfill.php:323 -#: InternalStockRequestFulfill.php:324 InternalStockRequest.php:635 -#: InventoryPlanningPrefSupplier.php:78 InventoryQuantities.php:248 -#: MRPDemands.php:297 MRPDemands.php:395 MRPPlannedPurchaseOrders.php:341 -#: MRPPlannedWorkOrders.php:261 MRPPlannedWorkOrders.php:395 MRPReport.php:441 -#: MRPReport.php:447 MRPReschedules.php:195 OffersReceived.php:108 -#: OffersReceived.php:218 OffersReceived.php:278 OrderDetails.php:173 -#: PDFOrdersInvoiced.php:377 PDFSalesBySalesperson.php:87 -#: PDFWeeklyOrders.php:83 POReport.php:770 POReport.php:1463 -#: PO_SelectOSPurchOrder.php:586 PrintCustTrans.php:859 +#: BOMs_SingleLevel.php:561 BOMs_SingleLevel.php:755 ContractBOM.php:243 +#: ContractBOM.php:357 ContractCosting.php:81 ContractCosting.php:87 +#: ContractCosting.php:152 ContractOtherReqts.php:99 Contracts.php:1006 +#: Contracts.php:1042 CounterReturns.php:669 CounterReturns.php:1698 +#: CounterReturns.php:1797 CounterSales.php:749 CounterSales.php:2108 +#: CounterSales.php:2262 CounterSales.php:2365 Credit_Invoice.php:295 +#: CustomerPurchases.php:87 DeliveryDetails.php:880 DeliveryDetails.php:950 +#: GoodsReceived.php:123 GoodsReceived.php:127 GoodsReceived.php:131 +#: InternalStockRequestFulfill.php:323 InternalStockRequestFulfill.php:324 +#: InternalStockRequest.php:635 InventoryPlanningPrefSupplier.php:78 +#: InventoryQuantities.php:248 MRPDemands.php:297 MRPDemands.php:395 +#: MRPPlannedPurchaseOrders.php:341 MRPPlannedWorkOrders.php:261 +#: MRPPlannedWorkOrders.php:395 MRPReport.php:441 MRPReport.php:447 +#: MRPReschedules.php:195 OffersReceived.php:108 OffersReceived.php:218 +#: OffersReceived.php:278 OrderDetails.php:173 PDFOrdersInvoiced.php:377 +#: PDFSalesBySalesperson.php:87 PDFWeeklyOrders.php:83 POReport.php:770 +#: POReport.php:1463 PO_SelectOSPurchOrder.php:586 PrintCustTrans.php:859 #: PrintCustTransPortrait.php:949 PrintCustTransPortrait.php:1047 #: PrintCustTransPortrait.php:1103 PrintWOItemSlip.php:155 #: RecurringSalesOrders.php:331 ReorderLevel.php:300 ReverseGRN.php:402 @@ -2838,8 +2843,10 @@ #: SupplierTenders.php:327 SupplierTenders.php:531 SupplierTenders.php:534 #: SupplierTenders.php:690 Tax.php:247 WorkOrderIssue.php:940 #: WorkOrderReceive.php:977 WOSerialNos.php:271 WOSerialNos.php:277 -#: WOSerialNos.php:311 api/api_xml-rpc.php:2533 api/api_xml-rpc.php:2579 -#: api/api_xml-rpc.php:2775 includes/PDFBOMListingPageHeader.inc:44 +#: WOSerialNos.php:311 includes/InputSerialItemsFile.php:200 +#: includes/InputSerialItems.php:131 includes/InputSerialItems.php:137 +#: includes/OutputSerialItems.php:38 includes/OutputSerialItems.php:43 +#: includes/OutputSerialItems.php:49 includes/PDFBOMListingPageHeader.inc:44 #: includes/PDFDeliveryDifferencesPageHeader.inc:43 #: includes/PDFDIFOTPageHeader.inc:42 #: includes/PDFInventoryValnPageHeader.inc:33 @@ -2853,12 +2860,10 @@ #: includes/PDFStockCheckPageHeader.inc:36 #: includes/PDFStockNegativesHeader.inc:33 #: includes/PDFStockTransferHeader.inc:39 includes/PDFTransPageHeader.inc:213 -#: includes/PO_PDFOrderPageHeader.inc:77 includes/InputSerialItemsFile.php:200 -#: includes/InputSerialItems.php:131 includes/InputSerialItems.php:137 -#: includes/OutputSerialItems.php:38 includes/OutputSerialItems.php:43 -#: includes/OutputSerialItems.php:49 -#: ../webSHOP/includes/DisplayShoppingCart.php:8 -#: ../webSHOP/includes/PlaceOrder.php:237 +#: includes/PO_PDFOrderPageHeader.inc:77 api/api_xml-rpc.php:2533 +#: api/api_xml-rpc.php:2579 api/api_xml-rpc.php:2775 +#: ../webSHOP/includes/DisplayShoppingCart.php:9 +#: ../webSHOP/includes/PlaceOrder.php:251 msgid "Quantity" msgstr "" @@ -2931,7 +2936,6 @@ #: includes/PDFTagProfitAndLossPageHeader.inc:29 #: includes/PDFTaxPageHeader.inc:27 includes/PDFTopItemsHeader.inc:34 #: includes/PDFTrialBalancePageHeader.inc:18 -#: reportwriter/languages/en_US/reports.php:88 msgid "Printed" msgstr "" @@ -2988,7 +2992,6 @@ #: includes/PDFTransPageHeaderPortrait.inc:29 #: includes/PDFTrialBalancePageHeader.inc:18 includes/PDFWOPageHeader.inc:12 #: includes/PO_PDFOrderPageHeader.inc:17 -#: reportwriter/languages/en_US/reports.php:86 msgid "Page" msgstr "" @@ -3001,14 +3004,15 @@ msgstr "" #: BOMExtendedQty.php:327 BOMInquiry.php:110 BOMs.php:1006 -#: CollectiveWorkOrderCost.php:318 CounterReturns.php:1694 -#: CounterSales.php:2104 CounterSales.php:2258 InternalStockRequest.php:631 -#: PO_SelectOSPurchOrder.php:311 PO_SelectPurchOrder.php:215 -#: PurchaseByPrefSupplier.php:415 ReorderLevelLocation.php:75 -#: ReorderLevelLocation.php:76 SelectCompletedOrder.php:506 -#: SelectOrderItems.php:1481 SelectOrderItems.php:1644 SelectQASamples.php:300 -#: SelectSalesOrder.php:561 SelectWorkOrder.php:220 Shipt_Select.php:192 -#: TestPlanResults.php:178 TopItems.php:174 includes/PDFTopItemsHeader.inc:54 +#: BOMs_SingleLevel.php:906 CollectiveWorkOrderCost.php:318 +#: CounterReturns.php:1694 CounterSales.php:2104 CounterSales.php:2258 +#: InternalStockRequest.php:631 PO_SelectOSPurchOrder.php:311 +#: PO_SelectPurchOrder.php:215 PurchaseByPrefSupplier.php:415 +#: ReorderLevelLocation.php:75 ReorderLevelLocation.php:76 +#: SelectCompletedOrder.php:506 SelectOrderItems.php:1481 +#: SelectOrderItems.php:1644 SelectQASamples.php:300 SelectSalesOrder.php:561 +#: SelectWorkOrder.php:220 Shipt_Select.php:192 TestPlanResults.php:178 +#: TopItems.php:174 includes/PDFTopItemsHeader.inc:54 msgid "On Hand" msgstr "" @@ -3114,11 +3118,11 @@ msgid "Costed Bill Of Material" msgstr "" -#: BOMInquiry.php:20 BOMs.php:983 +#: BOMInquiry.php:20 BOMs.php:983 BOMs_SingleLevel.php:883 msgid "Select a manufactured part" msgstr "" -#: BOMInquiry.php:20 BOMs.php:983 +#: BOMInquiry.php:20 BOMs.php:983 BOMs_SingleLevel.php:883 msgid "or Assembly or Kit part" msgstr "" @@ -3126,86 +3130,89 @@ msgid "to view the costed bill of materials" msgstr "" -#: BOMInquiry.php:21 BOMs.php:983 +#: BOMInquiry.php:21 BOMs.php:983 BOMs_SingleLevel.php:883 msgid "Parts must be defined in the stock item entry" msgstr "" -#: BOMInquiry.php:21 BOMs.php:983 +#: BOMInquiry.php:21 BOMs.php:983 BOMs_SingleLevel.php:883 msgid "modification screen as manufactured" msgstr "" -#: BOMInquiry.php:21 BOMs.php:983 +#: BOMInquiry.php:21 BOMs.php:983 BOMs_SingleLevel.php:883 msgid "" "kits or assemblies to be available for construction of a bill of material" msgstr "" -#: BOMInquiry.php:26 BOMs.php:987 MRPDemands.php:336 +#: BOMInquiry.php:26 BOMs.php:987 BOMs_SingleLevel.php:887 MRPDemands.php:336 #: PO_SelectOSPurchOrder.php:288 PO_SelectPurchOrder.php:190 #: SelectQASamples.php:275 Shipt_Select.php:169 TestPlanResults.php:153 #: WorkOrderEntry.php:701 WorkOrderIssue.php:756 msgid "Enter text extracts in the" msgstr "" -#: BOMInquiry.php:26 BOMs.php:987 MRPDemands.php:336 +#: BOMInquiry.php:26 BOMs.php:987 BOMs_SingleLevel.php:887 MRPDemands.php:336 #: PO_SelectOSPurchOrder.php:288 PO_SelectPurchOrder.php:190 #: SelectQASamples.php:275 Shipt_Select.php:169 TestPlanResults.php:153 #: WorkOrderEntry.php:701 WorkOrderIssue.php:756 msgid "description" msgstr "" -#: BOMInquiry.php:28 BOMs.php:989 CollectiveWorkOrderCost.php:304 -#: ContractBOM.php:332 ContractBOM.php:337 Contracts.php:766 Contracts.php:769 -#: CounterReturns.php:1662 CounterSales.php:2225 CustItem.php:220 -#: CustomerReceipt.php:1187 CustomerReceipt.php:1190 -#: DiscountCategories.php:121 DiscountCategories.php:123 -#: DiscountCategories.php:127 DiscountCategories.php:129 -#: FixedAssetTransfer.php:94 InternalStockRequest.php:354 MRPDemands.php:338 -#: MRPDemands.php:341 MRPReport.php:574 PO_Header.php:547 PO_Items.php:1155 -#: PO_Items.php:1159 PO_SelectOSPurchOrder.php:292 PO_SelectPurchOrder.php:195 -#: PurchData.php:383 SelectAsset.php:104 SelectCompletedOrder.php:484 -#: SelectCreditItems.php:228 SelectCreditItems.php:1002 SelectCustomer.php:268 -#: SelectCustomer.php:278 SelectCustomer.php:287 SelectCustomer.php:297 -#: SelectCustomer.php:344 SelectGLAccount.php:91 SelectOrderItems.php:569 -#: SelectOrderItems.php:572 SelectOrderItems.php:1605 SelectProduct.php:552 -#: SelectProduct.php:561 SelectQASamples.php:280 SelectSalesOrder.php:544 -#: SelectSupplier.php:233 SelectWorkOrder.php:206 SellThroughSupport.php:202 -#: Shipt_Select.php:174 SuppFixedAssetChgs.php:126 SupplierPriceList.php:49 +#: BOMInquiry.php:28 BOMs.php:989 BOMs_SingleLevel.php:889 +#: CollectiveWorkOrderCost.php:304 ContractBOM.php:332 ContractBOM.php:337 +#: Contracts.php:766 Contracts.php:769 CounterReturns.php:1662 +#: CounterSales.php:2225 CustItem.php:220 CustomerReceipt.php:1187 +#: CustomerReceipt.php:1190 DiscountCategories.php:121 +#: DiscountCategories.php:123 DiscountCategories.php:127 +#: DiscountCategories.php:129 FixedAssetTransfer.php:94 +#: InternalStockRequest.php:354 MRPDemands.php:338 MRPDemands.php:341 +#: MRPReport.php:574 PO_Header.php:547 PO_Items.php:1155 PO_Items.php:1159 +#: PO_SelectOSPurchOrder.php:292 PO_SelectPurchOrder.php:195 PurchData.php:383 +#: SelectAsset.php:104 SelectCompletedOrder.php:484 SelectCreditItems.php:228 +#: SelectCreditItems.php:1002 SelectCustomer.php:268 SelectCustomer.php:274 +#: SelectCustomer.php:278 SelectCustomer.php:284 SelectCustomer.php:330 +#: SelectGLAccount.php:91 SelectOrderItems.php:569 SelectOrderItems.php:572 +#: SelectOrderItems.php:1605 SelectProduct.php:552 SelectProduct.php:561 +#: SelectQASamples.php:280 SelectSalesOrder.php:544 SelectSupplier.php:233 +#: SelectWorkOrder.php:206 SellThroughSupport.php:202 Shipt_Select.php:174 +#: SuppFixedAssetChgs.php:126 SupplierPriceList.php:49 #: SupplierPriceList.php:406 SupplierTenderCreate.php:566 #: SupplierTenderCreate.php:706 SupplierTenders.php:433 #: TestPlanResults.php:158 WorkOrderEntry.php:706 WorkOrderIssue.php:761 msgid "OR" msgstr "" -#: BOMInquiry.php:29 BOMs.php:990 MRPDemands.php:339 +#: BOMInquiry.php:29 BOMs.php:990 BOMs_SingleLevel.php:890 MRPDemands.php:339 #: PO_SelectOSPurchOrder.php:292 PO_SelectPurchOrder.php:195 #: SelectQASamples.php:280 Shipt_Select.php:174 TestPlanResults.php:158 #: WorkOrderEntry.php:706 WorkOrderIssue.php:761 msgid "Enter extract of the" msgstr "" -#: BOMInquiry.php:29 BOMs.php:990 EmailConfirmation.php:218 -#: EmailConfirmation.php:348 InternalStockRequest.php:154 -#: InternalStockRequest.php:354 MRPDemands.php:339 MRPReport.php:574 -#: PO_SelectOSPurchOrder.php:292 PO_SelectPurchOrder.php:195 -#: SalesInquiry.php:769 SalesInquiry.php:780 SalesInquiry.php:800 -#: SalesInquiry.php:826 SalesInquiry.php:845 SalesInquiry.php:955 -#: SalesInquiry.php:1114 SalesInquiry.php:1211 SalesInquiry.php:1229 -#: SelectProduct.php:552 SelectQASamples.php:280 Shipt_Select.php:174 -#: StockAdjustments.php:141 StockAdjustments.php:430 StockCounts.php:141 -#: StockCounts.php:167 StockCounts.php:213 StockMovements.php:36 -#: StockReorderLevel.php:51 StockStatus.php:62 StockTransfers.php:49 -#: StockTransfers.php:552 StockUsage.php:64 SupplierPriceList.php:49 -#: SupplierTenderCreate.php:706 SupplierTenders.php:433 -#: TestPlanResults.php:158 WorkOrderEntry.php:706 WorkOrderIssue.php:761 -#: Z_ChangeStockCode.php:200 ../webSHOP/includes/PlaceOrder.php:235 +#: BOMInquiry.php:29 BOMs.php:990 BOMs_SingleLevel.php:890 +#: EmailConfirmation.php:218 EmailConfirmation.php:348 +#: InternalStockRequest.php:154 InternalStockRequest.php:354 +#: MRPDemands.php:339 MRPReport.php:574 PO_SelectOSPurchOrder.php:292 +#: PO_SelectPurchOrder.php:195 SalesInquiry.php:769 SalesInquiry.php:780 +#: SalesInquiry.php:800 SalesInquiry.php:826 SalesInquiry.php:845 +#: SalesInquiry.php:955 SalesInquiry.php:1114 SalesInquiry.php:1211 +#: SalesInquiry.php:1229 SelectProduct.php:552 SelectQASamples.php:280 +#: Shipt_Select.php:174 StockAdjustments.php:141 StockAdjustments.php:430 +#: StockCounts.php:141 StockCounts.php:167 StockCounts.php:213 +#: StockMovements.php:36 StockReorderLevel.php:51 StockStatus.php:62 +#: StockTransfers.php:49 StockTransfers.php:552 StockUsage.php:64 +#: SupplierPriceList.php:49 SupplierTenderCreate.php:706 +#: SupplierTenders.php:433 TestPlanResults.php:158 WorkOrderEntry.php:706 +#: WorkOrderIssue.php:761 Z_ChangeStockCode.php:200 +#: ../webSHOP/includes/PlaceOrder.php:249 msgid "Stock Code" msgstr "" -#: BOMInquiry.php:35 BOMs.php:994 ContractBOM.php:342 Contracts.php:776 -#: CounterReturns.php:1666 CounterSales.php:2231 CustomerReceipt.php:1197 -#: FixedAssetTransfer.php:107 InternalStockRequest.php:365 MRPDemands.php:343 -#: MRPReport.php:586 PO_Header.php:554 PO_Items.php:1163 SelectAsset.php:116 -#: SelectCreditItems.php:235 SelectCreditItems.php:1009 SelectCustomer.php:369 +#: BOMInquiry.php:35 BOMs.php:994 BOMs_SingleLevel.php:894 ContractBOM.php:342 +#: Contracts.php:776 CounterReturns.php:1666 CounterSales.php:2231 +#: CustomerReceipt.php:1197 FixedAssetTransfer.php:107 +#: InternalStockRequest.php:365 MRPDemands.php:343 MRPReport.php:586 +#: PO_Header.php:554 PO_Items.php:1163 SelectAsset.php:116 +#: SelectCreditItems.php:235 SelectCreditItems.php:1009 SelectCustomer.php:355 #: SelectGLAccount.php:116 SelectOrderItems.php:580 SelectOrderItems.php:1616 #: SelectProduct.php:569 SelectSupplier.php:243 SelectSupplier.php:276 #: SupplierPriceList.php:61 SupplierTenderCreate.php:572 @@ -3214,12 +3221,13 @@ msgid "Search Now" msgstr "" -#: BOMInquiry.php:47 BOMs.php:924 CollectiveWorkOrderCost.php:124 -#: ContractBOM.php:52 MRPDemands.php:56 MRPReport.php:606 PO_Items.php:852 -#: PO_SelectOSPurchOrder.php:65 PO_SelectPurchOrder.php:48 -#: SelectCompletedOrder.php:97 SelectCreditItems.php:302 SelectProduct.php:582 -#: SelectQASamples.php:176 SelectSalesOrder.php:876 SelectWorkOrder.php:51 -#: Shipt_Select.php:61 SupplierPriceList.php:76 SupplierTenderCreate.php:731 +#: BOMInquiry.php:47 BOMs.php:924 BOMs_SingleLevel.php:824 +#: CollectiveWorkOrderCost.php:124 ContractBOM.php:52 MRPDemands.php:56 +#: MRPReport.php:606 PO_Items.php:852 PO_SelectOSPurchOrder.php:65 +#: PO_SelectPurchOrder.php:48 SelectCompletedOrder.php:97 +#: SelectCreditItems.php:302 SelectProduct.php:582 SelectQASamples.php:176 +#: SelectSalesOrder.php:876 SelectWorkOrder.php:51 Shipt_Select.php:61 +#: SupplierPriceList.php:76 SupplierTenderCreate.php:731 #: SupplierTenders.php:576 TestPlanResults.php:59 WorkOrderEntry.php:100 #: WorkOrderIssue.php:426 msgid "" @@ -3227,22 +3235,23 @@ "extract entered" msgstr "" -#: BOMInquiry.php:50 BOMs.php:927 MRPDemands.php:59 +#: BOMInquiry.php:50 BOMs.php:927 BOMs_SingleLevel.php:827 MRPDemands.php:59 msgid "" "At least one stock description keyword or an extract of a stock code must be " "entered for the search" msgstr "" -#: BOMInquiry.php:95 BOMs.php:973 MRPCalendar.php:213 MRPDemands.php:80 -#: MRPDemands.php:289 POReport.php:483 POReport.php:1266 SalesInquiry.php:758 +#: BOMInquiry.php:95 BOMs.php:973 BOMs_SingleLevel.php:873 MRPCalendar.php:213 +#: MRPDemands.php:80 MRPDemands.php:289 POReport.php:483 POReport.php:1266 +#: SalesInquiry.php:758 msgid "The SQL to find the parts selected failed with the message" msgstr "" -#: BOMInquiry.php:111 BOMs.php:1007 CollectiveWorkOrderCost.php:319 -#: ConfirmDispatch_Invoice.php:304 ContractBOM.php:355 CounterReturns.php:1693 -#: CounterSales.php:2103 CounterSales.php:2257 Credit_Invoice.php:294 -#: GoodsReceived.php:124 GoodsReceived.php:128 -#: InternalStockRequestAuthorisation.php:106 +#: BOMInquiry.php:111 BOMs.php:1007 BOMs_SingleLevel.php:907 +#: CollectiveWorkOrderCost.php:319 ConfirmDispatch_Invoice.php:304 +#: ContractBOM.php:355 CounterReturns.php:1693 CounterSales.php:2103 +#: CounterSales.php:2257 Credit_Invoice.php:294 GoodsReceived.php:124 +#: GoodsReceived.php:128 InternalStockRequestAuthorisation.php:106 #: InternalStockRequestFulfill.php:325 InternalStockRequest.php:561 #: InternalStockRequest.php:630 InventoryValuation.php:197 MRPReport.php:780 #: NoSalesItems.php:197 OffersReceived.php:109 PO_Items.php:1192 @@ -3257,7 +3266,7 @@ #: SupplierTenders.php:688 TestPlanResults.php:179 TestPlanResults.php:510 #: TopItems.php:172 WorkOrderCosting.php:100 WorkOrderEntry.php:736 #: WorkOrderIssue.php:786 WorkOrderIssue.php:861 -#: includes/PDFInventoryValnPageHeader.inc:34 includes/DefineLabelClass.php:21 +#: includes/DefineLabelClass.php:21 includes/PDFInventoryValnPageHeader.inc:34 msgid "Units" msgstr "" @@ -3281,8 +3290,9 @@ msgid "per" msgstr "" -#: BOMInquiry.php:197 BOMs.php:728 WOCanBeProducedNow.php:48 -#: WorkOrderReceive.php:191 WorkOrderReceive.php:409 Z_BottomUpCosts.php:33 +#: BOMInquiry.php:197 BOMs.php:728 BOMs_SingleLevel.php:635 +#: WOCanBeProducedNow.php:48 WorkOrderReceive.php:191 WorkOrderReceive.php:409 +#: Z_BottomUpCosts.php:33 msgid "Component" msgstr "" @@ -3358,35 +3368,35 @@ msgid "Multi-Level Bill Of Materials Maintenance" msgstr "" -#: BOMs.php:33 +#: BOMs.php:33 BOMs_SingleLevel.php:31 msgid "A maximum of 15 levels of bill of materials only can be displayed" msgstr "" -#: BOMs.php:54 +#: BOMs.php:54 BOMs_SingleLevel.php:49 msgid "" "An error occurred in retrieving the components of the BOM during the check " "for recursion" msgstr "" -#: BOMs.php:55 +#: BOMs.php:55 BOMs_SingleLevel.php:50 msgid "" "The SQL that was used to retrieve the components of the BOM and that failed " "in the process was" msgstr "" -#: BOMs.php:110 +#: BOMs.php:110 BOMs_SingleLevel.php:100 msgid "Could not retrieve the BOM components because" msgstr "" -#: BOMs.php:111 +#: BOMs.php:111 BOMs_SingleLevel.php:101 msgid "The SQL used to retrieve the components was" msgstr "" -#: BOMs.php:125 +#: BOMs.php:125 BOMs_SingleLevel.php:115 msgid "No lower levels" msgstr "" -#: BOMs.php:128 +#: BOMs.php:128 BOMs_SingleLevel.php:118 msgid "Drill Down" msgstr "" @@ -3399,55 +3409,55 @@ #: StockClone.php:741 StockClone.php:746 StockClone.php:751 StockClone.php:755 #: Stocks.php:1065 Stocks.php:1068 Stocks.php:1081 #: SupplierTenderCreate.php:884 SupplierTenders.php:720 WorkOrderEntry.php:760 -#: WorkOrderIssue.php:808 reportwriter/languages/en_US/reports.php:270 +#: WorkOrderIssue.php:808 #, php-format msgid "No Image" msgstr "" -#: BOMs.php:195 +#: BOMs.php:195 BOMs_SingleLevel.php:154 #, php-format msgid "" "Are you sure you wish to delete this component from the bill of material?" msgstr "" -#: BOMs.php:291 +#: BOMs.php:291 BOMs_SingleLevel.php:242 msgid "The effective after date field must be a date in the format" msgstr "" -#: BOMs.php:297 +#: BOMs.php:297 BOMs_SingleLevel.php:248 msgid "The effective to date field must be a date in the format" msgstr "" -#: BOMs.php:303 StockAdjustments.php:165 StockTransfers.php:173 -#: WorkOrderEntry.php:336 +#: BOMs.php:303 BOMs_SingleLevel.php:254 StockAdjustments.php:165 +#: StockTransfers.php:173 WorkOrderEntry.php:336 msgid "The quantity entered must be numeric" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "The effective to date must be a date after the effective after date" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "The effective to date is" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "days before the effective after date" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "No updates have been performed" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "Effective after was" msgstr "" -#: BOMs.php:317 +#: BOMs.php:317 BOMs_SingleLevel.php:266 msgid "and effective to was" msgstr "" -#: BOMs.php:328 +#: BOMs.php:328 BOMs_SingleLevel.php:277 msgid "" "Only non-serialised or non-lot controlled items can be set to auto issue. " "These items require the lot/serial numbers of items issued to the works " @@ -3455,126 +3465,130 @@ "automatically set to off for this component" msgstr "" -#: BOMs.php:356 +#: BOMs.php:356 BOMs_SingleLevel.php:302 msgid "Could not update this BOM component because" msgstr "" -#: BOMs.php:357 +#: BOMs.php:357 BOMs_SingleLevel.php:303 msgid "The SQL used to update the component was" msgstr "" -#: BOMs.php:360 +#: BOMs.php:360 BOMs_SingleLevel.php:306 msgid "Details for" msgstr "" -#: BOMs.php:360 RevisionTranslations.php:30 +#: BOMs.php:360 BOMs_SingleLevel.php:306 RevisionTranslations.php:30 msgid "have been updated" msgstr "" -#: BOMs.php:379 +#: BOMs.php:379 BOMs_SingleLevel.php:325 msgid "An error occurred in checking the component is not already on the BOM" msgstr "" -#: BOMs.php:380 +#: BOMs.php:380 BOMs_SingleLevel.php:326 msgid "" "The SQL that was used to check the component was not already on the BOM and " "that failed in the process was" msgstr "" -#: BOMs.... [truncated message content] |