mirror of
https://github.com/firstBitSportivnaya/PSSL.git
synced 2025-08-10 22:21:34 +02:00
13 license (#23)
* Обновление лицензии Добавлена лицензия Apache, изменены некоторые вспомогательные файлы * Update jobConfiguration.json Убран шаг валидации едт * Исправление ошибок выявленных при сборке
This commit is contained in:
214
LICENCE
214
LICENCE
@@ -1,21 +1,201 @@
|
||||
MIT License
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
Copyright (c) 2022 Ivan Smirnov
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
1. Definitions.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [2024] [FirstBIT company]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
@@ -1,6 +1,6 @@
|
||||
# Проектная библиотека подсистем - Каркасная конфигурация
|
||||
# Проектная библиотека подсистем
|
||||
|
||||
В каркасной конфигурации собраны подсистемы, реализующие методы для удобного расширения функциональности типовых конфигураций, максимально соответствуя регламенту разработки и облегчая будущую доработку и обновление этих конфигураций.
|
||||
В библиотеке собраны подсистемы, реализующие методы для удобного расширения функциональности типовых конфигураций, максимально соответствуя регламенту разработки и облегчая будущую доработку и обновление этих конфигураций.
|
||||
|
||||
Реализованные на данный момент подсистемы:
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
5. Управление интеграциями
|
||||
6. Пользовательские функции
|
||||
|
||||
> Разработка ведется на версии 8.3.21
|
||||
> Разработка ведется на версии 8.3.23
|
||||
|
@@ -2,7 +2,6 @@
|
||||
"$schema": "https://raw.githubusercontent.com/firstBitMarksistskaya/jenkins-lib/feature-telegram/resources/schema.json",
|
||||
"stages": {
|
||||
"initSteps": true,
|
||||
"edtValidate": true,
|
||||
"syntaxCheck": true,
|
||||
"smoke": true,
|
||||
"sonarqube": true,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Описание.Имя("framecf")
|
||||
Описание.Имя("pssl")
|
||||
.Версия("1.0.0")
|
||||
.ВерсияСреды("1.4.0")
|
||||
.ЗависитОт("vanessa-automation-single", "1.2.039");
|
||||
.ЗависитОт("vanessa-automation-single", "1.2.041.1");
|
@@ -2,10 +2,10 @@
|
||||
# sonar.host.url=http://localhost:9000
|
||||
|
||||
# ключ проекта
|
||||
sonar.projectKey=FrameConfiguration
|
||||
sonar.projectKey=PSSL
|
||||
|
||||
# имя проекта
|
||||
sonar.projectName=1C: Frame Configuration
|
||||
sonar.projectName=1C: Project SubSystems Library
|
||||
|
||||
# версия проекта
|
||||
sonar.projectVersion=1.0
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область ОбработчикиСобытий
|
||||
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Область ОбработчикиСобытийФормы
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка)
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Область ОписаниеПеременных
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОписаниеПеременных
|
||||
|
||||
&НаКлиенте
|
||||
Перем ДокументВнешнийОбъектИсходящий, ДокументВнешнийОбъектВходящий;
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Область ОбработчикиСобытийФормы
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка)
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область СлужебныйПрограммныйИнтерфейс
|
||||
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область ОбработчикиСобытий
|
||||
|
||||
@@ -18,7 +41,7 @@
|
||||
Если ПустаяСтрока(КодПодпрограммы) Тогда
|
||||
КодПодпрограммы = СтрШаблон("Результат = %1", КодПодпрограммы + Символы.ПС);
|
||||
КонецЕсли;
|
||||
КонецЕсли;
|
||||
КонецЕсли;
|
||||
|
||||
КонецПроцедуры
|
||||
|
||||
@@ -63,7 +86,7 @@
|
||||
КонецПроцедуры
|
||||
|
||||
Процедура ПередЗаписью(Отказ)
|
||||
|
||||
|
||||
Если ОбменДанными.Загрузка Тогда
|
||||
Возврат;
|
||||
КонецЕсли;
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Область ОписаниеПеременных
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОписаниеПеременных
|
||||
|
||||
#КонецОбласти
|
||||
|
||||
|
@@ -1,70 +1,20 @@
|
||||
<Items Description="ТаблицаПредопределенныеЭлементы" Columns="ИД,ИмяПредопределенного,Релиз,Наименование,КодПодпрограммы,Описание,ТипВозвращаемогоЗначения,Контекст">
|
||||
<Item ИД="1"
|
||||
ИмяПредопределенного="ФинГрафики_СуммаПроцентовПоДням"
|
||||
Релиз="1.0.0.0"
|
||||
Контекст="ФинансовыеДоговора"
|
||||
Наименование="Расчет суммы процентов (по дням)"
|
||||
Описание="Расчет суммы процентов дифференцированным способом по дням"
|
||||
<Item ИД="1"
|
||||
ИмяПредопределенного="ФункцияПоУмолчанию"
|
||||
Релиз="1.0.0.0"
|
||||
Контекст="Произвольный"
|
||||
Наименование="Функция по-умолчанию"
|
||||
Описание="Описание функции по-умолчанию"
|
||||
ТипВозвращаемогоЗначения=""
|
||||
КодПодпрограммы="
|
||||
КоличествоДнейВГоду = Окр((КонецГода(ДанныеПериодаРасчета.ПериодОплатыПред)-НачалоГода(ДанныеПериодаРасчета.ПериодОплатыПред))/60/60/24);
|
||||
ИтоговоеЧисло = Число1-Число2;
|
||||
|
||||
|
||||
КоличествоДнейОплаты = Число(ДанныеПериодаРасчета.Период-ДанныеПериодаРасчета.ПериодОплатыПред)/60/60/24;
|
||||
|
||||
|
||||
Результат = ДанныеПериодаРасчета.ЗадолженностьПоОсновномуДолгу * (ПараметрыПлатежа.ПроцентнаяСтавка / 100 / КоличествоДнейВГоду)*КоличествоДнейОплаты;"
|
||||
Результат = ИтоговоеЧисло;"
|
||||
/>
|
||||
<Item ИД="2"
|
||||
ИмяПредопределенного="ФинГрафики_СуммаОсновногоДолгаАннуитетныйПоДням"
|
||||
Релиз="1.0.0.0"
|
||||
Контекст="ФинансовыеДоговора"
|
||||
Наименование="Расчет суммы основного долга (аннуитетный по дням)"
|
||||
Описание="Расчет суммы основного долга аннуитетным способом по дням"
|
||||
ТипВозвращаемогоЗначения=""
|
||||
КодПодпрограммы="
|
||||
КоличествоДнейВГоду = Окр((КонецГода(ДанныеПериодаРасчета.ПериодОплатыПред)-НачалоГода(ДанныеПериодаРасчета.ПериодОплатыПред))/60/60/24);
|
||||
|
||||
КоличествоДнейОплаты = Число(ДанныеПериодаРасчета.Период-ДанныеПериодаРасчета.ПериодОплатыПред)/60/60/24;
|
||||
|
||||
|
||||
ПС_Проценты = (ПараметрыПлатежа.ПроцентнаяСтавка / 100 / КоличествоДнейВГоду)*КоличествоДнейОплаты;
|
||||
|
||||
ПС_ПлатежЗаПериод = ПараметрыПлатежа.ПроцентнаяСтавка / 100 / 12;
|
||||
|
||||
|
||||
Знаменатель = Pow(1+ПС_ПлатежЗаПериод,ДанныеПериодаРасчета.КоличествоПериодовВыплат)-1;
|
||||
|
||||
|
||||
ПлатежЗаПериод = ДанныеПериодаРасчета.СуммаТранша * (ПС_ПлатежЗаПериод + (ПС_ПлатежЗаПериод / Знаменатель));
|
||||
|
||||
ПлатежЗаПериод = Окр(ПлатежЗаПериод,2);
|
||||
|
||||
|
||||
ПроцентыПоКредиту = Окр(ДанныеПериодаРасчета.ЗадолженностьПоОсновномуДолгу * ПС_Проценты,2);
|
||||
|
||||
|
||||
Результат = ПлатежЗаПериод - ПроцентыПоКредиту;
|
||||
|
||||
|
||||
Если ДанныеПериодаРасчета.ЭтоПоследнийПлатеж Тогда
|
||||
|
||||
	Отклонение = Результат - ДанныеПериодаРасчета.ЗадолженностьПоОсновномуДолгу;
