|
From: <dai...@us...> - 2015-02-06 07:01:17
|
Revision: 7128
http://sourceforge.net/p/web-erp/reponame/7128
Author: daintree
Date: 2015-02-06 07:01:03 +0000 (Fri, 06 Feb 2015)
Log Message:
-----------
Pre 4.12.2
Modified Paths:
--------------
trunk/UpgradeDatabase.php
trunk/doc/Change.log
trunk/includes/ConnectDB.inc
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo
trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po
trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.mo
trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po
trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo
trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po
trunk/locale/el_GR.utf8/LC_MESSAGES/messages.mo
trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po
trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot
trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo
trunk/locale/en_US.utf8/LC_MESSAGES/messages.po
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
trunk/locale/et_EE.utf8/LC_MESSAGES/messages.mo
trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po
trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.mo
trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po
trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.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/sql/mysql/country_sql/default.sql
trunk/sql/mysql/country_sql/demo.sql
Added Paths:
-----------
trunk/sql/mysql/upgrade4.12.1-4.12.2.sql
Modified: trunk/UpgradeDatabase.php
===================================================================
--- trunk/UpgradeDatabase.php 2015-02-06 04:24:13 UTC (rev 7127)
+++ trunk/UpgradeDatabase.php 2015-02-06 07:01:03 UTC (rev 7128)
@@ -188,6 +188,8 @@
$SQLScripts[] = './sql/mysql/upgrade4.11.4-4.12.sql';
case '4.12':
$SQLScripts[] = './sql/mysql/upgrade4.12-4.12.1.sql';
+ case '4.12.1':
+ $SQLScripts[] = './sql/mysql/upgrade4.12.1-4.12.2.sql';
break;
} //end switch
}
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-02-06 04:24:13 UTC (rev 7127)
+++ trunk/doc/Change.log 2015-02-06 07:01:03 UTC (rev 7128)
@@ -1,5 +1,9 @@
webERP Change Log
+6/2/15 Version 4.12.2
+
+6/2/15 Vitaly:Added SQL to add the script LocationUsers.php and the necessary table locationusers
+
6/2/15 Version 4.12.1
5/2/15 Phil: Rewrite of Z_ImportChartOfAccounts.php old script used the api and hard coded based on the database in api_php.php
@@ -11,7 +15,6 @@
30/1/15 Jiro: Updated Traditional Chinese translation under zh_TW.utf8
27/01/15 RChacon: Spanish translation improvements. Note: The "Delete" key (keyboard) is translated to "Suprimir"; for usability, we standardise "borrar", "eliminar", etc. to "suprimir".
-
27/01/15 Version 4.12 release
25/01/15 RChacon: Add $ViewTopic and $BookMark, comments and page_title_text to ImportBankTrans.php. Add info to Manual.
Modified: trunk/includes/ConnectDB.inc
===================================================================
--- trunk/includes/ConnectDB.inc 2015-02-06 04:24:13 UTC (rev 7127)
+++ trunk/includes/ConnectDB.inc 2015-02-06 07:01:03 UTC (rev 7128)
@@ -4,7 +4,7 @@
* this value is saved in the $_SESSION['Versionumber'] when includes/GetConfig.php is run
* if VersionNumber is < $Version then the DB update script is run */
-$Version='4.12.1'; //must update manually every time there is a DB change
+$Version='4.12.2'; //must update manually every time there is a DB change
require_once ($PathPrefix .'includes/MiscFunctions.php');
if (!isset($_SESSION['DatabaseName'])){
Modified: trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2015-02-06 04:24:13 UTC (rev 7127)
+++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2015-02-06 07:01:03 UTC (rev 7128)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: webERP 4.11.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-06 12:41+1300\n"
+"POT-Creation-Date: 2015-02-06 19:17+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"
@@ -711,11 +711,12 @@
msgstr ""
#: AddCustomerContacts.php:129 AddCustomerContacts.php:241
-#: CustomerBranches.php:414 CustomerBranches.php:849 CustomerInquiry.php:432
-#: CustomerInquiry.php:474 Customers.php:1121 Customers.php:1129
-#: EmailCustTrans.php:15 EmailCustTrans.php:64 Factors.php:246 Factors.php:297
-#: Locations.php:616 OrderDetails.php:115 PDFRemittanceAdvice.php:251
-#: PDFWOPrint.php:591 PDFWOPrint.php:594 PDFWOPrint.php:674 PDFWOPrint.php:677
+#: CustomerAccount.php:429 CustomerAccount.php:471 CustomerBranches.php:414
+#: CustomerBranches.php:849 CustomerInquiry.php:432 CustomerInquiry.php:474
+#: Customers.php:1121 Customers.php:1129 EmailCustTrans.php:15
+#: EmailCustTrans.php:64 Factors.php:246 Factors.php:297 Locations.php:616
+#: OrderDetails.php:115 PDFRemittanceAdvice.php:251 PDFWOPrint.php:591
+#: PDFWOPrint.php:594 PDFWOPrint.php:674 PDFWOPrint.php:677
#: PO_PDFPurchOrder.php:400 PO_PDFPurchOrder.php:403 PrintCustTrans.php:748
#: PrintCustTrans.php:979 PrintCustTrans.php:1028
#: PrintCustTransPortrait.php:793 PrintCustTransPortrait.php:1039
@@ -804,7 +805,7 @@
#: AddCustomerTypeNotes.php:111 AddCustomerTypeNotes.php:211
#: AgedControlledInventory.php:47 BankMatching.php:281
#: BankReconciliation.php:217 BankReconciliation.php:294
-#: ContractCosting.php:177 CustomerAllocations.php:348
+#: ContractCosting.php:177 CustomerAccount.php:248 CustomerAllocations.php:348
#: CustomerAllocations.php:378 CustomerInquiry.php:251
#: CustomerTransInquiry.php:100 GLAccountInquiry.php:173
#: GLAccountReport.php:343 GLTransInquiry.php:47 MRPCalendar.php:219
@@ -828,10 +829,10 @@
#: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:180
#: SelectCustomer.php:660 SelectCustomer.php:702 StockClone.php:926
-#: Stocks.php:1260 UpgradeDatabase.php:240 UpgradeDatabase.php:243
-#: UpgradeDatabase.php:246 UpgradeDatabase.php:249 UpgradeDatabase.php:252
-#: UpgradeDatabase.php:255 UpgradeDatabase.php:258 UpgradeDatabase.php:261
-#: UpgradeDatabase.php:264 Z_Upgrade_3.10-3.11.php:62
+#: Stocks.php:1260 UpgradeDatabase.php:242 UpgradeDatabase.php:245
+#: UpgradeDatabase.php:248 UpgradeDatabase.php:251 UpgradeDatabase.php:254
+#: UpgradeDatabase.php:257 UpgradeDatabase.php:260 UpgradeDatabase.php:263
+#: UpgradeDatabase.php:266 Z_Upgrade_3.10-3.11.php:62
#: 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
@@ -1020,16 +1021,16 @@
#: ConfirmDispatch_Invoice.php:309 CounterReturns.php:676
#: CounterReturns.php:756 CounterSales.php:759 CounterSales.php:853
#: CounterSales.php:855 Credit_Invoice.php:299 Credit_Invoice.php:303
-#: CustomerAllocations.php:349 CustomerAllocations.php:379
-#: CustomerInquiry.php:256 DeliveryDetails.php:881 DeliveryDetails.php:950
-#: 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
-#: GLTrialBalance.php:266 GLTrialBalance.php:362 GLTrialBalance.php:492
-#: GLTrialBalance.php:512 GLTrialBalance.php:536 GLTrialBalance.php:648
-#: GLTrialBalance.php:668 GLTrialBalance.php:692 InventoryValuation.php:197
-#: MaterialsNotUsed.php:77 OffersReceived.php:111 OrderDetails.php:177
-#: OutstandingGRNs.php:243 PDFCustTransListing.php:137
+#: CustomerAccount.php:253 CustomerAllocations.php:349
+#: CustomerAllocations.php:379 CustomerInquiry.php:256 DeliveryDetails.php:881
+#: DeliveryDetails.php:950 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 GLTrialBalance.php:266 GLTrialBalance.php:362
+#: GLTrialBalance.php:492 GLTrialBalance.php:512 GLTrialBalance.php:536
+#: GLTrialBalance.php:648 GLTrialBalance.php:668 GLTrialBalance.php:692
+#: InventoryValuation.php:197 MaterialsNotUsed.php:77 OffersReceived.php:111
+#: OrderDetails.php:177 OutstandingGRNs.php:243 PDFCustTransListing.php:137
#: PDFOrdersInvoiced.php:379 PDFRemittanceAdvice.php:310
#: PDFSuppTransListing.php:131 RecurringSalesOrders.php:335
#: SalesByTypePeriodInquiry.php:395 SalesByTypePeriodInquiry.php:430
@@ -1092,8 +1093,9 @@
msgid "Problem Report"
msgstr ""
-#: AgedDebtors.php:269 CustomerInquiry.php:116 CustomerInquiry.php:141
-#: CustomerPurchases.php:29 Dashboard.php:145 DebtorsAtPeriodEnd.php:59
+#: AgedDebtors.php:269 CustomerAccount.php:138 CustomerInquiry.php:116
+#: CustomerInquiry.php:141 CustomerPurchases.php:29 Dashboard.php:145
+#: DebtorsAtPeriodEnd.php:59
msgid "The customer details could not be retrieved by the SQL because"
msgstr ""
@@ -1472,7 +1474,8 @@
#: AuditTrail.php:55 AuditTrail.php:69 ContractBOM.php:306
#: CounterReturns.php:1637 CounterReturns.php:1640 CounterSales.php:2201
-#: CounterSales.php:2204 CustomerBalancesMovement.php:32
+#: CounterSales.php:2204 CustomerAccount.php:190 CustomerAccount.php:195
+#: CustomerAccount.php:199 CustomerBalancesMovement.php:32
#: CustomerBalancesMovement.php:42 CustomerBalancesMovement.php:52
#: CustomerInquiry.php:193 CustomerInquiry.php:198 CustomerInquiry.php:202
#: CustomerTransInquiry.php:32 DailyBankTransactions.php:72
@@ -1530,7 +1533,7 @@
msgstr ""
#: AuditTrail.php:177 BankReconciliation.php:218 BankReconciliation.php:295
-#: CustomerAllocations.php:376 CustomerInquiry.php:249
+#: CustomerAccount.php:246 CustomerAllocations.php:376 CustomerInquiry.php:249
#: CustomerPurchases.php:82 CustomerTransInquiry.php:21
#: CustomerTransInquiry.php:98 CustWhereAlloc.php:21 CustWhereAlloc.php:111
#: DailyBankTransactions.php:129 GLAccountInquiry.php:171
@@ -2306,8 +2309,9 @@
msgstr ""
#: BankReconciliation.php:219 BankReconciliation.php:296
-#: CustomerAllocations.php:347 CustomerAllocations.php:377
-#: CustomerInquiry.php:250 CustomerTransInquiry.php:99 CustWhereAlloc.php:112
+#: CustomerAccount.php:247 CustomerAllocations.php:347
+#: CustomerAllocations.php:377 CustomerInquiry.php:250
+#: CustomerTransInquiry.php:99 CustWhereAlloc.php:112
#: DailyBankTransactions.php:128 EmailCustTrans.php:15
#: GLAccountInquiry.php:172 ImportBankTrans.php:490 PrintCustTrans.php:509
#: PrintCustTrans.php:733 PrintCustTrans.php:966 PrintCustTrans.php:1015
@@ -2326,8 +2330,9 @@
msgstr ""
#: BankReconciliation.php:220 BankReconciliation.php:297
-#: ContractCosting.php:176 CustomerInquiry.php:253 CustomerPurchases.php:89
-#: CustomerReceipt.php:930 CustomerTransInquiry.php:103 CustWhereAlloc.php:113
+#: ContractCosting.php:176 CustomerAccount.php:250 CustomerInquiry.php:253
+#: CustomerPurchases.php:89 CustomerReceipt.php:930
+#: CustomerTransInquiry.php:103 CustWhereAlloc.php:113
#: DailyBankTransactions.php:130 Dashboard.php:54 GLAccountReport.php:342
#: PaymentAllocations.php:64 PaymentAllocations.php:65 Payments.php:920
#: PDFRemittanceAdvice.php:309 ShiptsList.php:37 StockCounts.php:144
@@ -3812,7 +3817,7 @@
msgstr ""
#: ConfirmDispatch_Invoice.php:279 Contracts.php:778 CustItem.php:144
-#: CustLoginSetup.php:32 CustomerAllocations.php:345
+#: CustLoginSetup.php:32 CustomerAccount.php:159 CustomerAllocations.php:345
#: CustomerBalancesMovement.php:30 CustomerBalancesMovement.php:117
#: CustomerBalancesMovement.php:124 CustomerBranches.php:403
#: CustomerBranches.php:586 CustomerBranches.php:633 CustomerInquiry.php:162
@@ -4552,10 +4557,11 @@
msgstr ""
#: ConfirmDispatch_Invoice.php:1050 CounterSales.php:1474
-#: CustomerInquiry.php:255 CustomerTransInquiry.php:105
-#: DeliveryDetails.php:621 DeliveryDetails.php:627 DeliveryDetails.php:634
-#: DeliveryDetails.php:811 DeliveryDetails.php:817 DeliveryDetails.php:840
-#: MRPReport.php:412 PDFOrdersInvoiced.php:291 PDFOrderStatus.php:292
+#: CustomerAccount.php:252 CustomerInquiry.php:255
+#: CustomerTransInquiry.php:105 DeliveryDetails.php:621
+#: DeliveryDetails.php:627 DeliveryDetails.php:634 DeliveryDetails.php:811
+#: DeliveryDetails.php:817 DeliveryDetails.php:840 MRPReport.php:412
+#: PDFOrdersInvoiced.php:291 PDFOrderStatus.php:292
#: PDFSalesBySalesperson.php:82 PDFWeeklyOrders.php:78
#: SelectCompletedOrder.php:555 SelectContract.php:143
#: SelectOrderItems.php:686 SelectProduct.php:367 Shipments.php:399
@@ -5775,12 +5781,13 @@
msgid "Reset"
msgstr ""
-#: Contracts.php:779 CustomerInquiry.php:252 CustomerTransInquiry.php:102
-#: Dashboard.php:658 FTP_RadioBeacon.php:52 PDFOrdersInvoiced.php:293
-#: PDFOrderStatus.php:294 PDFPriceList.php:427 PricesByCost.php:155
-#: Prices_Customer.php:263 Prices_Customer.php:337 PrintCustTrans.php:844
-#: PrintCustTransPortrait.php:892 SelectCompletedOrder.php:557
-#: SelectCreditItems.php:243 SelectCustomer.php:422 SelectOrderItems.php:595
+#: Contracts.php:779 CustomerAccount.php:249 CustomerInquiry.php:252
+#: CustomerTransInquiry.php:102 Dashboard.php:658 FTP_RadioBeacon.php:52
+#: PDFOrdersInvoiced.php:293 PDFOrderStatus.php:294 PDFPriceList.php:427
+#: PricesByCost.php:155 Prices_Customer.php:263 Prices_Customer.php:337
+#: PrintCustTrans.php:844 PrintCustTransPortrait.php:892
+#: SelectCompletedOrder.php:557 SelectCreditItems.php:243
+#: SelectCustomer.php:422 SelectOrderItems.php:595
#: SelectRecurringSalesOrder.php:92 SelectSalesOrder.php:702
#: SelectSalesOrder.php:719 StockMovements.php:103
#: StockSerialItemResearch.php:84
@@ -5809,10 +5816,10 @@
msgid "Fax"
msgstr ""
-#: Contracts.php:829 CustomerInquiry.php:162 CustomerReceipt.php:1024
-#: PDFRemittanceAdvice.php:275 PO_Header.php:609 PrintCustTrans.php:881
-#: PrintCustTransPortrait.php:933 SupplierInquiry.php:120
-#: includes/PDFQuotationPageHeader.inc:88
+#: Contracts.php:829 CustomerAccount.php:159 CustomerInquiry.php:162
+#: CustomerReceipt.php:1024 PDFRemittanceAdvice.php:275 PO_Header.php:609
+#: PrintCustTrans.php:881 PrintCustTransPortrait.php:933
+#: SupplierInquiry.php:120 includes/PDFQuotationPageHeader.inc:88
#: includes/PDFQuotationPortraitPageHeader.inc:88
#: includes/PDFStatementPageHeader.inc:116 includes/PDFTransPageHeader.inc:162
#: includes/PDFTransPageHeaderPortrait.inc:214
@@ -6569,9 +6576,9 @@
msgid "Picked Up By"
msgstr ""
-#: CounterSales.php:909 CustomerInquiry.php:254 CustomerTransInquiry.php:104
-#: DeliveryDetails.php:1105 OrderDetails.php:125 PO_Header.php:1155
-#: PO_OrderDetails.php:156 RecurringSalesOrders.php:419
+#: CounterSales.php:909 CustomerAccount.php:251 CustomerInquiry.php:254
+#: CustomerTransInquiry.php:104 DeliveryDetails.php:1105 OrderDetails.php:125
+#: PO_Header.php:1155 PO_OrderDetails.php:156 RecurringSalesOrders.php:419
#: SelectQASamples.php:402 SelectQASamples.php:507 SelectQASamples.php:567
#: SpecialOrder.php:613 SupplierCredit.php:602 SupplierInquiry.php:213
#: SupplierInvoice.php:952 SupplierTransInquiry.php:107
@@ -7895,6 +7902,250 @@
msgid "Language"
msgstr ""
+#: CustomerAccount.php:5
+msgid "Customer Account"
+msgstr ""
+
+#: CustomerAccount.php:14
+msgid ""
+"To display the account a customer must first be selected from the customer "
+"selection screen"
+msgstr ""
+
+#: CustomerAccount.php:15
+msgid "Select a Customer Account to Display"
+msgstr ""
+
+#: CustomerAccount.php:28 CustomerInquiry.php:28
+msgid "Failed to retrieve sales data"
+msgstr ""
+
+#: CustomerAccount.php:37
+msgid "There is no salesman data set for this customer"
+msgstr ""
+
+#: CustomerAccount.php:42
+msgid "You have no authority to review this customer account"
+msgstr ""
+
+#: CustomerAccount.php:57 CustomerInquiry.php:57
+msgid "The balance status should be all or zero balance or not zero balance"
+msgstr ""
+
+#: CustomerAccount.php:70 PrintCustStatements.php:116
+msgid "There was a problem retrieving the outstanding transactions for"
+msgstr ""
+
+#: CustomerAccount.php:70 CustomerAccount.php:93 EmailConfirmation.php:43
+#: FTP_RadioBeacon.php:178 PDFCOA.php:81 PDFPickingList.php:224
+#: PDFProdSpec.php:65 PDFQuotation.php:37 PDFQuotation.php:123
+#: PDFQuotationPortrait.php:39 PDFQuotationPortrait.php:125 PDFWOPrint.php:144
+#: PDFWOPrint.php:264 PO_PDFPurchOrder.php:78 PO_PDFPurchOrder.php:209
+#: PrintCustOrder_generic.php:38 PrintCustOrder_generic.php:163
+#: PrintCustOrder.php:39 PrintCustOrder.php:136 PrintCustStatements.php:116
+#: PrintCustStatements.php:139 PrintCustTrans.php:225 PrintCustTrans.php:280
+#: PrintCustTrans.php:702 PrintCustTrans.php:885
+#: PrintCustTransPortrait.php:248 PrintCustTransPortrait.php:305
+#: PrintCustTransPortrait.php:746 PrintCustTransPortrait.php:937
+msgid "from the database"
+msgstr ""
+
+#: CustomerAccount.php:93 PrintCustStatements.php:139
+msgid ""
+"There was a problem retrieving the transactions that were settled over the "
+"course of the last month for"
+msgstr ""
+
+#: CustomerAccount.php:155 CustomerInquiry.php:158
+msgid "Back to Customer Screen"
+msgstr ""
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: SelectOrderItems.php:698 SupplierCredit.php:264 SupplierInquiry.php:122
+#: SupplierInvoice.php:608
+msgid "Terms"
+msgstr ""
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: Customers.php:566 Customers.php:907 Customers.php:937
+msgid "Credit Limit"
+msgstr ""
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: Customers.php:592 Customers.php:974 Customers.php:980
+#: includes/MainMenuLinksArray.php:495
+msgid "Credit Status"
+msgstr ""
+
+#: CustomerAccount.php:163 CustomerInquiry.php:166 CustomerReceipt.php:1028
+msgid "ACCOUNT ON HOLD"
+msgstr ""
+
+#: CustomerAccount.php:168 CustomerInquiry.php:171 CustomerReceipt.php:1034
+#: PrintCustStatements.php:398 SupplierInquiry.php:144
+msgid "Total Balance"
+msgstr ""
+
+#: CustomerAccount.php:169 CustomerInquiry.php:172 CustomerReceipt.php:1035
+#: Dashboard.php:58 PrintCustStatements.php:394 SalesPeople.php:214
+#: Shipments.php:406 StockClone.php:886 StockClone.php:888 Stocks.php:1220
+#: Stocks.php:1222 SupplierInquiry.php:145 WhereUsedInquiry.php:92
+#: includes/PDFAgedDebtorsPageHeader.inc:50
+#: includes/PDFAgedSuppliersPageHeader.inc:36
+msgid "Current"
+msgstr ""
+
+#: CustomerAccount.php:170 CustomerInquiry.php:173 CustomerReceipt.php:1036
+#: SupplierInquiry.php:146
+msgid "Now Due"
+msgstr ""
+
+#: CustomerAccount.php:171 CustomerAccount.php:172 CustomerInquiry.php:174
+#: CustomerInquiry.php:175 CustomerReceipt.php:1037 CustomerReceipt.php:1038
+#: SupplierInquiry.php:147 SupplierInquiry.php:148
+msgid "Days Overdue"
+msgstr ""
+
+#: CustomerAccount.php:172 CustomerInquiry.php:175 CustomerReceipt.php:1038
+#: PrintCustStatements.php:397 SupplierInquiry.php:148
+msgid "Over"
+msgstr ""
+
+#: CustomerAccount.php:186 CustomerInquiry.php:189 SupplierInquiry.php:165
+msgid "Show all transactions after"
+msgstr ""
+
+#: CustomerAccount.php:191 CustomerAccount.php:196 CustomerAccount.php:200
+#: CustomerInquiry.php:194 CustomerInquiry.php:199 CustomerInquiry.php:203
+msgid "Invoices not fully allocated"
+msgstr ""
+
+#: CustomerAccount.php:192 CustomerAccount.php:197 CustomerAccount.php:201
+#: CustomerInquiry.php:195 CustomerInquiry.php:200 CustomerInquiry.php:204
+msgid "Invoices fully allocated"
+msgstr ""
+
+#: CustomerAccount.php:206 CustomerInquiry.php:209 SupplierInquiry.php:166
+msgid "Refresh Inquiry"
+msgstr ""
+
+#: CustomerAccount.php:233 CustomerInquiry.php:236 SupplierInquiry.php:193
+msgid "No transactions were returned by the SQL because"
+msgstr ""
+
+#: CustomerAccount.php:237 CustomerInquiry.php:240 SupplierInquiry.php:199
+msgid "There are no transactions to display since"
+msgstr ""
+
+#: CustomerAccount.php:254 CustomerInquiry.php:257 SupplierInquiry.php:215
+#: Z_CheckAllocationsFrom.php:35 Z_CheckAllocationsFrom.php:60
+#: includes/PDFStatementPageHeader.inc:172
+msgid "Allocated"
+msgstr ""
+
+#: CustomerAccount.php:255 CustomerAllocations.php:382
+#: CustomerAllocations.php:570 CustomerAllocations.php:622
+#: CustomerBalancesMovement.php:121 CustomerBalancesMovement.php:124
+#: CustomerBalancesMovement.php:200 CustomerInquiry.php:258 Dashboard.php:57
+#: Dashboard.php:534 GLAccountInquiry.php:177 SupplierInquiry.php:216
+#: includes/PDFAgedDebtorsPageHeader.inc:49
+#: includes/PDFAgedSuppliersPageHeader.inc:35
+#: includes/PDFDebtorBalsPageHeader.inc:31
+#: includes/PDFOstdgGRNsPageHeader.inc:41
+#: includes/PDFSupplierBalsPageHeader.inc:34
+msgid "Balance"
+msgstr ""
+
+#: CustomerAccount.php:256 CustomerAccount.php:257 CustomerAccount.php:258
+#: CustomerAccount.php:259 CustomerAccount.php:260 CustomerInquiry.php:259
+#: CustomerInquiry.php:260 CustomerInquiry.php:261 CustomerInquiry.php:262
+#: CustomerInquiry.php:263 SupplierAllocations.php:647 SupplierInquiry.php:217
+#: SupplierInquiry.php:218
+msgid "More Info"
+msgstr ""
+
+#: CustomerAccount.php:301 CustomerAccount.php:343 CustomerInquiry.php:304
+#: CustomerInquiry.php:346
+msgid "Credit "
+msgstr ""
+
+#: CustomerAccount.php:302 CustomerAccount.php:344 CustomerInquiry.php:305
+#: CustomerInquiry.php:347
+msgid "Click to credit the invoice"
+msgstr ""
+
+#: CustomerAccount.php:306 CustomerAccount.php:348 CustomerAccount.php:385
+#: CustomerAccount.php:419 CustomerAccount.php:461 CustomerInquiry.php:309
+#: CustomerInquiry.php:351 CustomerInquiry.php:388 CustomerInquiry.php:422
+#: CustomerInquiry.php:464
+msgid "HTML "
+msgstr ""
+
+#: CustomerAccount.php:307 CustomerAccount.php:349 CustomerAccount.php:386
+#: CustomerInquiry.php:310 CustomerInquiry.php:352 CustomerInquiry.php:389
+#: CustomerTransInquiry.php:140
+#, php-format
+msgid "Click to preview the invoice"
+msgstr ""
+
+#: CustomerAccount.php:311 CustomerAccount.php:353 CustomerAccount.php:390
+#: CustomerAccount.php:424 CustomerAccount.php:466 CustomerInquiry.php:314
+#: CustomerInquiry.php:356 CustomerInquiry.php:393 CustomerInquiry.php:427
+#: CustomerInquiry.php:469
+msgid "PDF "
+msgstr ""
+
+#: CustomerAccount.php:312 CustomerAccount.php:354 CustomerAccount.php:391
+#: CustomerAccount.php:425 CustomerAccount.php:467 CustomerInquiry.php:315
+#: CustomerInquiry.php:357 CustomerInquiry.php:394 CustomerInquiry.php:428
+#: CustomerInquiry.php:470 SelectSalesOrder.php:772 SelectSalesOrder.php:799
+#, php-format
+msgid "Click for PDF"
+msgstr ""
+
+#: CustomerAccount.php:316 CustomerAccount.php:358 CustomerAccount.php:395
+#: CustomerInquiry.php:319 CustomerInquiry.php:361 CustomerInquiry.php:398
+msgid "Email "
+msgstr ""
+
+#: CustomerAccount.php:317 CustomerAccount.php:359 CustomerAccount.php:396
+#: CustomerInquiry.php:320 CustomerInquiry.php:362 CustomerInquiry.php:399
+msgid "Click to email the invoice"
+msgstr ""
+
+#: CustomerAccount.php:321 CustomerAccount.php:322 CustomerAccount.php:439
+#: CustomerAccount.php:440 CustomerAccount.php:509 CustomerAccount.php:510
+#: CustomerAccount.php:563 CustomerAccount.php:564 CustomerAccount.php:612
+#: CustomerAccount.php:613 CustomerInquiry.php:324 CustomerInquiry.php:325
+#: CustomerInquiry.php:442 CustomerInquiry.php:443 CustomerInquiry.php:512
+#: CustomerInquiry.php:513 CustomerInquiry.php:566 CustomerInquiry.php:567
+#: CustomerInquiry.php:615 CustomerInquiry.php:616
+msgid "View GL Entries"
+msgstr ""
+
+#: CustomerAccount.php:420 CustomerAccount.php:462 CustomerInquiry.php:423
+#: CustomerInquiry.php:465
+msgid "Click to preview the credit note"
+msgstr ""
+
+#: CustomerAccount.php:430 CustomerAccount.php:472 CustomerInquiry.php:433
+#: CustomerInquiry.php:475
+msgid "Click to email the credit note"
+msgstr ""
+
+#: CustomerAccount.php:434 CustomerAccount.php:476 CustomerAccount.php:501
+#: CustomerAccount.php:531 CustomerAllocations.php:381 CustomerInquiry.php:437
+#: CustomerInquiry.php:479 CustomerInquiry.php:504 CustomerInquiry.php:534
+#: SupplierAllocations.php:460 SupplierInquiry.php:263
+msgid "Allocation"
+msgstr ""
+
+#: CustomerAccount.php:435 CustomerAccount.php:477 CustomerAccount.php:502
+#: CustomerAccount.php:532 CustomerInquiry.php:438 CustomerInquiry.php:480
+#: CustomerInquiry.php:505 CustomerInquiry.php:535 SupplierInquiry.php:262
+msgid "Click to allocate funds"
+msgstr ""
+
#: CustomerAllocations.php:13
msgid "Customer Receipt"
msgstr ""
@@ -8035,29 +8286,10 @@
msgid "This"
msgstr ""
-#: CustomerAllocations.php:381 CustomerInquiry.php:437 CustomerInquiry.php:479
-#: CustomerInquiry.php:504 CustomerInquiry.php:534 SupplierAllocations.php:460
-#: SupplierInquiry.php:263
-msgid "Allocation"
-msgstr ""
-
#: CustomerAllocations.php:382
msgid "Running"
msgstr ""
-#: CustomerAllocations.php:382 CustomerAllocations.php:570
-#: CustomerAllocations.php:622 CustomerBalancesMovement.php:121
-#: CustomerBalancesMovement.php:124 CustomerBalancesMovement.php:200
-#: CustomerInquiry.php:258 Dashboard.php:57 Dashboard.php:534
-#: GLAccountInquiry.php:177 SupplierInquiry.php:216
-#: includes/PDFAgedDebtorsPageHeader.inc:49
-#: includes/PDFAgedSuppliersPageHeader.inc:35
-#: includes/PDFDebtorBalsPageHeader.inc:31
-#: includes/PDFOstdgGRNsPageHeader.inc:41
-#: includes/PDFSupplierBalsPageHeader.inc:34
-msgid "Balance"
-msgstr ""
-
#: CustomerAllocations.php:394
msgid "Being allocated"
msgstr ""
@@ -8623,10 +8855,6 @@
msgid "Select a Customer to Inquire On"
msgstr ""
-#: CustomerInquiry.php:28
-msgid "Failed to retrieve sales data"
-msgstr ""
-
#: CustomerInquiry.php:37
msgid "There is no salesman data set for this debtor"
msgstr ""
@@ -8635,156 +8863,6 @@
msgid "You have no authority to review this data"
msgstr ""
-#: CustomerInquiry.php:57
-msgid "The balance status should be all or zero balance or not zero balance"
-msgstr ""
-
-#: CustomerInquiry.php:158
-msgid "Back to Customer Screen"
-msgstr ""
-
-#: CustomerInquiry.php:162 CustomerReceipt.php:1024 SelectOrderItems.php:698
-#: SupplierCredit.php:264 SupplierInquiry.php:122 SupplierInvoice.php:608
-msgid "Terms"
-msgstr ""
-
-#: CustomerInquiry.php:162 CustomerReceipt.php:1024 Customers.php:566
-#: Customers.php:907 Customers.php:937
-msgid "Credit Limit"
-msgstr ""
-
-#: CustomerInquiry.php:162 CustomerReceipt.php:1024 Customers.php:592
-#: Customers.php:974 Customers.php:980 includes/MainMenuLinksArray.php:495
-msgid "Credit Status"
-msgstr ""
-
-#: CustomerInquiry.php:166 CustomerReceipt.php:1028
-msgid "ACCOUNT ON HOLD"
-msgstr ""
-
-#: CustomerInquiry.php:171 CustomerReceipt.php:1034
-#: PrintCustStatements.php:398 SupplierInquiry.php:144
-msgid "Total Balance"
-msgstr ""
-
-#: CustomerInquiry.php:172 CustomerReceipt.php:1035 Dashboard.php:58
-#: PrintCustStatements.php:394 SalesPeople.php:214 Shipments.php:406
-#: StockClone.php:886 StockClone.php:888 Stocks.php:1220 Stocks.php:1222
-#: SupplierInquiry.php:145 WhereUsedInquiry.php:92
-#: includes/PDFAgedDebtorsPageHeader.inc:50
-#: includes/PDFAgedSuppliersPageHeader.inc:36
-msgid "Current"
-msgstr ""
-
-#: CustomerInquiry.php:173 CustomerReceipt.php:1036 SupplierInquiry.php:146
-msgid "Now Due"
-msgstr ""
-
-#: CustomerInquiry.php:174 CustomerInquiry.php:175 CustomerReceipt.php:1037
-#: CustomerReceipt.php:1038 SupplierInquiry.php:147 SupplierInquiry.php:148
-msgid "Days Overdue"
-msgstr ""
-
-#: CustomerInquiry.php:175 CustomerReceipt.php:1038
-#: PrintCustStatements.php:397 SupplierInquiry.php:148
-msgid "Over"
-msgstr ""
-
-#: CustomerInquiry.php:189 SupplierInquiry.php:165
-msgid "Show all transactions after"
-msgstr ""
-
-#: CustomerInquiry.php:194 CustomerInquiry.php:199 CustomerInquiry.php:203
-msgid "Invoices not fully allocated"
-msgstr ""
-
-#: CustomerInquiry.php:195 CustomerInquiry.php:200 CustomerInquiry.php:204
-msgid "Invoices fully allocated"
-msgstr ""
-
-#: CustomerInquiry.php:209 SupplierInquiry.php:166
-msgid "Refresh Inquiry"
-msgstr ""
-
-#: CustomerInquiry.php:236 SupplierInquiry.php:193
-msgid "No transactions were returned by the SQL because"
-msgstr ""
-
-#: CustomerInquiry.php:240 SupplierInquiry.php:199
-msgid "There are no transactions to display since"
-msgstr ""
-
-#: CustomerInquiry.php:257 SupplierInquiry.php:215
-#: Z_CheckAllocationsFrom.php:35 Z_CheckAllocationsFrom.php:60
-#: includes/PDFStatementPageHeader.inc:172
-msgid "Allocated"
-msgstr ""
-
-#: CustomerInquiry.php:259 CustomerInquiry.php:260 CustomerInquiry.php:261
-#: CustomerInquiry.php:262 CustomerInquiry.php:263 SupplierAllocations.php:647
-#: SupplierInquiry.php:217 SupplierInquiry.php:218
-msgid "More Info"
-msgstr ""
-
-#: CustomerInquiry.php:304 CustomerInquiry.php:346
-msgid "Credit "
-msgstr ""
-
-#: CustomerInquiry.php:305 CustomerInquiry.php:347
-msgid "Click to credit the invoice"
-msgstr ""
-
-#: CustomerInquiry.php:309 CustomerInquiry.php:351 CustomerInquiry.php:388
-#: CustomerInquiry.php:422 CustomerInquiry.php:464
-msgid "HTML "
-msgstr ""
-
-#: CustomerInquiry.php:310 CustomerInquiry.php:352 CustomerInquiry.php:389
-#: CustomerTransInquiry.php:140
-#, php-format
-msgid "Click to preview the invoice"
-msgstr ""
-
-#: CustomerInquiry.php:314 CustomerInquiry.php:356 CustomerInquiry.php:393
-#: CustomerInquiry.php:427 CustomerInquiry.php:469
-msgid "PDF "
-msgstr ""
-
-#: CustomerInquiry.php:315 CustomerInquiry.php:357 CustomerInquiry.php:394
-#: CustomerInquiry.php:428 CustomerInquiry.php:470 SelectSalesOrder.php:772
-#: SelectSalesOrder.php:799
-#, php-format
-msgid "Click for PDF"
-msgstr ""
-
-#: CustomerInquiry.php:319 CustomerInquiry.php:361 CustomerInquiry.php:398
-msgid "Email "
-msgstr ""
-
-#: CustomerInquiry.php:320 CustomerInquiry.php:362 CustomerInquiry.php:399
-msgid "Click to email the invoice"
-msgstr ""
-
-#: CustomerInquiry.php:324 CustomerInquiry.php:325 CustomerInquiry.php:442
-#: CustomerInquiry.php:443 CustomerInquiry.php:512 CustomerInquiry.php:513
-#: CustomerInquiry.php:566 CustomerInquiry.php:567 CustomerInquiry.php:615
-#: CustomerInquiry.php:616
-msgid "View GL Entries"
-msgstr ""
-
-#: CustomerInquiry.php:423 CustomerInquiry.php:465
-msgid "Click to preview the credit note"
-msgstr ""
-
-#: CustomerInquiry.php:433 CustomerInquiry.php:475
-msgid "Click to email the credit note"
-msgstr ""
-
-#: CustomerInquiry.php:438 CustomerInquiry.php:480 CustomerInquiry.php:505
-#: CustomerInquiry.php:535 SupplierInquiry.php:262
-msgid "Click to allocate funds"
-msgstr ""
-
#: CustomerPurchases.php:6
msgid "Customer Purchases"
msgstr ""
@@ -11353,20 +11431,6 @@
"There was a problem retrieving the order header details for Order Number"
msgstr ""
-#: EmailConfirmation.php:43 FTP_RadioBeacon.php:178 PDFCOA.php:81
-#: PDFPickingList.php:224 PDFProdSpec.php:65 PDFQuotation.php:37
-#: PDFQuotation.php:123 PDFQuotationPortrait.php:39
-#: PDFQuotationPortrait.php:125 PDFWOPrint.php:144 PDFWOPrint.php:264
-#: PO_PDFPurchOrder.php:78 PO_PDFPurchOrder.php:209
-#: PrintCustOrder_generic.php:38 PrintCustOrder_generic.php:163
-#: PrintCustOrder.php:39 PrintCustOrder.php:136 PrintCustStatements.php:116
-#: PrintCustStatements.php:139 PrintCustTrans.php:225 PrintCustTrans.php:280
-#: PrintCustTrans.php:702 PrintCustTrans.php:885
-#: PrintCustTransPortrait.php:248 PrintCustTransPortrait.php:305
-#: PrintCustTransPortrait.php:746 PrintCustTransPortrait.php:937
-msgid "from the database"
-msgstr ""
-
#: EmailConfirmation.php:83 EmailConfirmation.php:117
#: PrintCustOrder_generic.php:81 PrintCustOrder_generic.php:110
#: PrintCustOrder_generic.php:251 PrintCustOrder.php:84 PrintCustOrder.php:100
@@ -22437,16 +22501,6 @@
msgid "There were no Customers matching your selection of "
msgstr ""
-#: PrintCustStatements.php:116
-msgid "There was a problem retrieving the outstanding transactions for"
-msgstr ""
-
-#: PrintCustStatements.php:139
-msgid ""
-"There was a problem retrieving the transactions that were settled over the "
-"course of the last month for"
-msgstr ""
-
#: PrintCustStatements.php:188
msgid "Settled Transactions"
msgstr ""
@@ -35268,70 +35322,70 @@
msgid "You should now make the config.php read only for the web server."
msgstr ""
-#: UpgradeDatabase.php:195
+#: UpgradeDatabase.php:197
msgid ""
"Only mysql upgrades are performed seamlessly at this time. Your database "
"will need to be manually updated"
msgstr ""
-#: UpgradeDatabase.php:209
+#: UpgradeDatabase.php:211
msgid "Applying"
msgstr ""
-#: UpgradeDatabase.php:237 Z_Upgrade_3.10-3.11.php:59 Z_Upgrade3.10.php:29
+#: UpgradeDatabase.php:239 Z_Upgrade_3.10-3.11.php:59 Z_Upgrade3.10.php:29
#: Z_Upgrade3.10.php:34 Z_Upgrade3.10.php:46 Z_Upgrade3.10.php:51
#: Z_Upgrade3.10.php:60 Z_Upgrade3.10.php:65 Z_Upgrade3.10.php:74
#: Z_Upgrade3.10.php:79 Z_Upgrade_3.11-4.00.php:59
msgid "Success"
msgstr ""
-#: UpgradeDatabase.php:240
+#: UpgradeDatabase.php:242
msgid "Foreign Key already removed"
msgstr ""
-#: UpgradeDatabase.php:243 Z_Upgrade_3.10-3.11.php:63
+#: UpgradeDatabase.php:245 Z_Upgrade_3.10-3.11.php:63
#: Z_Upgrade_3.11-4.00.php:63
msgid "Table has already been created"
msgstr ""
-#: UpgradeDatabase.php:246
+#: UpgradeDatabase.php:248
msgid "Column has already been changed"
msgstr ""
-#: UpgradeDatabase.php:249 Z_Upgrade_3.10-3.11.php:67
+#: UpgradeDatabase.php:251 Z_Upgrade_3.10-3.11.php:67
#: Z_Upgrade_3.11-4.00.php:67
msgid "Column has already been created"
msgstr ""
-#: UpgradeDatabase.php:252 Z_Upgrade_3.10-3.11.php:71
+#: UpgradeDatabase.php:254 Z_Upgrade_3.10-3.11.php:71
#: Z_Upgrade_3.11-4.00.php:71
msgid "Index already exists"
msgstr ""
-#: UpgradeDatabase.php:255 Z_Upgrade_3.10-3.11.php:75
+#: UpgradeDatabase.php:257 Z_Upgrade_3.10-3.11.php:75
#: Z_Upgrade_3.11-4.00.php:75
msgid "Entry has already been done"
msgstr ""
-#: UpgradeDatabase.php:258
+#: UpgradeDatabase.php:260
msgid "SQL syntax error. The SQL error message is"
msgstr ""
-#: UpgradeDatabase.php:261 Z_Upgrade_3.10-3.11.php:79
+#: UpgradeDatabase.php:263 Z_Upgrade_3.10-3.11.php:79
#: Z_Upgrade_3.11-4.00.php:79
msgid "Primary key already exists"
msgstr ""
-#: UpgradeDatabase.php:264
+#: UpgradeDatabase.php:266
msgid "Index already dropped previously"
msgstr ""
-#: UpgradeDatabase.php:267 Z_Upgrade_3.10-3.11.php:82
+#: UpgradeDatabase.php:269 Z_Upgrade_3.10-3.11.php:82
#: Z_Upgrade_3.11-4.00.php:82
msgid "Failure"
msgstr ""
-#: UpgradeDatabase.php:267 Z_Upgrade_3.10-3.11.php:83
+#: UpgradeDatabase.php:269 Z_Upgrade_3.10-3.11.php:83
#: Z_Upgrade_3.11-4.00.php:83
msgid "Error number"
msgstr ""
Modified: trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po 2015-02-06 04:24:13 UTC (rev 7127)
+++ trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po 2015-02-06 07:01:03 UTC (rev 7128)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: webERP 4.11.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-06 12:41+1300\n"
+"POT-Creation-Date: 2015-02-06 19:17+1300\n"
"PO-Revision-Date: 2013-06-01 11:20-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: Czech <cs...@li...>\n"
@@ -726,11 +726,12 @@
msgstr "Telefonní číslo"
#: AddCustomerContacts.php:129 AddCustomerContacts.php:241
-#: CustomerBranches.php:414 CustomerBranches.php:849 CustomerInquiry.php:432
-#: CustomerInquiry.php:474 Customers.php:1121 Customers.php:1129
-#: EmailCustTrans.php:15 EmailCustTrans.php:64 Factors.php:246 Factors.php:297
-#: Locations.php:616 OrderDetails.php:115 PDFRemittanceAdvice.php:251
-#: PDFWOPrint.php:591 PDFWOPrint.php:594 PDFWOPrint.php:674 PDFWOPrint.php:677
+#: CustomerAccount.php:429 CustomerAccount.php:471 CustomerBranches.php:414
+#: CustomerBranches.php:849 CustomerInquiry.php:432 CustomerInquiry.php:474
+#: Customers.php:1121 Customers.php:1129 EmailCustTrans.php:15
+#: EmailCustTrans.php:64 Factors.php:246 Factors.php:297 Locations.php:616
+#: OrderDetails.php:115 PDFRemittanceAdvice.php:251 PDFWOPrint.php:591
+#: PDFWOPrint.php:594 PDFWOPrint.php:674 PDFWOPrint.php:677
#: PO_PDFPurchOrder.php:400 PO_PDFPurchOrder.php:403 PrintCustTrans.php:748
#: PrintCustTrans.php:979 PrintCustTrans.php:1028
#: PrintCustTransPortrait.php:793 PrintCustTransPortrait.php:1039
@@ -819,7 +820,7 @@
#: AddCustomerTypeNotes.php:111 AddCustomerTypeNotes.php:211
#: AgedControlledInventory.php:47 BankMatching.php:281
#: BankReconciliation.php:217 BankReconciliation.php:294
-#: ContractCosting.php:177 CustomerAllocations.php:348
+#: ContractCosting.php:177 CustomerAccount.php:248 CustomerAllocations.php:348
#: CustomerAllocations.php:378 CustomerInquiry.php:251
#: CustomerTransInquiry.php:100 GLAccountInquiry.php:173
#: GLAccountReport.php:343 GLTransInquiry.php:47 MRPCalendar.php:219
@@ -843,10 +844,10 @@
#: AddCustomerNotes.php:118 AddCustomerTypeNotes.php:112 PcReportTab.php:180
#: SelectCustomer.php:660 SelectCustomer.php:702 StockClone.php:926
-#: Stocks.php:1260 UpgradeDatabase.php:240 UpgradeDatabase.php:243
-#: UpgradeDatabase.php:246 UpgradeDatabase.php:249 UpgradeDatabase.php:252
-#: UpgradeDatabase.php:255 UpgradeDatabase.php:258 UpgradeDatabase.php:261
-#: UpgradeDatabase.php:264 Z_Upgrade_3.10-3.11.php:62
+#: Stocks.php:1260 UpgradeDatabase.php:242 UpgradeDatabase.php:245
+#: UpgradeDatabase.php:248 UpgradeDatabase.php:251 UpgradeDatabase.php:254
+#: UpgradeDatabase.php:257 UpgradeDatabase.php:260 UpgradeDatabase.php:263
+#: UpgradeDatabase.php:266 Z_Upgrade_3.10-3.11.php:62
#: 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
@@ -1035,16 +1036,16 @@
#: ConfirmDispatch_Invoice.php:309 CounterReturns.php:676
#: CounterReturns.php:756 CounterSales.php:759 CounterSales.php:853
#: CounterSales.php:855 Credit_Invoice.php:299 Credit_Invoice.php:303
-#: CustomerAllocations.php:349 CustomerAllocations.php:379
-#: CustomerInquiry.php:256 DeliveryDetails.php:881 DeliveryDetails.php:950
-#: 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
-#: GLTrialBalance.php:266 GLTrialBalance.php:362 GLTrialBalance.php:492
-#: GLTrialBalance.php:512 GLTrialBalance.php:536 GLTrialBalance.php:648
-#: GLTrialBalance.php:668 GLTrialBalance.php:692 InventoryValuation.php:197
-#: MaterialsNotUsed.php:77 OffersReceived.php:111 OrderDetails.php:177
-#: OutstandingGRNs.php:243 PDFCustTransListing.php:137
+#: CustomerAccount.php:253 CustomerAllocations.php:349
+#: CustomerAllocations.php:379 CustomerInquiry.php:256 DeliveryDetails.php:881
+#: DeliveryDetails.php:950 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 GLTrialBalance.php:266 GLTrialBalance.php:362
+#: GLTrialBalance.php:492 GLTrialBalance.php:512 GLTrialBalance.php:536
+#: GLTrialBalance.php:648 GLTrialBalance.php:668 GLTrialBalance.php:692
+#: InventoryValuation.php:197 MaterialsNotUsed.php:77 OffersReceived.php:111
+#: OrderDetails.php:177 OutstandingGRNs.php:243 PDFCustTransListing.php:137
#: PDFOrdersInvoiced.php:379 PDFRemittanceAdvice.php:310
#: PDFSuppTransListing.php:131 RecurringSalesOrders.php:335
#: SalesByTypePeriodInquiry.php:395 SalesByTypePeriodInquiry.php:430
@@ -1107,8 +1108,9 @@
msgid "Problem Report"
msgstr "Problém"
-#: AgedDebtors.php:269 CustomerInquiry.php:116 CustomerInquiry.php:141
-#: CustomerPurchases.php:29 Dashboard.php:145 DebtorsAtPeriodEnd.php:59
+#: AgedDebtors.php:269 CustomerAccount.php:138 CustomerInquiry.php:116
+#: CustomerInquiry.php:141 CustomerPurchases.php:29 Dashboard.php:145
+#: DebtorsAtPeriodEnd.php:59
msgid "The customer details could not be retrieved by the SQL because"
msgstr "Zákazník podrobnosti se nepodařilo získat do SQL, protože"
@@ -1491,7 +1493,8 @@
#: AuditTrail.php:55 AuditTrail.php:69 ContractBOM.php:306
#: CounterReturns.php:1637 CounterReturns.php:1640 CounterSales.php:2201
-#: CounterSales.php:2204 CustomerBalancesMovement.php:32
+#: CounterSales.php:2204 CustomerAccount.php:190 CustomerAccount.php:195
+#: CustomerAccount.php:199 CustomerBalancesMovement.php:32
#: CustomerBalancesMovement.php:42 CustomerBalancesMovement.php:52
#: CustomerInquiry.php:193 CustomerInquiry.php:198 CustomerInquiry.php:202
#: CustomerTransInquiry.php:32 DailyBankTransactions.php:72
@@ -1549,7 +1552,7 @@
msgstr "Uživatel"
#: AuditTrail.php:177 BankReconciliation.php:218 BankReconciliation.php:295
-#: CustomerAllocations.php:376 CustomerInquiry.php:249
+#: CustomerAccount.php:246 CustomerAllocations.php:376 CustomerInquiry.php:249
#: CustomerPurchases.php:82 CustomerTransInquiry.php:21
#: CustomerTransInquiry.php:98 CustWhereAlloc.php:21 CustWhereAlloc.php:111
#: DailyBankTransactions.php:129 GLAccountInquiry.php:171
@@ -2334,8 +2337,9 @@
msgstr "Přidat zpět unpresented kontroly"
#: BankReconciliation.php:219 BankReconciliation.php:296
-#: CustomerAllocations.php:347 CustomerAllocations.php:377
-#: CustomerInquiry.php:250 CustomerTransInquiry.php:99 CustWhereAlloc.php:112
+#: CustomerAccount.php:247 CustomerAllocations.php:347
+#: CustomerAllocations.php:377 CustomerInquiry.php:250
+#: CustomerTransInquiry.php:99 CustWhereAlloc.php:112
#: DailyBankTransactions.php:128 EmailCustTrans.php:15
#: GLAccountInquiry.php:172 ImportBankTrans.php:490 PrintCustTrans.php:509
#: PrintCustTrans.php:733 PrintCustTrans.php:966 PrintCustTrans.php:1015
@@ -2354,8 +2358,9 @@
msgstr "Číslo"
#: BankReconciliation.php:220 BankReconciliation.php:297
-#: ContractCosting.php:176 CustomerInquiry.php:253 CustomerPurchases.php:89
-#: CustomerReceipt.php:930 CustomerTransInquiry.php:103 CustWhereAlloc.php:113
+#: ContractCosting.php:176 CustomerAccount.php:250 CustomerInquiry.php:253
+#: CustomerPurchases.php:89 CustomerReceipt.php:930
+#: CustomerTransInquiry.php:103 CustWhereAlloc.php:113
#: DailyBankTransactions.php:130 Dashboard.php:54 GLAccountReport.php:342
#: PaymentAllocations.php:64 PaymentAllocations.php:65 Payments.php:920
#: PDFRemittanceAdvice.php:309 ShiptsList.php:37 StockCounts.php:144
@@ -3876,7 +3881,7 @@
msgstr "Potvrdit Expedice a faktury"
#: ConfirmDispatch_Invoice.php:279 Contracts.php:778 CustItem.php:144
-#: CustLoginSetup.php:32 CustomerAllocations.php:345
+#: CustLoginSetup.php:32 CustomerAccount.php:159 CustomerAllocations.php:345
#: CustomerBalancesMovement.php:30 CustomerBalancesMovement.php:117
#: CustomerBalancesMovement.php:124 CustomerBranches.php:403
#: CustomerBranches.php:586 CustomerBranches.php:633 CustomerInquiry.php:162
@@ -4638,10 +4643,11 @@
msgstr "Nelze načíst součásti sestavy množství umístění skladu, protože "
#: ConfirmDispatch_Invoice.php:1050 CounterSales.php:1474
-#: CustomerInquiry.php:255 CustomerTransInquiry.php:105
-#: DeliveryDetails.php:621 DeliveryDetails.php:627 DeliveryDetails.php:634
-#: DeliveryDetails.php:811 DeliveryDetails.php:817 DeliveryDetails.php:840
-#: MRPReport.php:412 PDFOrdersInvoiced.php:291 PDFOrderStatus.php:292
+#: CustomerAccount.php:252 CustomerInquiry.php:255
+#: CustomerTransInquiry.php:105 DeliveryDetails.php:621
+#: DeliveryDetails.php:627 DeliveryDetails.php:634 DeliveryDetails.php:811
+#: DeliveryDetails.php:817 DeliveryDetails.php:840 MRPReport.php:412
+#: PDFOrdersInvoiced.php:291 PDFOrderStatus.php:292
#: PDFSalesBySalesperson.php:82 PDFWeeklyOrders.php:78
#: SelectCompletedOrder.php:555 SelectContract.php:143
#: SelectOrderItems.php:686 SelectProduct.php:367 Shipments.php:399
@@ -5918,12 +5924,13 @@
msgid "Reset"
msgstr "Vymazat formulář"
-#: Contracts.php:779 CustomerInquiry.php:252 CustomerTransInquiry.php:102
-#: Dashboard.php:658 FTP_RadioBeacon.php:52 PDFOrdersInvoiced.php:293
-#: PDFOrderStatus.php:294 PDFPriceList.php:427 PricesByCost.php:155
-#: Prices_Customer.php:263 Prices_Customer.php:337 PrintCustTrans.php:844
-#: PrintCustTransPortrait.php:892 SelectCompletedOrder.php:557
-#: SelectCreditItems.php:243 SelectCustomer.php:422 SelectOrderItems.php:595
+#: Contracts.php:779 CustomerAccount.php:249 CustomerInquiry.php:252
+#: CustomerTransInquiry.php:102 Dashboard.php:658 FTP_RadioBeacon.php:52
+#: PDFOrdersInvoiced.php:293 PDFOrderStatus.php:294 PDFPriceList.php:427
+#: PricesByCost.php:155 Prices_Customer.php:263 Prices_Customer.php:337
+#: PrintCustTrans.php:844 PrintCustTransPortrait.php:892
+#: SelectCompletedOrder.php:557 SelectCreditItems.php:243
+#: SelectCustomer.php:422 SelectOrderItems.php:595
#: SelectRecurringSalesOrder.php:92 SelectSalesOrder.php:702
#: SelectSalesOrder.php:719 StockMovements.php:103
#: StockSerialItemResearch.php:84
@@ -5952,10 +5959,10 @@
msgid "Fax"
msgstr "Fax"
-#: Contracts.php:829 CustomerInquiry.php:162 CustomerReceipt.php:1024
-#: PDFRemittanceAdvice.php:275 PO_Header.php:609 PrintCustTrans.php:881
-#: PrintCustTransPortrait.php:933 SupplierInquiry.php:120
-#: includes/PDFQuotationPageHeader.inc:88
+#: Contracts.php:829 CustomerAccount.php:159 CustomerInquiry.php:162
+#: CustomerReceipt.php:1024 PDFRemittanceAdvice.php:275 PO_Header.php:609
+#: PrintCustTrans.php:881 PrintCustTransPortrait.php:933
+#: SupplierInquiry.php:120 includes/PDFQuotationPageHeader.inc:88
#: includes/PDFQuotationPortraitPageHeader.inc:88
#: includes/PDFStatementPageHeader.inc:116 includes/PDFTransPageHeader.inc:162
#: includes/PDFTransPageHeaderPortrait.inc:214
@@ -6735,9 +6742,9 @@
msgid "Picked Up By"
msgstr "Sebrán"
-#: CounterSales.php:909 CustomerInquiry.php:254 CustomerTransInquiry.php:104
-#: DeliveryDetails.php:1105 OrderDetails.php:125 PO_Header.php:1155
-#: PO_OrderDetails.php:156 RecurringSalesOrders.php:419
+#: CounterSales.php:909 CustomerAccount.php:251 CustomerInquiry.php:254
+#: CustomerTransInquiry.php:104 DeliveryDetails.php:1105 OrderDetails.php:125
+#: PO_Header.php:1155 PO_OrderDetails.php:156 RecurringSalesOrders.php:419
#: SelectQASamples.php:402 SelectQASamples.php:507 SelectQASamples.php:567
#: SpecialOrder.php:613 SupplierCredit.php:602 SupplierInquiry.php:213
#: SupplierInvoice.php:952 SupplierTransInquiry.php:107
@@ -8125,6 +8132,252 @@
msgid "Language"
msgstr "Jazyk"
+#: CustomerAccount.php:5
+msgid "Customer Account"
+msgstr ""
+
+#: CustomerAccount.php:14
+msgid ""
+"To display the account a customer must first be selected from the customer "
+"selection screen"
+msgstr ""
+
+#: CustomerAccount.php:15
+msgid "Select a Customer Account to Display"
+msgstr ""
+
+#: CustomerAccount.php:28 CustomerInquiry.php:28
+msgid "Failed to retrieve sales data"
+msgstr ""
+
+#: CustomerAccount.php:37
+msgid "There is no salesman data set for this customer"
+msgstr ""
+
+#: CustomerAccount.php:42
+msgid "You have no authority to review this customer account"
+msgstr ""
+
+#: CustomerAccount.php:57 CustomerInquiry.php:57
+msgid "The balance status should be all or zero balance or not zero balance"
+msgstr ""
+
+#: CustomerAccount.php:70 PrintCustStatements.php:116
+msgid "There was a problem retrieving the outstanding transactions for"
+msgstr "Tam byl problém načítání nesplacených transakcí pro"
+
+#: CustomerAccount.php:70 CustomerAccount.php:93 EmailConfirmation.php:43
+#: FTP_RadioBeacon.php:178 PDFCOA.php:81 PDFPickingList.php:224
+#: PDFProdSpec.php:65 PDFQuotation.php:37 PDFQuotation.php:123
+#: PDFQuotationPortrait.php:39 PDFQuotationPortrait.php:125 PDFWOPrint.php:144
+#: PDFWOPrint.php:264 PO_PDFPurchOrder.php:78 PO_PDFPurchOrder.php:209
+#: PrintCustOrder_generic.php:38 PrintCustOrder_generic.php:163
+#: PrintCustOrder.php:39 PrintCustOrder.php:136 PrintCustStatements.php:116
+#: PrintCustStatements.php:139 PrintCustTrans.php:225 PrintCustTrans.php:280
+#: PrintCustTrans.php:702 PrintCustTrans.php:885
+#: PrintCustTransPortrait.php:248 PrintCustTransPortrait.php:305
+#: PrintCustTransPortrait.php:746 PrintCustTransPortrait.php:937
+msgid "from the database"
+msgstr "z databáze"
+
+#: CustomerAccount.php:93 PrintCustStatements.php:139
+msgid ""
+"There was a problem retrieving the transactions that were settled over the "
+"course of the last month for"
+msgstr ""
+"Tam byl problém načítání transakce, které byly vyřešeny v průběhu posledního "
+"měsíce na"
+
+#: CustomerAccount.php:155 CustomerInquiry.php:158
+msgid "Back to Customer Screen"
+msgstr ""
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: SelectOrderItems.php:698 SupplierCredit.php:264 SupplierInquiry.php:122
+#: SupplierInvoice.php:608
+msgid "Terms"
+msgstr "Podmínky"
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: Customers.php:566 Customers.php:907 Customers.php:937
+msgid "Credit Limit"
+msgstr "Úvěrový limit"
+
+#: CustomerAccount.php:159 CustomerInquiry.php:162 CustomerReceipt.php:1024
+#: Customers.php:592 Customers.php:974 Customers.php:980
+#: includes/MainMenuLinksArray.php:495
+msgid "Credit Status"
+msgstr "Stav úvěru"
+
+#: CustomerAccount.php:163 CustomerInquiry.php:166 CustomerReceipt.php:1028
+msgid "ACCOUNT ON HOLD"
+msgstr "ÚČET NA HOLD"
+
+#: CustomerAccount.php:168 CustomerInquiry.php:171 CustomerReceipt.php:1034
+#: PrintCustStatements.php:398 SupplierInquiry.php:144
+msgid "Total Balance"
+msgstr "Celkem Zůstatek"
+
+#: CustomerAccount.php:169 CustomerInquiry.php:172 CustomerReceipt.php:1035
+#: Dashboard.php:58 PrintCustStatements.php:394 SalesPeople.php:214
+#: Shipments.php:406 StockClone.php:886 StockClone.php:888 Stocks.php:1220
+#: Stocks.php:1222 SupplierInquiry.php:145 WhereUsedInquiry.php:92
+#: includes/PDFAgedDebtorsPageHeader.inc:50
+#: includes/PDFAgedSuppliersPageHeader.inc:36
+msgid "Current"
+msgstr "Proud"
+
+#: CustomerAccount.php:170 CustomerInquiry.php:173 CustomerReceipt.php:1036
+#: SupplierInquiry.php:146
+msgid "Now Due"
+msgstr "Nyní Díky"
+
+#: CustomerAccount.php:171 CustomerAccount.php:172 CustomerInquiry.php:174
+#: CustomerInquiry.php:175 CustomerReceipt.php:1037 CustomerReceipt.php:1038
+#: SupplierInquiry.php:147 SupplierInquiry.php:148
+msgid "Days Overdue"
+msgstr "Dnů po splatnosti"
+
+#: CustomerAccount.php:172 CustomerInquiry.php:175 CustomerReceipt.php:1038
+#: PrintCustStatements.php:397 SupplierInquiry.php:148
+msgid "Over"
+msgstr "Přes"
+
+#: CustomerAccount.php:186 CustomerInquiry.php:189 SupplierInquiry.php:165
+msgid "Show all transactions after"
+msgstr "Zobrazit všechny transakce po"
+
+#: CustomerAccount.php:191 CustomerAccount.php:196 CustomerAccount.php:200
+#: CustomerInquiry.php:194 CustomerInquiry.php:199 CustomerInquiry.php:203
+msgid "Invoices not fully allocated"
+msgstr ""
+
+#: CustomerAccount.php:192 CustomerAccount.php:197 CustomerAccount.php:201
+#: CustomerInquiry.php:195 CustomerInquiry.php:200 CustomerInquiry.php:204
+msgid "Invoices fully allocated"
+msgstr ""
+
+#: CustomerAccount.php:206 CustomerInquiry.php:209 SupplierInquiry.php:166
+msgid "Refresh Inquiry"
+msgstr "Obnovit Poptávka"
+
+#: CustomerAccount.php:233 CustomerInquiry.php:236 SupplierInquiry.php:193
+msgid "No transactions were returned by the SQL because"
+msgstr "Žádné transakce byly vráceny, protože SQL"
+
+#: CustomerAccount.php:237 CustomerInquiry.php:240 SupplierInquiry.php:199
+msgid "There are no transactions to display since"
+msgstr "Neexistují žádné transakce, k zobrazení, protože"
+
+#: CustomerAccount.php:254 CustomerInquiry.php:257 SupplierInquiry.php:215
+#: Z_CheckAllocationsFrom.php:35 Z_CheckAllocationsFrom.php:60
+#: includes/PDFStatementPageHeader.inc:172
+msgid "Allocated"
+msgstr "Přidělených"
+
+#: CustomerAccount.php:255 CustomerAllocations.php:382
+#: CustomerAllocations.php:570 CustomerAllocations.php:622
+#: CustomerBalancesMovement.php:121 CustomerBalancesMovement.php:124
+#: CustomerBalancesMovement.php:200 CustomerInquiry.php:258 Dashboard.php:57
+#: Dashboard.php:534 GLAccountInquiry.php:177 SupplierInquiry.php:216
+#: includes/PDFAgedDebtorsPageHeader.inc:49
+#: includes/PDFAgedSuppliersPageHeader.inc:35
+#: includes/PDFDebtorBalsPageHeader.inc:31
+#: includes/PDFOstdgGRNsPageHeader.inc:41
+#: includes/PDFSupplierBalsPageHeader.inc:34
+msgid "Balance"
+msgstr "Zůstatek"
+
+#: CustomerAccount.php:256 CustomerAccount.php:257 CustomerAccount.php:258
+#: CustomerAccount.php:259 CustomerAccount.php:260 CustomerInquiry.php:259
+#: CustomerInquiry.php:260 CustomerInquiry.php:261 CustomerInquiry.php:262
+#: CustomerInquiry.php:263 SupplierAllocations.php:647 SupplierInquiry.php:217
+#: SupplierInquiry.php:218
+msgid "More Info"
+msgstr "Více informací"
+
+#: CustomerAccount.php:301 CustomerAccount.php:343 CustomerInquiry.php:304
+#: CustomerInquiry.php:346
+msgid "Credit "
+msgstr "Úvěr "
+
+#: CustomerAccount.php:302 CustomerAccount.php:344 CustomerInquiry.php:305
+#: CustomerInquiry.php:347
+msgid "Click to credit the invoice"
+msgstr "Klikněte pro úvěrové faktury"
+
+#: CustomerAccount.php:306 CustomerAccount.php:348 CustomerAccount.php:385
+#: CustomerAccount.php:419 CustomerAccount.php:461 CustomerInquiry.php:309
+#: CustomerInquiry.php:351 CustomerInquiry.php:388 CustomerInquiry.php:422
+#: CustomerInquiry.php:464
+msgid "HTML "
+msgstr "HTML "
+
+#: CustomerAccount.php:307 CustomerAccount.php:349 CustomerAccount.php:386
+#: CustomerInquiry.php:310 CustomerInquiry.php:352 CustomerInquiry.php:389
+#: CustomerTransInquiry.php:140
+#, php-format
+msgid "Click to preview the invoice"
+msgstr "Klikněte pro náhled na faktuře"
+
+#: CustomerAccount.php:311 CustomerAccount.php:353 CustomerAccount.php:390
+#: CustomerAccount.php:424 CustomerAccount.php:466 CustomerInquiry.php:314
+#: CustomerInquiry.php:356 CustomerInquiry.php:393 CustomerInquiry.php:427
+#: CustomerInquiry.php:469
+msgid "PDF "
+msgstr "PDF "
+
+#: CustomerAccount.php:312 CustomerAccount.php:354 CustomerAccount.php:391
+#: CustomerAccount.php:425 CustomerAccount.php:467 CustomerInquiry.php:315
+#: CustomerInquiry.php:357 CustomerInquiry.php:394 CustomerInquiry.php:428
+#: CustomerInquiry.php:470 SelectSalesOrder.php:772 SelectSalesOrder.php:799
+#, php-format
+msgid "Click for PDF"
+msgstr "Klikněte pro PDF"
+
+#: CustomerAccount.php:316 CustomerAccount.php:358 CustomerAccount.php:395
+#: CustomerInquiry.php:319 CustomerInquiry.php:361 CustomerInquiry.php:398
+msgid "Email "
+msgstr "E-mail "
+
+#: CustomerAccount.php:317 CustomerAccount.php:359 CustomerAccount.php:396
+#: CustomerInquiry.php:320 CustomerInquiry.php:362 CustomerInquiry.php:399
+msgid "Click to email the invoice"
+msgstr "Klikněte pro e-faktury"
+
+#: CustomerAccount.php:321 CustomerAccount.php:322 CustomerAccount.php:439
+#: CustomerAccount.php:440 CustomerAccount.php:509 CustomerAccount.php:510
+#: CustomerAccount.php:563 CustomerAccount.php:564 CustomerAccount.php:612
+#: CustomerAccount.php:613 CustomerInquiry.php:324 CustomerInquiry.php:325
+#: CustomerInquiry.php:442 CustomerInquiry.php:443 CustomerInquiry.php:512
+#: CustomerInquiry.php:513 CustomerInquiry.php:566 CustomerInquiry.php:567
+#: CustomerInquiry.php:615 CustomerInquiry.php:616
+msgid "View GL Entries"
+msgstr "Zobrazit GL Příspěvky"
+
+#: CustomerAccount.php:420 CustomerAccount.php:462 CustomerInquiry.php:423
+#: CustomerInquiry.php:465
+msgid "Click to preview the credit note"
+msgstr "Klikněte pro náhled dobropisu"
+
+#: CustomerAccount.php:430 CustomerAccount.php:472 CustomerInquiry.php:433
+#: CustomerInquiry.php:475
+msgid "Click to email the credit note"
+msgstr "Klikněte pro e-mail dobropisu"
+
+#: CustomerAccount.php:434 CustomerAccount.php:476 CustomerAccount.php:501
+#: CustomerAccount.php:531 CustomerAllocations.php:381 CustomerInquiry.php:437
+#: CustomerInquiry.php:479 CustomerInquiry.php:504 CustomerInquiry.php:534
+#: SupplierAllocations.php:460 SupplierInquiry.php:263
+msgid "Allocation"
+msgstr "Přidělení"
+
+#: CustomerAccount.php:435 CustomerAccount.php:477 CustomerAccount.php:502
+#: CustomerAccount.php:532 CustomerInquiry.php:438 CustomerInquiry.php:480
+#: CustomerInquiry.php:505 CustomerInquiry.php:535 SupplierInquiry.php:262
+msgid "Click to allocate funds"
+msgstr "Klikněte na přidělování finančních prostředků"
+
#: CustomerAllocations.php:13
msgid "Customer Receipt"
msgstr "Příjem zákazníka"
@@ -8266,29 +8519,10 @@
msgid "This"
msgstr "Tento"
-#: CustomerAllocations.php:381 CustomerInquiry.php:437 CustomerInquiry.php:479
-#: CustomerInquiry.php:504 CustomerInquiry.php:534 SupplierAllocations.php:460
-#: SupplierInquiry.php:263
-msgid "Allocation"
-msgstr "Přidělení"
-
#: CustomerAllocations.php:382
msgid "Running"
msgstr "Běží"
-#: CustomerAllocations.php:382 CustomerAllocations.php:570
-#: CustomerAllocations.php:622 CustomerBalancesMovement.php:121
-#: CustomerBalancesMovement.php:124 CustomerBalancesMovement.php:200
-#: CustomerInquiry.php:258 Dashboard.php:57 Dashboard.php:534
-#: GLAccountInquiry.php:177 SupplierInquiry.php:216
-#: includes/PDFAgedDebtorsPageHeader.inc:49
-#: includes/PDFAgedSuppliersPageHeader.inc:35
-#: includes/PDFDebtorBalsPageHeader.inc:31
-#: includes/PDFOstdgGRNsPageHeader.inc:41
-#: includes/PDFSupplierBalsPageHeader.inc:34
-msgid "Balance"
-msgstr "Zůstatek"
-
#: CustomerAllocations.php:394
msgid "Being allocated"
msgstr "Přidělovaných"
@@ -8876,10 +9110,6 @@
msgid "Select a Customer to Inquire On"
msgstr "Vyberte zákazník se může informovat o"
-#: CustomerInquiry.php:28
-msgid "Failed to retrieve sales data"
-msgstr ""
-
#: CustomerInquiry.php:37
msgid "There is no salesman data set for this debtor"
msgstr ""
@@ -8888,156 +9118,6 @@
msgid "You have no authority to review this data"
msgstr ""
-#: CustomerInquiry.php:57
-msgid "The balance status should be all or zero balance or not zero balance"
-msgstr ""
-
-#: CustomerInquiry.php:158
-msgid "Back to Customer Screen"
-msgstr ""
-
-#: CustomerInquiry.php:162 CustomerReceipt.php:1024 SelectOrderItems.php:698
-#: SupplierCredit.php:264 SupplierInquiry.php:122 SupplierInvoice.php:608
-msgid "Terms"
-msgstr "Podmínky"
-
-#: CustomerInquiry.php:162 CustomerReceipt.php:1024 Customers.php:566
-#: Customers.php:907 Customers.php:937
-msgid "Credit Limit"
-msgstr "Úvěrový limit"
-
-#: CustomerInquiry.php:162 CustomerReceipt...
[truncated message content] |