1
0
mirror of https://github.com/IRPTeam/IRP.git synced 2025-09-16 08:56:27 +02:00
This commit is contained in:
Dmitry Sherstobitov
2025-07-20 19:42:52 +03:00
parent f297880c98
commit 7ee62b85e7
20 changed files with 324 additions and 94 deletions

View File

@@ -33,7 +33,6 @@ Procedure CommandProcessing(CommandParameter, CommandExecuteParameters)
ImageMap.Insert(Loc.Key, ImageArray);
EndDo;
Spreadsheet = New SpreadsheetDocument;
Print(Spreadsheet, CommandParameter, Images, ImageMap);

View File

@@ -5,7 +5,7 @@
// Run command action.
//
// Parameters:
// Command - FormCommand - Command
// Command - FormCommand, CommandBarButton - Command
// Form - ClientApplicationForm - Form
// MainAttribute - FormDataStructure, FormAttribute, DynamicList - Main form attribute
// Targets - AnyRef, Array of AnyRef - Command target

View File

@@ -1,5 +1,6 @@
// @strict-types
// Strings.
//
// Parameters:
@@ -7,6 +8,93 @@
//
// Returns:
// Structure - Strings:
// * SB_NotEnoughBatch - String -
// * JobAborted - String -
// * CannotConnectDriver - String -
// * CannotConnectHardwareService - String -
// * CannotAttachAddIn - String -
// * CannotGetDataKKT - String -
// * NotFoundOriginRowForClone - String -
// * SerialOwnerNotItemKey - String -
// * WrongAdvanceDirection - String -
// * UnknownTransactionType - String -
// * UnknownTransactionTypeT2015 - String -
// * UnknownTransactionTypeTableT2014 - String -
// * NotSupportedDRR5022TCashAdvance - String -
// * ErrorOnPostingDocument - String -
// * ConvertingDataToFillingValuesFailed - String -
// * AnalyticTypeNotDefined - String -
// * PropertyBeforeChangeDataPathNoRows - String -
// * OneJobFailed - String -
// * UnsupportedUpdateStatus - String -
// * DocumentQueryError - String -
// * UnknownFilterType - String -
// * FoundMoreThanOneWhenOptionNot - String -
// * DescriptionFormulaOperandError - String -
// * CacheRowsUndefined - String -
// * CachePropertyNotFound - String -
// * WrongListProperty - String -
// * CachePropertyDeleteNotFound - String -
// * WrongDatapathRemoveCache - String -
// * UnknownAgreementTypeByDebtType - String -
// * IDInfoNotFoundByName - String -
// * MoreThanOneAnalyticRowsFilter - String -
// * DocumentAccountingOpNotSupported - String -
// * UnsupportedRegisterName - String -
// * UnsupportedCheckType - String -
// * ExtDimensionTypeNotDefined - String -
// * ExternalRefValueNotFound - String -
// * ExternalValueNotFound - String -
// * UnsupportedTransactionType - String -
// * GetBasisesNotSupported - String -
// * UnsupportedExternalLink - String -
// * UnsupportedInternalLink - String -
// * UnknownControlCodeStringType - String -
// * CannotGetPointInTime - String -
// * CannotFiscalizeCCSTypeNone - String -
// * CannotFiscalizeCCSTypeEmpty - String -
// * ControlStringCodeNotFilled - String -
// * ControlStringCodeCountMismatch - String -
// * ControlStringMultipleRowsNotSupported - String -
// * WrongExternalFunctionType - String -
// * CurrencyInfoMoreThanOne - String -
// * RowsWithStoresEmpty - String -
// * DefaultAgreementOnlyCustVendor - String -
// * BatchForSalesReturnNotFound - String -
// * UnsupportedRowDataType - String -
// * UnsupportedType - String -
// * LoadMoreThanOneTableNotImplemented - String -
// * TempStorageTypeNotSupported - String -
// * UnsupportedOperation - String -
// * UnsupportedDirection - String -
// * UnsupportedDocumentType - String -
// * UnsupportedRegisterMetadata - String -
// * UnsupportedWhoIsChanged - String -
// * WrongDataPath - String -
// * TypeNotFound - String -
// * CreateNewAnalyticsNotSupported - String -
// * TaxNotAllowedForDocument - String -
// * RiseTestFalseString - String -
// * CorrectionDescriptionRequired - String -
// * GoodsReceiptPreliminaryPurchaseInvoice - String -
// * UndefinedTabularSection - String -
// * RecordSetCountNotOne - String -
// * UnsupportedMetadata - String -
// * ItemListRowsCountNotOne - String -
// * MainRowsCountNotOne - String -
// * UnableReplaceRef - String -
// * UnsupportedSettingStorageName - String -
// * InternalAccountNotFound - String -
// * InternalAccountMoreThanOne - String -
// * UnsupportedAnalyticType - String -
// * ItemFormUnknownCommand - String -
// * LedgerLocalizationCodeNotFilled - String -
// * LedgerAccountMainDrNotDefined - String -
// * LedgerAccountSubDrNotDefined - String -
// * LedgerAccountMainCrNotDefined - String -
// * LedgerAccountSubCrNotDefined - String -
// * InvoiceTypeNotSupported - String -
// * FewRetailCustomerFound - String -
// * ACS_UnknownValueType - String -
// * CERT_OnlyProdOrCert - String -
// * CERT_CertAlreadyUsed - String -
@@ -27,12 +115,12 @@
// * AddAttributeTagPathHasNotTwoPart - String -
// * SMS_SendIsOk - String -
// * SMS_SendIsError - String -
// * SMS_WaitUntilNextSend - String -
// * SMS_SMSCodeWrong - String -
// * DefaultSMSProviderEmpty - String -
// * SMSModuleNotFound - String -
// * SMSMethodNotSupported - String -
// * ATC_001 - String -
// * SMS_WaitUntilNextSend - String -
// * SMS_SMSCodeWrong - String -
// * DefaultSMSProviderEmpty - String -
// * SMSModuleNotFound - String -
// * SMSMethodNotSupported - String -
// * ATC_001 - String -
// * ATC_NotSupported - String -
// * ATC_ErrorTaxAmountInItemListNotEqualTaxAmountInTaxList - String -
// * ATC_ErrorNetAmountGreaterTotalAmount - String -
@@ -68,6 +156,10 @@
// * ATC_FIX_ErrorNotFilledSalesTransactionType - String -
// * ATC_FIX_ErrorNotFilledSalesReturnTransactionType - String -
// * ATC_FIX_ErrorNotFilledPurchaseReturnTransactionType - String -
// * ATC_ErrorAddAttributesIsUnknowAttribute - String -
// * ATC_FIX_ErrorAddAttributesIsUnknowAttribute - String -
// * ATC_ErrorAddAttributesNotSetTag - String -
// * ATC_FIX_ErrorAddAttributesNotSetTag - String -
// * Eq_001 - String -
// * Eq_002 - String -
// * Eq_003 - String -
@@ -182,6 +274,10 @@
// * Form_037 - String -
// * Form_038 - String -
// * Form_039 - String -
// * Form_040 - String -
// * Form_041 - String -
// * Form_042 - String -
// * Form_043 - String -
// * Error_002 - String -
// * Error_003 - String -
// * Error_004 - String -
@@ -314,9 +410,46 @@
// * Error_PartnerBalanceCheckfailed - String -
// * Error_145 - String -
// * Error_146 - String -
// * Error_147 - String -
// * Error_147 - String -
// * Error_148 - String -
// * Error_181 - String -
// * Error_149 - String -
// * Error_150 - String -
// * Error_151 - String -
// * Error_152 - String -
// * Error_153 - String -
// * Error_154 - String -
// * Error_155 - String -
// * Error_156 - String -
// * Error_157 - String -
// * Error_158 - String -
// * Error_159 - String -
// * Error_160 - String -
// * Error_161 - String -
// * Error_162 - String -
// * Error_163 - String -
// * Error_164 - String -
// * Error_165 - String -
// * Error_166 - String -
// * Error_167 - String -
// * Error_168 - String -
// * Error_169 - String -
// * Error_170 - String -
// * Error_171 - String -
// * Error_172 - String -
// * Error_173 - String -
// * Error_174 - String -
// * Error_175 - String -
// * Error_176 - String -
// * Error_177 - String -
// * Error_178 - String -
// * Error_179 - String -
// * Error_180 - String -
// * Error_181 - String -
// * Error_182 - String -
// * Error_183 - String -
// * Error_184 - String -
// * Error_185 - String -
// * Error_186 - String -
// * Error_FillTotalAmount - String -
// * MF_Error_001 - String -
// * MF_Error_002 - String -
@@ -380,6 +513,7 @@
// * InfoMessage_038 - String -
// * InfoMessage_039 - String -
// * InfoMessage_040 - String -
// * InfoMessage_041 - String -
// * InfoMessage_WriteObject - String -
// * InfoMessage_Payment - String -
// * InfoMessage_PaymentReturn - String -
@@ -424,6 +558,9 @@
// * QuestionToUser_028 - String -
// * QuestionToUser_029 - String -
// * QuestionToUser_030 - String -
// * QuestionToUser_031 - String -
// * QuestionToUser_032 - String -
// * QuestionToUser_033 - String -
// * SuggestionToUser_1 - String -
// * SuggestionToUser_2 - String -
// * SuggestionToUser_3 - String -
@@ -453,6 +590,10 @@
// * Exc_010 - String -
// * Exc_011 - String -
// * Exc_012 - String -
// * Exc_013 - String -
// * Exc_014 - String -
// * Exc_015 - String -
// * Exc_016 - String -
// * Saas_001 - String -
// * Saas_002 - String -
// * Saas_003 - String -
@@ -513,6 +654,13 @@
// * Add_Setiings_010 - String -
// * Add_Setiings_011 - String -
// * Add_Setiings_012 - String -
// * Add_Settings_013 - String -
// * Add_Settings_014 - String -
// * Add_Settings_015 - String -
// * Add_Settings_016 - String -
// * Add_Settings_017 - String -
// * Add_Settings_018 - String -
// * Add_Settings_019 - String -
// * Mob_001 - String -
// * CP_001 - String -
// * CP_002 - String -
@@ -520,6 +668,7 @@
// * CP_004 - String -
// * CP_005 - String -
// * CP_006 - String -
// * CP_007 - String -
// * LDT_Button_Title - String -
// * LDT_Button_ToolTip - String -
// * LDT_FailReading - String -
@@ -564,7 +713,7 @@
// * RetailSalesReceipt_DR_R5022T_Expenses_CR_R4050B_StockInventory - String -
// * SalesInvoice_DR_R5022T_Expenses_CR_R4050B_StockInventory - String -
// * SalesInvoice_DR_R2021B_CustomersTransactions_CR_R5021T_Revenues - String -
// * SalesInvoice_DR_R5021T_Revenues_CR_R2040B_TaxesIncoming - String -
// * SalesInvoice_DR_R2021B_CustomersTransactions_CR_R2040B_TaxesIncoming - String -
// * SalesInvoice_DR_R2020B_AdvancesFromCustomers_CR_R2021B_CustomersTransactions - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R2020B_AdvancesFromCustomers - String -
// * ForeignCurrencyRevaluation_DR_R2020B_AdvancesFromCustomers_CR_R5021T_Revenues - String -
@@ -572,12 +721,16 @@
// * ForeignCurrencyRevaluation_DR_R3010B_CashOnHand_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R1021B_VendorsTransactions - String -
// * ForeignCurrencyRevaluation_DR_R1021B_VendorsTransactions_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R2040B_TaxesIncoming - String -
// * ForeignCurrencyRevaluation_DR_R2040B_TaxesIncoming_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R9510B_SalaryPayment - String -
// * ForeignCurrencyRevaluation_DR_R9510B_SalaryPayment_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R1020B_AdvancesToVendors - String -
// * ForeignCurrencyRevaluation_DR_R1020B_AdvancesToVendors_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R2021B_CustomersTransactions - String -
// * ForeignCurrencyRevaluation_DR_R2021B_CustomersTransactions_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R1040B_TaxesOutgoing - String -
// * ForeignCurrencyRevaluation_DR_R1040B_TaxesOutgoing_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R3015B_CashAdvance - String -
// * ForeignCurrencyRevaluation_DR_R3015B_CashAdvance_CR_R5021T_Revenues - String -
// * ForeignCurrencyRevaluation_DR_R5022T_Expenses_CR_R3027B_EmployeeCashAdvance - String -
@@ -598,11 +751,15 @@
// * DebitNote_DR_R2021B_CustomersTransactions_CR_R5021_Revenues - String -
// * DebitNote_DR_R2020B_AdvancesFromCustomers_CR_R2021B_CustomersTransactions - String -
// * DebitNote_DR_R5015B_OtherPartnersTransactions_CR_R5021_Revenues - String -
// * DebitNote_DR_R1021B_VendorsTransactions_CR_R2040B_TaxesIncoming - String -
// * DebitNote_DR_R2021B_CustomersTransactions_CR_R2040B_TaxesIncoming - String -
// * CreditNote_DR_R5022T_Expenses_CR_R2021B_CustomersTransactions - String -
// * CreditNote_DR_R2020B_AdvancesFromCustomers_CR_R2021B_CustomersTransactions - String -
// * CreditNote_DR_R1021B_VendorsTransactions_CR_R1020B_AdvancesToVendors - String -
// * CreditNote_DR_R5022T_Expenses_CR_R1021B_VendorsTransactions - String -
// * CreditNote_DR_R5022T_Expenses_CR_R5015B_OtherPartnersTransactions - String -
// * CreditNote_DR_R1040B_TaxesOutgoing_CR_R1021B_VendorsTransactions - String -
// * CreditNote_DR_R1040B_TaxesOutgoing_CR_R2021B_CustomersTransactions - String -
// * MoneyTransfer_DR_R3010B_CashOnHand_CR_R3010B_CashOnHand - String -
// * MoneyTransfer_DR_R3010B_CashOnHand_CR_R3021B_CashInTransit - String -
// * MoneyTransfer_DR_R3021B_CashInTransit_CR_R3010B_CashOnHand - String -
@@ -630,16 +787,20 @@
// * BankPayment_DR_R5022T_Expenses_CR_R3010B_CashOnHand - String -
// * BankPayment_DR_R9510B_SalaryPayment_CR_R3010B_CashOnHand - String -
// * BankPayment_DR_R3027B_EmployeeCashAdvance_CR_R3010B_CashOnHand - String -
// * BankPayment_DR_R5015B_OtherPartnersTransactions_CR_R5021T_Revenues - String -
// * CashPayment_DR_R3021B_CashInTransitIncoming_CR_R3010B_CashOnHand_CashTransferOrder - String -
// * CashPayment_DR_R5015B_OtherPartnersTransactions_CR_R3010B_CashOnHand - String -
// * CashPayment_DR_R5015B_OtherPartnersTransactions_CR_R5021T_Revenues - String -
// * BankReceipt_DR_R3010B_CashOnHand_CR_R3021B_CashInTransitIncoming_CashTransferOrder - String -
// * BankReceipt_DR_R3010B_CashOnHand_CR_R3021B_CashInTransitIncoming_CurrencyExchange - String -
// * BankReceipt_DR_R3021B_CashInTransit_CR_R5021T_Revenues - String -
// * BankReceipt_DR_R5022T_Expenses_CR_R3021B_CashInTransit - String -
// * BankReceipt_DR_R3010B_CashOnHand_CR_R5015B_OtherPartnersTransactions - String -
// * BankReceipt_DR_R3010B_CashOnHand_CR_R5021_Revenues - String -
// * BankReceipt_DR_R3010B_CashOnHand_CR_R9510B_SalaryPayment - String -
// * CashReceipt_DR_R3010B_CashOnHand_CR_R3021B_CashInTransitIncoming_CashTransferOrder - String -
// * CashReceipt_DR_R3010B_CashOnHand_CR_R5015B_OtherPartnersTransactions - String -
// * CashReceipt_DR_R3010B_CashOnHand_CR_R9510B_SalaryPayment - String -
// * Payroll_DR_R5022T_Expenses_CR_R9510B_SalaryPayment_Accrual - String -
// * Payroll_DR_R9510B_SalaryPayment_CR_R5015B_OtherPartnersTransactions_Taxes - String -
// * Payroll_DR_R5022T_Expenses_CR_R5015B_OtherPartnersTransactions_Taxes - String -
@@ -649,19 +810,35 @@
// * DebitCreditNote_R5020B_PartnersBalance - String -
// * DebitCreditNote_DR_R2020B_AdvancesFromCustomers_CR_R2021B_CustomersTransactions_Offset - String -
// * DebitCreditNote_DR_R1021B_VendorsTransactions_CR_R1020B_AdvancesToVendors_Offset - String -
// * DebitCreditNote_DR_R5020B_PartnersBalance_CR_R5021_Revenues - String -
// * DebitCreditNote_DR_R5022T_Expenses_CR_R5020B_PartnersBalance - String -
// * ExpenseAccruals_DR_R5022T_Expenses_CR_R6070T_OtherPeriodsExpenses - String -
// * RevenueAccruals_DR_R6080T_OtherPeriodsRevenues_CR_R5021T_Revenues - String -
// * ExpenseAccruals_DR_R6070T_OtherPeriodsExpenses_CR_R5022T_Expenses - String -
// * RevenueAccruals_DR_R5021T_Revenues_CR_R6080T_OtherPeriodsRevenues - String -
// * EmployeeCashAdvance_DR_R5022T_Expenses_CR_R3027B_EmployeeCashAdvance - String -
// * EmployeeCashAdvance_DR_R1021B_VendorsTransactions_CR_R3027B_EmployeeCashAdvance - String -
// * EmployeeCashAdvance_DR_R1040B_TaxesOutgoing_CR_R3027B_EmployeeCashAdvance - String -
// * SalesReturn_DR_R2021B_CustomersTransactions_CR_R2020B_AdvancesFromCustomers - String -
// * SalesReturn_DR_R5021T_Revenues_CR_R2021B_CustomersTransactions - String -
// * SalesReturn_DR_R5021T_Revenues_CR_R1040B_TaxesOutgoing - String -
// * SalesReturn_DR_R1040B_TaxesOutgoing_CR_R2021B_CustomersTransactions - String -
// * SalesReturn_DR_R5022T_Expenses_CR_R4050B_StockInventory - String -
// * PurchaseReturn_DR_R1020B_AdvancesToVendors_CR_R1021B_VendorsTransactions - String -
// * PurchaseReturn_DR_R1021B_VendorsTransactions_CR_R4050B_StockInventory - String -
// * PurchaseReturn_DR_R2040B_TaxesIncoming_CR_R1021B_VendorsTransactions - String -
// * PurchaseReturn_DR_R1021B_VendorsTransactions_CR_R2040B_TaxesIncoming - String -
// * TaxesOperation_DR_R2040B_TaxesIncoming_CR_R1040B_TaxesOutgoing - String -
// * TaxesOperation_DR_R2040B_TaxesIncoming_CR_R5015B_OtherPartnersTransactions - String -
// * TaxesOperation_DR_R5015B_OtherPartnersTransactions_CR_R1040B_TaxesOutgoing - String -
// * ExternalAccountingOperation - String -
// * AdditionalCostAllocation_DR_R4050B_StockInventory_CR_R5022T_Expenses - String -
// * AdditionalRevenueAllocation_DR_R5021T_Revenues_CR_R4050B_StockInventory - String -
// * WithholdingTaxInvoice_DR_R1021B_VendorsTransactions_CR_R1020B_AdvancesToVendors - String -
// * WithholdingTaxInvoice_DR_R5022T_Expenses_CR_R1021B_VendorsTransactions - String -
// * WithholdingTaxInvoice_DR_R1040B_TaxesOutgoing_CR_R1021B_VendorsTransactions - String -
// * WithholdingTaxInvoice_DR_R5022T_Expenses_CR_R5015B_OtherPartnersTransactions - String -
// * FixedAssetRevaluation_DR_R8510B_BookValueOfFixedAsset_CR_R5021T_Revenues - String -
// * FixedAssetRevaluation_DR_R5022T_Expenses_CR_R8510B_BookValueOfFixedAsset - String -
// * ExternalAccountingOperationExchangeReport - String -
// * InternalCommands_SetNotActive - String -
// * InternalCommands_SetNotActive_Check - String -
// * InternalCommands_ShowNotActive - String -
@@ -712,54 +889,129 @@
// * AuditLock_001 - String -
// * AuditLock_002 - String -
// * AuditLock_003 - String -
// * AuditLock_004 - String -
// * TypeNotFound - String -
// * CreateNewAnalyticsNotSupported - String -
// * TaxNotAllowedForDocument - String -
// * RiseTestFalseString - String -
// * CorrectionDescriptionRequired - String -
// * GoodsReceiptPreliminaryPurchaseInvoice - String -
// * UndefinedTabularSection - String -
// * RecordSetCountNotOne - String -
// * UnsupportedMetadata - String -
// * ItemListRowsCountNotOne - String -
// * MainRowsCountNotOne - String -
// * UnableReplaceRef - String -
// * UnsupportedSettingStorageName - String -
// * InternalAccountNotFound - String -
// * InternalAccountMoreThanOne - String -
// * UnsupportedAnalyticType - String -
// * ItemFormUnknownCommand - String -
// * LedgerLocalizationCodeNotFilled - String -
// * LedgerAccountMainDrNotDefined - String -
// * LedgerAccountSubDrNotDefined - String -
// * LedgerAccountMainCrNotDefined - String -
// * LedgerAccountSubCrNotDefined - String -
// * InvoiceTypeNotSupported - String -
// * FewRetailCustomerFound - String -
// * UnsupportedUpdateStatus - String -
// * DocumentQueryError - String -
// * UnknownFilterType - String -
// * FoundMoreThanOneWhenOptionNot - String -
// * DescriptionFormulaOperandError - String -
// * CacheRowsUndefined - String -
// * CachePropertyNotFound - String -
// * WrongListProperty - String -
// * CachePropertyDeleteNotFound - String -
// * WrongDatapathRemoveCache - String -
// * UnknownAgreementTypeByDebtType - String -
// * IDInfoNotFoundByName - String -
// * MoreThanOneAnalyticRowsFilter - String -
// * DocumentAccountingOpNotSupported - String -
// * UnsupportedRegisterName - String -
// * UnsupportedCheckType - String -
// * ExtDimensionTypeNotDefined - String -
// * ExternalRefValueNotFound - String -
// * ExternalValueNotFound - String -
// * UnsupportedTransactionType - String -
// * GetBasisesNotSupported - String -
// * UnsupportedExternalLink - String -
// * UnsupportedInternalLink - String -
// * AuditLock_004 - String -
// * AuditLock_005 - String -
// * AuditLock_006 - String -
// * DocStatus_Name - String -
// * DocStatus_New - String -
// * DocStatus_Posted - String -
// * DocStatus_NotPosted - String -
// * DocStatus_Deleted - String -
// * DocPresentation - String -
// * DatePresentation - String -
// * PeriodClosing_Step1 - String -
// * PeriodClosing_Step2 - String -
// * PeriodClosing_Step3 - String -
// * PeriodClosing_Step4 - String -
// * PeriodClosing_Step5 - String -
// * PeriodClosing_Step6 - String -
// * PeriodClosing_Step7 - String -
// * PeriodClosing_Step8 - String -
// * PeriodClosing_Error1 - String -
// * PeriodClosing_Error2 - String -
// * PeriodClosing_Error3 - String -
// * PeriodClosing_Error4 - String -
// * PeriodClosing_Error5 - String -
// * PeriodClosing_Error6 - String -
// * SettingsStorage1 - String -
// * SettingsStorage2 - String -
// * SettingsStorage3 - String -
// * SettingsStorage4 - String -
// * SettingsStorage5 - String -
// * SettingsStorage6 - String -
// * Mobile_1 - String -
// * Mobile_2 - String -
// * Mobile_3 - String -
// * Mobile_4 - String -
// * Mobile_5 - String -
// * Mobile_6 - String -
// * Issue_1 - String -
// * Issue_2 - String -
// * SystemAttribute_Store - String -
// * SystemAttribute_Partner - String -
// * SystemAttribute_PartnerTerm - String -
// * SystemAttribute_LegalName - String -
// * SystemAttribute_LegalNameContract - String -
// * Update_001 - String -
// * UpdateDesc_001 - String -
// * Update_002 - String -
// * UpdateDesc_002 - String -
// * Update_003 - String -
// * UpdateDesc_003 - String -
// * Update_004 - String -
// * UpdateDesc_004 - String -
// * Update_005 - String -
// * UpdateDesc_005 - String -
// * Error_RaiseOnCalculationError - String -
// * Error_UnsupportedExternalLinkSO - String -
// * Error_UnsupportedInternalLinkSI - String -
// * Error_UnsupportedExternalLinkSI - String -
// * Error_UnsupportedInternalLinkSC - String -
// * Error_UnsupportedExternalLinkSC - String -
// * Error_UnsupportedInternalLinkSPO - String -
// * Error_UnsupportedExternalLinkSPO - String -
// * Error_UnsupportedInternalLinkRSC - String -
// * Error_UnsupportedExternalLinkRSC - String -
// * Error_UnsupportedInternalLinkSRO - String -
// * Error_UnsupportedExternalLinkSRO - String -
// * Error_UnsupportedInternalLinkPO - String -
// * Error_UnsupportedExternalLinkPO - String -
// * Error_UnsupportedInternalLinkGR - String -
// * Error_UnsupportedExternalLinkGR - String -
// * Error_UnsupportedInternalLinkRGR - String -
// * Error_UnsupportedExternalLinkRGR - String -
// * Error_UnsupportedInternalLinkPI - String -
// * Error_UnsupportedExternalLinkPI - String -
// * Error_UnsupportedInternalLinkITO - String -
// * Error_UnsupportedExternalLinkITO - String -
// * Error_UnsupportedInternalLinkIT - String -
// * Error_UnsupportedExternalLinkIT - String -
// * Error_UnsupportedExternalLinkISR - String -
// * Error_UnsupportedInternalLinkPR - String -
// * Error_UnsupportedExternalLinkPR - String -
// * Error_UnsupportedInternalLinkSR - String -
// * Error_UnsupportedExternalLinkSR - String -
// * Error_UnsupportedInternalLinkPRO - String -
// * Error_UnsupportedExternalLinkPRO - String -
// * Error_UnsupportedInternalLinkRSR - String -
// * Error_UnsupportedExternalLinkRSR - String -
// * Error_UnsupportedInternalLinkPRR - String -
// * Error_UnsupportedInternalLinkRRR - String -
// * Error_UnsupportedInternalLinkStockAdjustmentAsSurplus - String -
// * Error_UnsupportedInternalLinkStockAdjustmentAsWriteOff - String -
// * Error_UnsupportedExternalLinkPhysicalInventory - String -
// * Error_UnsupportedInternalLinkWO - String -
// * Error_UnsupportedExternalLinkWO - String -
// * Error_UnsupportedInternalLinkWS - String -
// * Error_UnsupportedExternalLinkSC2 - String -
// * Error_GetSeparatorColumnsNotSupported - String -
// * Error_FormElementNotFound - String -
// * Error_UnsupportedRegisterType - String -
// * Error_TableNotFoundInTempTables - String -
// * Error_DocumentAndAdvancesKeyNotFound - String -
// * Error_DocumentAndTransactionsKeyNotFound - String -
// * Error_UnknownAdvanceRegister - String -
// * Error_UnknownTransactionRegister - String -
// * Error_PostingInfoNotFound - String -
// * Error_AdvanceLessThanZero - String -
// * Error_FoundMoreThanOneCompany - String -
// * Error_FoundMoreThanOneItemKey - String -
// * Error_UnsupportedCommandName - String -
// * Error_UnsupportedBundleType - String -
// * Error_NotHandledViewNotify - String -
// * Error_KeyNotAllowedForDataPath - String -
// * Error_RowNotFoundInTable - String -
// * Error_RowNotFoundInSourceTableMap - String -
// * Error_WrongDataPathForReadOnlyProperty - String -
// * Error_UnknownRefType - String -
// * Error_StepsEnablerNotDefined - String -
// * Error_UnsupportedExternalLinkSC3 - String -
// * Task_Result_Execution - String -
// * Task_Result_Execution_Not - String -
// * Task_Result_Verification - String -
// * Task_Result_Verification_Not - String -
// * Task_Result_Confirmation - String -
// * Task_Result_Confirmation_Not - String -
Function Strings(Lang) Export
Strings = New Structure();