|
||||
|
||||
|
||||
	Если Отклонение < 10 ИЛИ Отклонение > -10 Тогда
|
||||
|
||||
		Результат = ДанныеПериодаРасчета.ЗадолженностьПоОсновномуДолгу;
|
||||
|
||||
	КонецЕсли;
|
||||
|
||||
КонецЕсли;"
|
||||
/>
|
||||
</Items>
|
||||
|
||||
<Items Description="ТаблицаПараметрыФункции" Columns="ИД,Наименование,НеОбязательныйДляЗаполнения,ЗначениеПоУмолчанию">
|
||||
<Item ИД="1" Наименование="ПараметрыПлатежа" НеОбязательныйДляЗаполнения="" />
|
||||
<Item ИД="1" Наименование="ДанныеПериодаРасчета" НеОбязательныйДляЗаполнения="" />
|
||||
<Item ИД="2" Наименование="ПараметрыПлатежа" НеОбязательныйДляЗаполнения="" />
|
||||
<Item ИД="2" Наименование="ДанныеПериодаРасчета" НеОбязательныйДляЗаполнения="" />
|
||||
<Item ИД="1" Наименование="Число1" НеОбязательныйДляЗаполнения=""/>
|
||||
<Item ИД="1" Наименование="Число2" НеОбязательныйДляЗаполнения=""/>
|
||||
</Items>
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
#КонецОбласти
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,27 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Документы событие "Обработка заполнения" (вызов сервера): обработка событий при заполнении
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Документы событие "Обработка проведения" (вызов сервера): обработка событий при проведении
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Документы событие "Перед записью" (вызов сервера): обработка событий перед записью
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Документы событие "При записи" (вызов сервера): обработка событий при записи
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Документы событие "При копировании" (вызов сервера): обработка событий при копировании
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
// Процедура создает запись справочника История интеграции с информацией о событии интеграции
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
//Длительность хранения ошибок интеграции на месяц дольше, чем успешных записей
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
// Процедура - При открытии
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
// Процедура - Управление формой переопределяемая
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Формы (сервер): для серверных функций обработок форм
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,11 +1,34 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Формы (сервер): для серверных функций обработок форм
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
// Процедура носит ознакомительный характер по работе с подсистемой "__РаботаСФормами", не переносить.
|
||||
//
|
||||
Процедура Документ_ДемоКаркасФормаФормаДокументаПриСозданииНаСервере(Форма, Отказ, СтандартнаяОбработка, ДополнительныеПараметры = Неопределено) Экспорт
|
||||
Процедура ДокументДемоРаботаСФормамиФормаФормаДокументаПриСозданииНаСервере(Форма, Отказ, СтандартнаяОбработка, ДополнительныеПараметры = Неопределено) Экспорт
|
||||
|
||||
// Демо-пример можно запустить на конфигурации БСП, в каркасной конфигурации отсутствуют необходимые _Демо объекты
|
||||
Возврат;
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Общего назначения (клиент): для клиентских функций общего назначения
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Общего назначения (клиент): для клиентских и серверных функций общего назначения
|
||||
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Общего назначения (сервер): для серверных функций общего назначения
|
||||
// с повторным использованием
|
||||
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Привилегированный (сервер): для привилегированных функций
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Общего назначения (сервер): для серверных функций общего назначения
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Работа с диалогами (клиент): для клиентских методов работы с диалогами.
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
@@ -43,6 +66,20 @@
|
||||
|
||||
КонецПроцедуры
|
||||
|
||||
// Процедура - Начало выбора составного завершение
|
||||
//
|
||||
// Параметры:
|
||||
// Результат - Произвольный - Результат выбора данных
|
||||
// ПараметрыОповещения - Структура - Параметры передаваемые в оповещение
|
||||
//
|
||||
Процедура НачалоВыбораСоставного_Завершение(Результат, ПараметрыОповещения) Экспорт
|
||||
|
||||
Если Результат = Неопределено Тогда
|
||||
Возврат;
|
||||
КонецЕсли;
|
||||
|
||||
КонецПроцедуры
|
||||
|
||||
#КонецОбласти // ПрограммныйИнтерфейс
|
||||
|
||||
#Область СлужебныеПроцедурыИФункции
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Работа с диалогами (сервер): для серверных методов работы с диалогами.
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Работа с коллекциями (клиент, сервер): Модуль содержит методы работы с универсальными коллекциями значений.
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,16 @@
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Модуль Динамического Формирования Интерфейса
|
||||
// Начало разработки 26.03.2020 года
|
||||
//
|
||||
// Автор и разработчик: Котов Дмитрий Вадимович
|
||||
// При поддержеке участников сообщества GitHub & Infostart
|
||||
// https://github.com/KotovDima1C/DFI
|
||||
// Инфостарт https://infostart.ru/profile/564942/
|
||||
// telegram: @KotovDima
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
#Область ОписаниеТипов
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Справочники событие "Обработка заполнения" (вызов сервера): обработка событий при заполнении
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Справочники событие "Перед записью" (вызов сервера): обработка событий перед записью
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Справочники событие "При записи" (вызов сервера): обработка событий при записи
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Справочники событие "При копировании" (вызов сервера): обработка событий при копировании
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -1,4 +1,27 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Работа со строками (клиент, сервер): Модуль содержит методы работы со строками.
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
@@ -301,7 +301,7 @@
|
||||
<Catalog>__МетодыИнтеграции</Catalog>
|
||||
<Catalog>__НастройкиИнтеграции</Catalog>
|
||||
<Catalog>__ПользовательскиеФункции</Catalog>
|
||||
<Document>_ДемоКаркас</Document>
|
||||
<Document>ДемоРаботаСФормами</Document>
|
||||
<Enum>__КонтекстыВыполненияПользовательскихФункций</Enum>
|
||||
<Enum>__СозданОбновлен</Enum>
|
||||
<Enum>__СтатусыИнтеграции</Enum>
|
||||
|
@@ -2,33 +2,33 @@
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:sys="http://v8.1c.ru/8.1/data/ui/fonts/system" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:web="http://v8.1c.ru/8.1/data/ui/colors/web" xmlns:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.16">
|
||||
<Document uuid="12bb9d7e-281f-4658-a951-c14bfe93cbd1">
|
||||
<InternalInfo>
|
||||
<xr:GeneratedType name="DocumentObject._ДемоКаркас" category="Object">
|
||||
<xr:GeneratedType name="DocumentObject.ДемоРаботаСФормами" category="Object">
|
||||
<xr:TypeId>3c5322df-68ed-422a-855d-0aa709b34f7f</xr:TypeId>
|
||||
<xr:ValueId>6fd6af0d-defa-46b5-89eb-735d3be96c7e</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="DocumentRef._ДемоКаркас" category="Ref">
|
||||
<xr:GeneratedType name="DocumentRef.ДемоРаботаСФормами" category="Ref">
|
||||
<xr:TypeId>5d1f2c0b-be05-4de0-bbf4-8c9085d1231f</xr:TypeId>
|
||||
<xr:ValueId>302b0a29-b8a5-47e6-9478-b7f8cb59a31e</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="DocumentSelection._ДемоКаркас" category="Selection">
|
||||
<xr:GeneratedType name="DocumentSelection.ДемоРаботаСФормами" category="Selection">
|
||||
<xr:TypeId>dee35e0f-7a5b-42fa-b1aa-74fc7d698934</xr:TypeId>
|
||||
<xr:ValueId>d5bdcc06-907a-4044-bacb-43ca312585f4</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="DocumentList._ДемоКаркас" category="List">
|
||||
<xr:GeneratedType name="DocumentList.ДемоРаботаСФормами" category="List">
|
||||
<xr:TypeId>636b6a1f-2c86-402e-981a-d655343d1335</xr:TypeId>
|
||||
<xr:ValueId>c424104a-80f4-428c-8064-d5505ca9ebc8</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="DocumentManager._ДемоКаркас" category="Manager">
|
||||
<xr:GeneratedType name="DocumentManager.ДемоРаботаСФормами" category="Manager">
|
||||
<xr:TypeId>c9d91e1b-fc9b-473c-bead-409d08f69bd9</xr:TypeId>
|
||||
<xr:ValueId>30553b3b-9724-41d2-bc57-cb4243689009</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
</InternalInfo>
|
||||
<Properties>
|
||||
<Name>_ДемоКаркас</Name>
|
||||
<Name>ДемоРаботаСФормами</Name>
|
||||
<Synonym>
|
||||
<v8:item>
|
||||
<v8:lang>ru</v8:lang>
|
||||
<v8:content>Демо каркас</v8:content>
|
||||
<v8:content>Демо работа с формами</v8:content>
|
||||
</v8:item>
|
||||
</Synonym>
|
||||
<Comment>Документ носит ознакомительный характер по работе с подсистемой "__РаботаСФормами", не переносить.</Comment>
|
||||
@@ -175,13 +175,13 @@
|
||||
<Characteristics/>
|
||||
<BasedOn/>
|
||||
<InputByString>
|
||||
<xr:Field>Document._ДемоКаркас.StandardAttribute.Number</xr:Field>
|
||||
<xr:Field>Document.ДемоРаботаСФормами.StandardAttribute.Number</xr:Field>
|
||||
</InputByString>
|
||||
<CreateOnInput>Use</CreateOnInput>
|
||||
<SearchStringModeOnInputByString>Begin</SearchStringModeOnInputByString>
|
||||
<FullTextSearchOnInputByString>DontUse</FullTextSearchOnInputByString>
|
||||
<ChoiceDataGetModeOnInputByString>Directly</ChoiceDataGetModeOnInputByString>
|
||||
<DefaultObjectForm>Document._ДемоКаркас.Form.ФормаДокумента</DefaultObjectForm>
|
||||
<DefaultObjectForm>Document.ДемоРаботаСФормами.Form.ФормаДокумента</DefaultObjectForm>
|
||||
<DefaultListForm/>
|
||||
<DefaultChoiceForm/>
|
||||
<AuxiliaryObjectForm/>
|
@@ -10,7 +10,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="1">
|
||||
<Type>
|
||||
<v8:Type>cfg:DocumentObject._ДемоКаркас</v8:Type>
|
||||
<v8:Type>cfg:DocumentObject.ДемоРаботаСФормами</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
<SavedData>true</SavedData>
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// <Заголовок модуля: краткое описание и условия применения модуля.>
|
||||
//
|
@@ -1,4 +1,27 @@
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда
|
||||
|
||||
#Область ПрограммныйИнтерфейс
|
||||
|
||||
|
@@ -1,4 +1,26 @@
|
||||
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
|
@@ -1,4 +1,27 @@
|
||||
#Область ОбработчикиСобытийФормы
|
||||
// Библиотека проектных подсистем для упрощения разработки архитектуры на 1С: Предприятие 8, включая доработку типовых конфигураций.
|
||||
//
|
||||
// Copyright 2017-2024 First BIT company
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
// URL: https://github.com/firstBitSportivnaya/PSSL/
|
||||
// e-mail: ivssmirnov@1bit.com
|
||||
// Версия: 1.0.0.1
|
||||
//
|
||||
// Требования: платформа 1С версии 8.3.17 и выше
|
||||
|
||||
#Область ОбработчикиСобытийФормы
|
||||
|
||||
&НаСервере
|
||||
Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка)
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<setForAttributesByDefault>true</setForAttributesByDefault>
|
||||
<independentRightsOfChildObjects>false</independentRightsOfChildObjects>
|
||||
<object>
|
||||
<name>Document._ДемоКаркас</name>
|
||||
<name>Document.ДемоРаботаСФормами</name>
|
||||
<right>
|
||||
<name>Read</name>
|
||||
<value>true</value>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
<xr:Item xsi:type="xr:MDObjectRef">CommonModule.__МодификацияКонфигурацииКлиентСерверПереопределяемый</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">CommonModule.__МодификацияКонфигурацииКлиентПереопределяемый</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">CommonModule.__РаботаСФормами</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">Document._ДемоКаркас</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">Document.ДемоРаботаСФормами</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">CommonModule.__МодификацияКонфигурацииПереопределяемыйДокумент</xr:Item>
|
||||
<xr:Item xsi:type="xr:MDObjectRef">Role.__РедактированиеДокументаДемоКаркас</xr:Item>
|
||||
</Content>
|
||||
|
@@ -5,6 +5,6 @@
|
||||
Справочник.__ПользовательскиеФункции.Форма.ФормаЭлемента.Форма Использование синхронного вызова: "Существует"
|
||||
Справочник.__ПользовательскиеФункции.Форма.ФормаЭлемента.Форма Использование синхронного вызова: "Существует"
|
||||
Справочник.__ПользовательскиеФункции.Форма.ФормаЭлемента.Форма Использование синхронного вызова: "Существует"
|
||||
Документ._ДемоКаркас.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "ПодсказатьКогдаОбед"
|
||||
Документ._ДемоКаркас.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "ПоказатьОтца"
|
||||
Документ._ДемоКаркас.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "СкрытьОтца"
|
||||
Документ.ДемоРаботаСФормами.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "ПодсказатьКогдаОбед"
|
||||
Документ.ДемоРаботаСФормами.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "ПоказатьОтца"
|
||||
Документ.ДемоРаботаСФормами.Форма.ФормаДокумента.Форма Не обнаружено ссылок на процедуру: "СкрытьОтца"
|
@@ -5,8 +5,7 @@
|
||||
"--db-user": "",
|
||||
"--db-pwd": "",
|
||||
"--workspace": ".",
|
||||
"--ordinaryapp": "0",
|
||||
"--v8version": "8.3.21.1644"
|
||||
"--ordinaryapp": "0"
|
||||
},
|
||||
"vanessa": {
|
||||
"--vanessasettings": "./tools/VBParams.json",
|
||||
|
Reference in New Issue
Block a user