View File

@@ -43,4 +43,3 @@ Procedure ShowPicture()
EndProcedure

View File

@@ -94,7 +94,6 @@ Procedure CreateIssueHandler()
IssueRef = Issue;
EndIf;
IsError = False;
Str = PictureViewerClient.RefInfo();
Str.Ref = IssueRef;
@@ -186,7 +185,6 @@ Procedure GetCoordinates()
Return;
#ENDIF
MaxDistance = 1; // km
Coordinates = MobileSubsystem.GetCoordinates();

View File

@@ -216,7 +216,6 @@ Function GetCoordinates()
Return True;
#ENDIF
MaxDistance = 1; // km
Coordinates = MobileSubsystem.GetCoordinates();

View File

@@ -1150,5 +1150,3 @@ EndProcedure
StopEventHandling = False;

View File

@@ -495,7 +495,6 @@ Function GetAnalytics_DR_R5021T_Revenues_CR_R4050B_StockInventory(Parameters)
AdditionalAnalytics.Insert("Item", Parameters.RowData.Item);
AccountingServer.SetCreditExtDimensions(Parameters, AccountingAnalytics, AdditionalAnalytics);
Return AccountingAnalytics;
EndFunction

View File

@@ -53,6 +53,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
EndIf;
EndProcedure
Procedure OnCopy(CopiedObject)
EndProcedure

View File

@@ -52,5 +52,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
EndIf;
EndProcedure
Procedure OnCopy(CopiedObject)
EndProcedure

View File

@@ -195,10 +195,3 @@ Function SetNumbers(Ref) Export
EndFunction

View File

@@ -33,4 +33,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
EndProcedure

View File

@@ -55,4 +55,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
EndProcedure

View File

@@ -227,6 +227,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
EndDo;
EndIf;
EndProcedure
Procedure OnCopy(CopiedObject)
EndProcedure

View File

@@ -239,7 +239,6 @@ Function R6080T_OtherPeriodsRevenues()
|WHERE
| TRUE";
EndFunction
#EndRegion
@@ -314,7 +313,6 @@ EndProcedure
#Region AccessObject
// Get access key.
//
// Parameters:

View File

@@ -237,7 +237,3 @@ Procedure FillCheckProcessing(Cancel, CheckedAttributes)
CreditLimitsServer.CheckCreditLimitByPartner(ThisObject, ThisObject.Date, Cancel);
EndIf;
EndProcedure
Procedure OnCopy(CopiedObject)
EndProcedure

View File

@@ -173,6 +173,3 @@ Procedure Filling(FillingData, FillingText, StandardProcessing)
Date = Undefined;
EndIf;
EndProcedure
Procedure OnCopy(CopiedObject)
EndProcedure

View File

@@ -1,4 +1,8 @@
Procedure BeforeWrite(Cancel, Replacing)
If DataExchange.Load Then
Return;
EndIf;
Return;
EndProcedure

View File

@@ -1,5 +1,10 @@
Procedure BeforeWrite(Cancel, Replacing)
If DataExchange.Load Then
Return;
EndIf;
If Not (ThisObject.AdditionalProperties.Property("SystemRecord")
And ThisObject.AdditionalProperties.SystemRecord = True) Then
CommonFunctionsClientServer.ShowUsersMessage(R().Error_180);

View File

@@ -18,6 +18,9 @@ Procedure OnWrite(Cancel)
EndProcedure
Procedure BeforeWrite(Cancel)
If DataExchange.Load Then
Return;
EndIf;
If Executed Then
If CurrentExecutor.IsEmpty() Then