├── LICENSE ├── README.md ├── cf ├── Catalogs │ ├── ВерсииРасширений.xml │ ├── ВерсииРасширений │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВнешниеПользователи.xml │ ├── ВнешниеПользователи │ │ ├── Commands │ │ │ └── ВнешнийДоступ │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ГруппыВнешнихПользователей.xml │ ├── ГруппыВнешнихПользователей │ │ ├── Commands │ │ │ └── ГруппыВнешнегоПользователя │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ ├── ObjectModule.bsl │ │ │ └── Predefined.xml │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ГруппыПользователей.xml │ ├── ГруппыПользователей │ │ ├── Commands │ │ │ └── ГруппыПользователя │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ ├── ObjectModule.bsl │ │ │ └── Predefined.xml │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ИдентификаторыОбъектовМетаданных.xml │ ├── ИдентификаторыОбъектовМетаданных │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ ├── ObjectModule.bsl │ │ │ └── Predefined.xml │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ИдентификаторыОбъектовРасширений.xml │ ├── ИдентификаторыОбъектовРасширений │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ └── Forms │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── НастройкаТеста.xml │ ├── НастройкаТеста │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ ├── Forms │ │ │ ├── ФормаВыбора.xml │ │ │ ├── ФормаВыбора │ │ │ │ └── Ext │ │ │ │ │ └── Form.xml │ │ │ ├── ФормаСписка.xml │ │ │ ├── ФормаСписка │ │ │ │ └── Ext │ │ │ │ │ └── Form.xml │ │ │ ├── ФормаТекстаЗапроса.xml │ │ │ ├── ФормаТекстаЗапроса │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЭлемента.xml │ │ │ └── ФормаЭлемента │ │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ └── Templates │ │ │ ├── Макет.xml │ │ │ ├── Макет │ │ │ └── Ext │ │ │ │ └── Template.xml │ │ │ ├── МакетИтоги.xml │ │ │ └── МакетИтоги │ │ │ └── Ext │ │ │ └── Template.xml │ ├── ОшибкиПреобразования.xml │ ├── ОшибкиПреобразования │ │ └── Ext │ │ │ └── ObjectModule.bsl │ ├── ОшибкиПриВыполнени.xml │ ├── ОшибкиПриВыполнени │ │ └── Ext │ │ │ └── Predefined.xml │ ├── Пользователи.xml │ └── Пользователи │ │ ├── Commands │ │ └── ПользователиИнформационнойБазы │ │ │ └── Ext │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ ├── Help.xml │ │ ├── Help │ │ │ └── ru.html │ │ ├── ManagerModule.bsl │ │ └── ObjectModule.bsl │ │ └── Forms │ │ ├── ВводПароля.xml │ │ ├── ВводПароля │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ │ ├── ВыборПользователяОперационнойСистемы.xml │ │ ├── ВыборПользователяОперационнойСистемы │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ │ ├── ОграничениеНаВходВПрограмму.xml │ │ ├── ОграничениеНаВходВПрограмму │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ │ ├── ПользователиИнформационнойБазы.xml │ │ ├── ПользователиИнформационнойБазы │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ │ ├── СменаПочты.xml │ │ ├── СменаПочты │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ │ ├── ФормаСписка.xml │ │ ├── ФормаСписка │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ │ ├── ФормаЭлемента.xml │ │ └── ФормаЭлемента │ │ └── Ext │ │ ├── Form.xml │ │ ├── Form │ │ └── Module.bsl │ │ ├── Help.xml │ │ └── Help │ │ └── ru.html ├── CommandGroups │ ├── Информация.xml │ └── Органайзер.xml ├── CommonCommands │ ├── ВремяТекущегоСеанса.xml │ ├── ВремяТекущегоСеанса │ │ └── Ext │ │ │ └── CommandModule.bsl │ ├── ПредупрежденияПриЗавершенииРаботы.xml │ ├── ПредупрежденияПриЗавершенииРаботы │ │ └── Ext │ │ │ └── CommandModule.bsl │ ├── СведенияОПользователе.xml │ ├── СведенияОПользователе │ │ └── Ext │ │ │ └── CommandModule.bsl │ ├── СменитьПароль.xml │ ├── СменитьПароль │ │ └── Ext │ │ │ └── CommandModule.bsl │ ├── УстановитьРасширениеДляРаботыС1СПредприятием.xml │ └── УстановитьРасширениеДляРаботыС1СПредприятием │ │ └── Ext │ │ └── CommandModule.bsl ├── CommonForms │ ├── Вопрос.xml │ ├── Вопрос │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВопросОбУстановкеВнешнейКомпоненты.xml │ ├── ВопросОбУстановкеВнешнейКомпоненты │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВопросОбУстановкеРасширенияРаботыСФайлами.xml │ ├── ВопросОбУстановкеРасширенияРаботыСФайлами │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВосстановлениеПаролей.xml │ ├── ВосстановлениеПаролей │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ВосстановлениеСвязиСГлавнымУзлом.xml │ ├── ВосстановлениеСвязиСГлавнымУзлом │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ВходВПрограммуЗапрещен.xml │ ├── ВходВПрограммуЗапрещен │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВыборОбъектовМетаданных.xml │ ├── ВыборОбъектовМетаданных │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ВыборТиповПользователей.xml │ ├── ВыборТиповПользователей │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ВыборУзловПлановОбмена.xml │ ├── ВыборУзловПлановОбмена │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ВыборФорматаВложений.xml │ ├── ВыборФорматаВложений │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ГруппыПользователей.xml │ ├── ГруппыПользователей │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ДлительнаяОперация.xml │ ├── ДлительнаяОперация │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── КонтрольДинамическогоОбновления.xml │ ├── КонтрольДинамическогоОбновления │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── КонтрольИзмененияРолейПользователяИБ.xml │ ├── КонтрольИзмененияРолейПользователяИБ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── НастройкиВходаПользователей.xml │ ├── НастройкиВходаПользователей │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── НовыйПароль.xml │ ├── НовыйПароль │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ОписаниеИзмененийПрограммы.xml │ ├── ОписаниеИзмененийПрограммы │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── ПредупреждениеБезопасности.xml │ ├── ПредупреждениеБезопасности │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПредупрежденияПриЗавершенииРаботы.xml │ ├── ПредупрежденияПриЗавершенииРаботы │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПустойРабочийСтол.xml │ ├── ПустойРабочийСтол │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── Расширения.xml │ ├── Расширения │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── РедактированиеТабличногоДокумента.xml │ ├── РедактированиеТабличногоДокумента │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── СменаПароля.xml │ ├── СменаПароля │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── СравнениеТабличныхДокументов.xml │ ├── СравнениеТабличныхДокументов │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ФормаВыбораЦвета.xml │ ├── ФормаВыбораЦвета │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ФормаВыбораШрифта.xml │ └── ФормаВыбораШрифта │ │ └── Ext │ │ ├── Form.xml │ │ └── Form │ │ └── Module.bsl ├── CommonModules │ ├── АдминистрированиеКластера.xml │ ├── АдминистрированиеКластера │ │ └── Ext │ │ │ └── Module.bsl │ ├── АдминистрированиеКластераCOM.xml │ ├── АдминистрированиеКластераCOM │ │ └── Ext │ │ │ └── Module.bsl │ ├── АдминистрированиеКластераCOMКлиентСервер.xml │ ├── АдминистрированиеКластераCOMКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── АдминистрированиеКластераRAS.xml │ ├── АдминистрированиеКластераRAS │ │ └── Ext │ │ │ └── Module.bsl │ ├── АдминистрированиеКластераRASКлиентСервер.xml │ ├── АдминистрированиеКластераRASКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── АдминистрированиеКластераКлиентСервер.xml │ ├── АдминистрированиеКластераКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ВнешниеПользователи.xml │ ├── ВнешниеПользователи │ │ └── Ext │ │ │ └── Module.bsl │ ├── ВнешниеПользователиКлиент.xml │ ├── ВнешниеПользователиКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ДлительныеОперации.xml │ ├── ДлительныеОперации │ │ └── Ext │ │ │ └── Module.bsl │ ├── ДлительныеОперацииВызовСервера.xml │ ├── ДлительныеОперацииВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── ДлительныеОперацииКлиент.xml │ ├── ДлительныеОперацииКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ЖурналРегистрации.xml │ ├── ЖурналРегистрации │ │ └── Ext │ │ │ └── Module.bsl │ ├── ЖурналРегистрацииВызовСервера.xml │ ├── ЖурналРегистрацииВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── ЖурналРегистрацииКлиент.xml │ ├── ЖурналРегистрацииКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИТМ_ОбщегоНазначенияГлобальный.xml │ ├── ИТМ_ОбщегоНазначенияГлобальный │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИТМ_ОбщегоНазначенияКлиентСервер.xml │ ├── ИТМ_ОбщегоНазначенияКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИТМ_ОбщегоНазначенияПовтИсп.xml │ ├── ИТМ_ОбщегоНазначенияПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИТМ_ОбщегоНазначенияСервер.xml │ ├── ИТМ_ОбщегоНазначенияСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИТМ_РаботаСExcelКлиентСервер.xml │ ├── ИТМ_РаботаСExcelКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИнтеграцияПодсистемБСП.xml │ ├── ИнтеграцияПодсистемБСП │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИнтеграцияПодсистемБСПКлиент.xml │ ├── ИнтеграцияПодсистемБСПКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИнтеграцияПодсистемБСПКлиентПовтИсп.xml │ ├── ИнтеграцияПодсистемБСПКлиентПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── ИнтеграцияПодсистемБСППовтИсп.xml │ ├── ИнтеграцияПодсистемБСППовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестов_ВыполнениеЗапросов.xml │ ├── НастройкаТестов_ВыполнениеЗапросов │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестов_Загрузка.xml │ ├── НастройкаТестов_Загрузка │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестов_СозданиеВременныхТаблиц.xml │ ├── НастройкаТестов_СозданиеВременныхТаблиц │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестов_СозданиеЗапросов.xml │ ├── НастройкаТестов_СозданиеЗапросов │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестов_УстановкаСвязанныхЗапросов.xml │ ├── НастройкаТестов_УстановкаСвязанныхЗапросов │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестовВызовСервера.xml │ ├── НастройкаТестовВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестовКлиент.xml │ ├── НастройкаТестовКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестовКлиентСервер.xml │ ├── НастройкаТестовКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестовСервер.xml │ ├── НастройкаТестовСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── НастройкаТестовСерверПовтИсп.xml │ ├── НастройкаТестовСерверПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазы.xml │ ├── ОбновлениеИнформационнойБазы │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыБСП.xml │ ├── ОбновлениеИнформационнойБазыБСП │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыВызовСервера.xml │ ├── ОбновлениеИнформационнойБазыВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыГлобальный.xml │ ├── ОбновлениеИнформационнойБазыГлобальный │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыКлиент.xml │ ├── ОбновлениеИнформационнойБазыКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыКлиентПереопределяемый.xml │ ├── ОбновлениеИнформационнойБазыКлиентПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыПереопределяемый.xml │ ├── ОбновлениеИнформационнойБазыПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыПроигрываниеЗапросов.xml │ ├── ОбновлениеИнформационнойБазыПроигрываниеЗапросов │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыСлужебный.xml │ ├── ОбновлениеИнформационнойБазыСлужебный │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыСлужебныйВызовСервера.xml │ ├── ОбновлениеИнформационнойБазыСлужебныйВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбновлениеИнформационнойБазыСлужебныйПовтИсп.xml │ ├── ОбновлениеИнформационнойБазыСлужебныйПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначения.xml │ ├── ОбщегоНазначения │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияВызовСервера.xml │ ├── ОбщегоНазначенияВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияГлобальный.xml │ ├── ОбщегоНазначенияГлобальный │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияКлиент.xml │ ├── ОбщегоНазначенияКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияКлиентПереопределяемый.xml │ ├── ОбщегоНазначенияКлиентПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияКлиентПовтИсп.xml │ ├── ОбщегоНазначенияКлиентПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияКлиентСервер.xml │ ├── ОбщегоНазначенияКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияПереопределяемый.xml │ ├── ОбщегоНазначенияПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияСлужебныйКлиент.xml │ ├── ОбщегоНазначенияСлужебныйКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ОбщегоНазначенияСлужебныйКлиентСервер.xml │ ├── ОбщегоНазначенияСлужебныйКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПланЗапросов.xml │ ├── ПланЗапросов │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПодсистемыКонфигурацииПереопределяемый.xml │ ├── ПодсистемыКонфигурацииПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── Пользователи.xml │ ├── Пользователи │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиКлиент.xml │ ├── ПользователиКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиКлиентСервер.xml │ ├── ПользователиКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиПереопределяемый.xml │ ├── ПользователиПереопределяемый │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиСлужебный.xml │ ├── ПользователиСлужебный │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиСлужебныйКлиент.xml │ ├── ПользователиСлужебныйКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиСлужебныйКлиентСервер.xml │ ├── ПользователиСлужебныйКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ПользователиСлужебныйПовтИсп.xml │ ├── ПользователиСлужебныйПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── РегламентированныеДанныеКлиентСервер.xml │ ├── РегламентированныеДанныеКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── РегламентныеЗаданияСервер.xml │ ├── РегламентныеЗаданияСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── СерверныеОповещения.xml │ ├── СерверныеОповещения │ │ └── Ext │ │ │ └── Module.bsl │ ├── СерверныеОповещенияГлобальный.xml │ ├── СерверныеОповещенияГлобальный │ │ └── Ext │ │ │ └── Module.bsl │ ├── СерверныеОповещенияКлиент.xml │ ├── СерверныеОповещенияКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── СерверныеОповещенияСлужебныйВызовСервера.xml │ ├── СерверныеОповещенияСлужебныйВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── СерверныеОповещенияСлужебныйПовтИсп.xml │ ├── СерверныеОповещенияСлужебныйПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыВызовСервера.xml │ ├── СтандартныеПодсистемыВызовСервера │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыГлобальный.xml │ ├── СтандартныеПодсистемыГлобальный │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыКлиент.xml │ ├── СтандартныеПодсистемыКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыКлиентПовтИсп.xml │ ├── СтандартныеПодсистемыКлиентПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыКлиентСерверЛокализация.xml │ ├── СтандартныеПодсистемыКлиентСерверЛокализация │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыПовтИсп.xml │ ├── СтандартныеПодсистемыПовтИсп │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтандартныеПодсистемыСервер.xml │ ├── СтандартныеПодсистемыСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтроковыеФункции.xml │ ├── СтроковыеФункции │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтроковыеФункцииКлиент.xml │ ├── СтроковыеФункцииКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтроковыеФункцииКлиентСервер.xml │ ├── СтроковыеФункцииКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── СтроковыеФункцииКлиентСерверРФ.xml │ ├── СтроковыеФункцииКлиентСерверРФ │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФайловаяСистема.xml │ ├── ФайловаяСистема │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФайловаяСистемаКлиент.xml │ ├── ФайловаяСистемаКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФайловаяСистемаСлужебныйКлиент.xml │ ├── ФайловаяСистемаСлужебныйКлиент │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФайловаяСистемаСлужебныйКлиентСервер.xml │ ├── ФайловаяСистемаСлужебныйКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФизическиеЛицаКлиентСервер.xml │ ├── ФизическиеЛицаКлиентСервер │ │ └── Ext │ │ │ └── Module.bsl │ ├── ФизическиеЛицаКлиентСерверЛокализация.xml │ └── ФизическиеЛицаКлиентСерверЛокализация │ │ └── Ext │ │ └── Module.bsl ├── CommonPictures │ ├── АнализДанных48.xml │ ├── АнализДанных48 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВажностьВысокая.xml │ ├── ВажностьВысокая │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВажностьНеЗадана.xml │ ├── ВажностьНеЗадана │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВажностьНизкая.xml │ ├── ВажностьНизкая │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВводимыеСимволыВидны.xml │ ├── ВводимыеСимволыВидны │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВводимыеСимволыСкрыты.xml │ ├── ВводимыеСимволыСкрыты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВидыОпераций.xml │ ├── ВидыОпераций │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Вопрос32.xml │ ├── Вопрос32 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВосклицательныйЗнакКрасный.xml │ ├── ВосклицательныйЗнакКрасный │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВосклицательныйЗнакСерый.xml │ ├── ВосклицательныйЗнакСерый │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВставитьИзБуфераОбмена.xml │ ├── ВставитьИзБуфераОбмена │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВыпадающийСписок.xml │ ├── ВыпадающийСписок │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ВыравниваниеПоЛевомуКраю.xml │ ├── ВыравниваниеПоЛевомуКраю │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВыравниваниеПоПравомуКраю.xml │ ├── ВыравниваниеПоПравомуКраю │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВыравниваниеПоЦентру.xml │ ├── ВыравниваниеПоЦентру │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ВыравниваниеПоШирине.xml │ ├── ВыравниваниеПоШирине │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаВезде.xml │ ├── ГраницаВезде │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаВнутри.xml │ ├── ГраницаВнутри │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаВокруг.xml │ ├── ГраницаВокруг │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаСверху.xml │ ├── ГраницаСверху │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаСлева.xml │ ├── ГраницаСлева │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаСнизу.xml │ ├── ГраницаСнизу │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ГраницаСправа.xml │ ├── ГраницаСправа │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ДлительнаяОперация16.xml │ ├── ДлительнаяОперация16 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ДлительнаяОперация48.xml │ ├── ДлительнаяОперация48 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЗавершитьРаботу.xml │ ├── ЗавершитьРаботу │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЗаполнитьФорму.xml │ ├── ЗаполнитьФорму │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЗаставкаВнешнейОперации.xml │ ├── ЗаставкаВнешнейОперации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── ЗнакСтоп.xml │ ├── ЗнакСтоп │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЗначокЗаставкиВнешнейОперации.xml │ ├── ЗначокЗаставкиВнешнейОперации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.ico │ ├── ЗначокЩита.xml │ ├── ЗначокЩита │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ИерархическийСписок.xml │ ├── ИерархическийСписок │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ИзменитьШрифт.xml │ ├── ИзменитьШрифт │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Информация32.xml │ ├── Информация32 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ИнформацияПоНедоступнымПолям.xml │ ├── ИнформацияПоНедоступнымПолям │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Количество.xml │ ├── Количество │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── КоллекцияВариантыВажности.xml │ ├── КоллекцияВариантыВажности │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── КоллекцияВидыАктивныхПользователей.xml │ ├── КоллекцияВидыАктивныхПользователей │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── КоллекцияВидыСобытийЖурналаРегистрации.xml │ ├── КоллекцияВидыСобытийЖурналаРегистрации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── КоллекцияДляПомеченныхНаУдалениеОбъектов.xml │ ├── КоллекцияДляПомеченныхНаУдалениеОбъектов │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── КоллекцияПиктограммЭлементов.xml │ ├── КоллекцияПиктограммЭлементов │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Комментарий.xml │ ├── Комментарий │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── КурсивноеНачертание.xml │ ├── КурсивноеНачертание │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Максимум.xml │ ├── Максимум │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── МестоДляQRКода.xml │ ├── МестоДляQRКода │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МестоДляШтрихкода.xml │ ├── МестоДляШтрихкода │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.gif │ ├── МетаданныеHTTPСервисы.xml │ ├── МетаданныеHTTPСервисы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеHTTPСервисыШаблоныURL.xml │ ├── МетаданныеHTTPСервисыШаблоныURL │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеHTTPСервисыШаблоныURLМетоды.xml │ ├── МетаданныеHTTPСервисыШаблоныURLМетоды │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеWSСсылки.xml │ ├── МетаданныеWSСсылки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеWebСервисы.xml │ ├── МетаданныеWebСервисы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеWebСервисыОперации.xml │ ├── МетаданныеWebСервисыОперации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеWebСервисыОперацииПараметры.xml │ ├── МетаданныеWebСервисыОперацииПараметры │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеБизнесПроцессы.xml │ ├── МетаданныеБизнесПроцессы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеБоты.xml │ ├── МетаданныеБоты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеВнешниеИсточникиДанных.xml │ ├── МетаданныеВнешниеИсточникиДанных │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеВнешниеИсточникиКубы.xml │ ├── МетаданныеВнешниеИсточникиКубы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеВнешниеИсточникиТаблицы.xml │ ├── МетаданныеВнешниеИсточникиТаблицы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеВнешниеИсточникиТаблицыИзмерений.xml │ ├── МетаданныеВнешниеИсточникиТаблицыИзмерений │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеВнешниеИсточникиФункции.xml │ ├── МетаданныеВнешниеИсточникиФункции │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеГрафы.xml │ ├── МетаданныеГрафы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеГруппыКоманд.xml │ ├── МетаданныеГруппыКоманд │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеДокументы.xml │ ├── МетаданныеДокументы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеЖурналыДокументов.xml │ ├── МетаданныеЖурналыДокументов │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеЗадачи.xml │ ├── МетаданныеЗадачи │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеЗначениеПеречисления.xml │ ├── МетаданныеЗначениеПеречисления │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеИзмерения.xml │ ├── МетаданныеИзмерения │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеКоманды.xml │ ├── МетаданныеКоманды │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеКонстанты.xml │ ├── МетаданныеКонстанты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеКонфигурация.xml │ ├── МетаданныеКонфигурация │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеКритерииОтбора.xml │ ├── МетаданныеКритерииОтбора │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеМакеты.xml │ ├── МетаданныеМакеты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбработки.xml │ ├── МетаданныеОбработки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщие.xml │ ├── МетаданныеОбщие │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеКартинки.xml │ ├── МетаданныеОбщиеКартинки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеКоманды.xml │ ├── МетаданныеОбщиеКоманды │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеМакеты.xml │ ├── МетаданныеОбщиеМакеты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеМодули.xml │ ├── МетаданныеОбщиеМодули │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеРеквизиты.xml │ ├── МетаданныеОбщиеРеквизиты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОбщиеФормы.xml │ ├── МетаданныеОбщиеФормы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОпределяемыеТипы.xml │ ├── МетаданныеОпределяемыеТипы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОпределяемыйТип.xml │ ├── МетаданныеОпределяемыйТип │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеОтчеты.xml │ ├── МетаданныеОтчеты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПакетыXDTO.xml │ ├── МетаданныеПакетыXDTO │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПараметрыСеанса.xml │ ├── МетаданныеПараметрыСеанса │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПараметрыФункциональныхОпций.xml │ ├── МетаданныеПараметрыФункциональныхОпций │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПерерасчеты.xml │ ├── МетаданныеПерерасчеты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПеречисления.xml │ ├── МетаданныеПеречисления │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПланыВидовРасчета.xml │ ├── МетаданныеПланыВидовРасчета │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПланыВидовХарактеристик.xml │ ├── МетаданныеПланыВидовХарактеристик │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПланыОбмена.xml │ ├── МетаданныеПланыОбмена │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПланыСчетов.xml │ ├── МетаданныеПланыСчетов │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПодпискиНаСобытия.xml │ ├── МетаданныеПодпискиНаСобытия │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПодсистемы.xml │ ├── МетаданныеПодсистемы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПоследовательности.xml │ ├── МетаданныеПоследовательности │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПризнакиУчета.xml │ ├── МетаданныеПризнакиУчета │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеПризнакиУчетаСубконто.xml │ ├── МетаданныеПризнакиУчетаСубконто │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРегистрыБухгалтерии.xml │ ├── МетаданныеРегистрыБухгалтерии │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРегистрыНакопления.xml │ ├── МетаданныеРегистрыНакопления │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРегистрыРасчета.xml │ ├── МетаданныеРегистрыРасчета │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРегистрыСведений.xml │ ├── МетаданныеРегистрыСведений │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРегламентныеЗадания.xml │ ├── МетаданныеРегламентныеЗадания │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРеквизиты.xml │ ├── МетаданныеРеквизиты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРеквизитыАдресации.xml │ ├── МетаданныеРеквизитыАдресации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРесурсы.xml │ ├── МетаданныеРесурсы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеРоли.xml │ ├── МетаданныеРоли │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеСправочники.xml │ ├── МетаданныеСправочники │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеСтандартныеРеквизиты.xml │ ├── МетаданныеСтандартныеРеквизиты │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеСтандартныеТабличныеЧасти.xml │ ├── МетаданныеСтандартныеТабличныеЧасти │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеСтили.xml │ ├── МетаданныеСтили │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеТабличныеЧасти.xml │ ├── МетаданныеТабличныеЧасти │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеФормы.xml │ ├── МетаданныеФормы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеФункциональныеОпции.xml │ ├── МетаданныеФункциональныеОпции │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеХранилищаНастроек.xml │ ├── МетаданныеХранилищаНастроек │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеЭлементыСтиля.xml │ ├── МетаданныеЭлементыСтиля │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── МетаданныеЯзыки.xml │ ├── МетаданныеЯзыки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── Минимум.xml │ ├── Минимум │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── НезавершившаясяПроверка.xml │ ├── НезавершившаясяПроверка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── НетГраницы.xml │ ├── НетГраницы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ОбновитьФайлИзФайлаНаДиске.xml │ ├── ОбновитьФайлИзФайлаНаДиске │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ОбъединитьЯчейки.xml │ ├── ОбъединитьЯчейки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Органайзер.xml │ ├── Органайзер │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ОтправитьПолучитьПочту.xml │ ├── ОтправитьПолучитьПочту │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ОтправитьЭлектронноеПисьмо.xml │ ├── ОтправитьЭлектронноеПисьмо │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Ошибка32.xml │ ├── Ошибка32 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Папка.xml │ ├── Папка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ПиктограммыТиповДанных.xml │ ├── ПиктограммыТиповДанных │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПиктограммыЭлементов.xml │ ├── ПиктограммыЭлементов │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПодменюСервис.xml │ ├── ПодменюСервис │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Подсистема.xml │ ├── Подсистема │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Подчеркивание.xml │ ├── Подчеркивание │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПоказатьОтличия.xml │ ├── ПоказатьОтличия │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПоказатьТолькоВыбранныеРоли.xml │ ├── ПоказатьТолькоВыбранныеРоли │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПолужирноеНачертание.xml │ ├── ПолужирноеНачертание │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПользовательБезФотографии.xml │ ├── ПользовательБезФотографии │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── ПредварительныйПросмотрКартинка.xml │ ├── ПредварительныйПросмотрКартинка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── Предупреждение.xml │ ├── Предупреждение │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Предупреждение32.xml │ ├── Предупреждение32 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПримечаниеЖурналаРегистрации.xml │ ├── ПримечаниеЖурналаРегистрации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ПрочиеПользовательскиеНастройки.xml │ ├── ПрочиеПользовательскиеНастройки │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Пустая.xml │ ├── Пустая │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── РазделАдминистрирование48.xml │ ├── РазделАдминистрирование48 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.png │ ├── РазорватьСоединение.xml │ ├── РазорватьСоединение │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Рассчитать.xml │ ├── Рассчитать │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── РасширениеКонфигурацииИзГлавногоУзла.xml │ ├── РасширениеКонфигурацииИзГлавногоУзла │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СерыйКрест.xml │ ├── СерыйКрест │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Скачать.xml │ ├── Скачать │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СкопироватьВБуферОбмена.xml │ ├── СкопироватьВБуферОбмена │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Скрепка.xml │ ├── Скрепка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СостояниеПользователя01.xml │ ├── СостояниеПользователя01 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя02.xml │ ├── СостояниеПользователя02 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя03.xml │ ├── СостояниеПользователя03 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя04.xml │ ├── СостояниеПользователя04 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя05.xml │ ├── СостояниеПользователя05 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя06.xml │ ├── СостояниеПользователя06 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя07.xml │ ├── СостояниеПользователя07 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя08.xml │ ├── СостояниеПользователя08 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя09.xml │ ├── СостояниеПользователя09 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя10.xml │ ├── СостояниеПользователя10 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя11.xml │ ├── СостояниеПользователя11 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя12.xml │ ├── СостояниеПользователя12 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя13.xml │ ├── СостояниеПользователя13 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя14.xml │ ├── СостояниеПользователя14 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя15.xml │ ├── СостояниеПользователя15 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя16.xml │ ├── СостояниеПользователя16 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя17.xml │ ├── СостояниеПользователя17 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостояниеПользователя18.xml │ ├── СостояниеПользователя18 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостоянияПользователей.xml │ ├── СостоянияПользователей │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СостоянияРасширенийБудетПодключено.xml │ ├── СостоянияРасширенийБудетПодключено │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СостоянияРасширенийКонфигурации.xml │ ├── СостоянияРасширенийКонфигурации │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СостоянияРасширенийОшибка.xml │ ├── СостоянияРасширенийОшибка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СостоянияРасширенийПодключено.xml │ ├── СостоянияРасширенийПодключено │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СохранитьКак.xml │ ├── СохранитьКак │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── СохранитьФайлКак.xml │ ├── СохранитьФайлКак │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Среднее.xml │ ├── Среднее │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтатусыДокумента.xml │ ├── СтатусыДокумента │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВверх.xml │ ├── СтрелкаВверх │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВлево.xml │ ├── СтрелкаВлево │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВниз.xml │ ├── СтрелкаВниз │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВнизЗеленая.xml │ ├── СтрелкаВнизЗеленая │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВправо.xml │ ├── СтрелкаВправо │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── СтрелкаВправоЗеленая.xml │ ├── СтрелкаВправоЗеленая │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Сумма.xml │ ├── Сумма │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТелефонныйЗвонок.xml │ ├── ТелефонныйЗвонок │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипБулево.xml │ ├── ТипБулево │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипГиперссылка.xml │ ├── ТипГиперссылка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипГруппа.xml │ ├── ТипГруппа │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипДата.xml │ ├── ТипДата │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипДерево.xml │ ├── ТипДерево │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипИдентификатор.xml │ ├── ТипИдентификатор │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипКартинка.xml │ ├── ТипКартинка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипКонстанта.xml │ ├── ТипКонстанта │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипМакрос.xml │ ├── ТипМакрос │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипНеопределено.xml │ ├── ТипНеопределено │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипПапка.xml │ ├── ТипПапка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипСоставнойДополнительный.xml │ ├── ТипСоставнойДополнительный │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипСоставнойОсновной.xml │ ├── ТипСоставнойОсновной │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипСписок.xml │ ├── ТипСписок │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипСсылка.xml │ ├── ТипСсылка │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипСтрока.xml │ ├── ТипСтрока │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипФильтр.xml │ ├── ТипФильтр │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипФункция.xml │ ├── ТипФункция │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТипЧисло.xml │ ├── ТипЧисло │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТолстаяГраницаВокруг.xml │ ├── ТолстаяГраницаВокруг │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТолстаяГраницаСверху.xml │ ├── ТолстаяГраницаСверху │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ТолстаяГраницаСнизу.xml │ ├── ТолстаяГраницаСнизу │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── УвеличитьШрифт.xml │ ├── УвеличитьШрифт │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── УдалитьИнформация.xml │ ├── УдалитьИнформация │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── УменьшитьШрифт.xml │ ├── УменьшитьШрифт │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Успешно.xml │ ├── Успешно │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── Успешно32.xml │ ├── Успешно32 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматExcel.xml │ ├── ФорматExcel │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматExcel2007.xml │ ├── ФорматExcel2007 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматHTML.xml │ ├── ФорматHTML │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматMXL.xml │ ├── ФорматMXL │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматOpenOfficeCalc.xml │ ├── ФорматOpenOfficeCalc │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматOpenOfficeWriter.xml │ ├── ФорматOpenOfficeWriter │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматPDF.xml │ ├── ФорматPDF │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматTXT.xml │ ├── ФорматTXT │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматWord.xml │ ├── ФорматWord │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматWord2007.xml │ ├── ФорматWord2007 │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ФорматПустой.xml │ ├── ФорматПустой │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЦветГраницы.xml │ ├── ЦветГраницы │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.svg │ ├── ЦветТекста.xml │ ├── ЦветТекста │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ЦветФона.xml │ ├── ЦветФона │ │ └── Ext │ │ │ ├── Picture.xml │ │ │ └── Picture │ │ │ └── Picture.zip │ ├── ШтампЭлектроннойПодписи.xml │ └── ШтампЭлектроннойПодписи │ │ └── Ext │ │ ├── Picture.xml │ │ └── Picture │ │ └── Picture.svg ├── CommonTemplates │ ├── ПолучениеДереваОбработчиковОбновления.xml │ └── ПолучениеДереваОбработчиковОбновления │ │ └── Ext │ │ └── Template.xml ├── ConfigDumpInfo.xml ├── Configuration.xml ├── Constants │ ├── АдресПубликацииИнформационнойБазыВИнтернете.xml │ ├── АдресПубликацииИнформационнойБазыВЛокальнойСети.xml │ ├── ГлавныйУзел.xml │ ├── ДетализироватьОбновлениеИБВЖурналеРегистрации.xml │ ├── ДоставлятьСерверныеОповещенияБезСистемыВзаимодействия.xml │ ├── ДоставлятьСерверныеОповещенияБезСистемыВзаимодействия │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── ЗаголовокСистемы.xml │ ├── ЗаписьОтладки.xml │ ├── ИдентификаторИнформационнойБазы.xml │ ├── ИдентификаторИнформационнойБазы │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── ИдентификаторПатернаOpenSearch.xml │ ├── ИнтервалОбработкиДанных.xml │ ├── ИспользоватьВнешнихПользователей.xml │ ├── ИспользоватьВнешнихПользователей │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── ИспользоватьГруппыВнешнихПользователей.xml │ ├── ИспользоватьГруппыВнешнихПользователей │ │ └── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ValueManagerModule.bsl │ ├── ИспользоватьГруппыПользователей.xml │ ├── ИспользоватьГруппыПользователей │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── ИспользоватьРазделениеПоОбластямДанных.xml │ ├── ИспользоватьРазделениеПоОбластямДанных │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── КаталогВременныхФайловДляLinux.xml │ ├── КаталогВременныхФайловДляWindows.xml │ ├── КоличествоПотоковДлительныхОпераций.xml │ ├── КоличествоПотоковДлительныхОпераций │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── КоличествоПотоковОбновленияИнформационнойБазы.xml │ ├── КоличествоПотоковФоновыхЗаданий.xml │ ├── НастройкиВходаПользователей.xml │ ├── НастройкиВходаПользователей │ │ └── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ValueManagerModule.bsl │ ├── НеИспользоватьРазделениеПоОбластямДанных.xml │ ├── ОбработкаБезФоновыхЗаданий.xml │ ├── ОсновнойЯзык.xml │ ├── ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно.xml │ ├── ОтложенноеОбновлениеЗавершеноУспешно.xml │ ├── ПараметрыАдминистрированияИБ.xml │ ├── ПорцияЗагрузкиДанных.xml │ ├── ПорядокОбрабатываемыхДанных.xml │ ├── РегистрироватьПоказателиСерверныхОповещений.xml │ ├── РегистрироватьПоказателиСерверныхОповещений │ │ └── Ext │ │ │ └── ValueManagerModule.bsl │ ├── СведенияОБлокируемыхОбъектах.xml │ ├── СведенияОбОбновленииИБ.xml │ ├── СостояниеОтправкиСерверныхОповещений.xml │ ├── СсылкаOpenSearch.xml │ ├── СтандартныеПодсистемыВАвтономномРежиме.xml │ ├── СтандартныеПодсистемыВАвтономномРежиме │ │ └── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ValueManagerModule.bsl │ ├── УдалитьНастройкиВходаПользователей.xml │ └── УдалитьНастройкиВходаПользователей │ │ └── Ext │ │ ├── ManagerModule.bsl │ │ └── ValueManagerModule.bsl ├── DataProcessors │ ├── ЖурналРегистрации.xml │ ├── ЖурналРегистрации │ │ ├── Commands │ │ │ └── ЖурналРегистрации │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ └── Forms │ │ │ ├── ЖурналРегистрации.xml │ │ │ ├── ЖурналРегистрации │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ОтборЖурналаРегистрации.xml │ │ │ ├── ОтборЖурналаРегистрации │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── РазделениеДанныхСеанса.xml │ │ │ ├── РазделениеДанныхСеанса │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── РедакторСоставаСвойства.xml │ │ │ ├── РедакторСоставаСвойства │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── Событие.xml │ │ │ └── Событие │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── НастройкиПользователей.xml │ ├── НастройкиПользователей │ │ ├── Commands │ │ │ ├── КопированиеНастроекПользователей │ │ │ │ └── Ext │ │ │ │ │ └── CommandModule.bsl │ │ │ ├── НастройкиПользователя │ │ │ │ └── Ext │ │ │ │ │ └── CommandModule.bsl │ │ │ └── ОчисткаНастроекПользователей │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ ├── Forms │ │ │ ├── ВыборНастроек.xml │ │ │ ├── ВыборНастроек │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── ВыборПользователей.xml │ │ │ ├── ВыборПользователей │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── КопированиеНастроекПользователей.xml │ │ │ ├── КопированиеНастроекПользователей │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── НастройкиПользователей.xml │ │ │ ├── НастройкиПользователей │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── ОчисткаНастроекПользователей.xml │ │ │ ├── ОчисткаНастроекПользователей │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── ПредупреждениеОКопированииНастроек.xml │ │ │ └── ПредупреждениеОКопированииНастроек │ │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ └── Templates │ │ │ ├── МакетОтчета.xml │ │ │ └── МакетОтчета │ │ │ └── Ext │ │ │ └── Template.xml │ ├── НерекомендуемаяВерсияПлатформы.xml │ ├── НерекомендуемаяВерсияПлатформы │ │ ├── Forms │ │ │ ├── НеобходимоОбновитьПлатформу.xml │ │ │ ├── НеобходимоОбновитьПлатформу │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── НерекомендуемаяВерсияПлатформы.xml │ │ │ ├── НерекомендуемаяВерсияПлатформы │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── ПорядокОбновленияПлатформы.xml │ │ │ └── ПорядокОбновленияПлатформы │ │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ └── Templates │ │ │ ├── ПорядокОбновленияДляКлиентСервернойБазы.xml │ │ │ ├── ПорядокОбновленияДляКлиентСервернойБазы │ │ │ └── Ext │ │ │ │ ├── Template.xml │ │ │ │ └── Template │ │ │ │ └── ru.html │ │ │ ├── ПорядокОбновленияДляФайловойБазы.xml │ │ │ ├── ПорядокОбновленияДляФайловойБазы │ │ │ └── Ext │ │ │ │ ├── Template.xml │ │ │ │ └── Template │ │ │ │ └── ru.html │ │ │ ├── ПорядокУдаленияПлатформы.xml │ │ │ └── ПорядокУдаленияПлатформы │ │ │ └── Ext │ │ │ ├── Template.xml │ │ │ └── Template │ │ │ └── ru.html │ ├── ОписаниеОбработчиковОбновления.xml │ ├── ОписаниеОбработчиковОбновления │ │ ├── Commands │ │ │ └── ОписаниеОбработчиковОбновления │ │ │ │ └── Ext │ │ │ │ └── CommandModule.bsl │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ ├── Forms │ │ │ ├── ОбъектыПересеченияОбработчика.xml │ │ │ ├── ОбъектыПересеченияОбработчика │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── ФормаВыбораИдентификаторовОбъектовМетаданных.xml │ │ │ ├── ФормаВыбораИдентификаторовОбъектовМетаданных │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── ФормаОбработчика.xml │ │ │ ├── ФормаОбработчика │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ ├── Form │ │ │ │ │ └── Module.bsl │ │ │ │ │ ├── Help.xml │ │ │ │ │ └── Help │ │ │ │ │ └── ru.html │ │ │ ├── ФормаСпискаОбработчиков.xml │ │ │ └── ФормаСпискаОбработчиков │ │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ ├── Form │ │ │ │ └── Module.bsl │ │ │ │ ├── Help.xml │ │ │ │ └── Help │ │ │ │ └── ru.html │ │ └── Templates │ │ │ ├── cut_tags.xml │ │ │ └── cut_tags │ │ │ └── Ext │ │ │ └── Template.txt │ ├── РезультатыОбновленияПрограммы.xml │ ├── РезультатыОбновленияПрограммы │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ │ └── ru.html │ │ └── Forms │ │ │ ├── ОбновлениеВерсииПрограммы.xml │ │ │ ├── ОбновлениеВерсииПрограммы │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ ├── Form │ │ │ │ └── Module.bsl │ │ │ │ ├── Help.xml │ │ │ │ └── Help │ │ │ │ └── ru.html │ │ │ ├── ОтложенноеОбновлениеНеЗавершено.xml │ │ │ ├── ОтложенноеОбновлениеНеЗавершено │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ОтложенныеОбработчики.xml │ │ │ ├── ОтложенныеОбработчики │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ ├── Form │ │ │ │ └── Module.bsl │ │ │ │ ├── Help.xml │ │ │ │ └── Help │ │ │ │ └── ru.html │ │ │ ├── ОчисткаУстаревшихДанных.xml │ │ │ ├── ОчисткаУстаревшихДанных │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ ├── Form │ │ │ │ └── Module.bsl │ │ │ │ ├── Help.xml │ │ │ │ └── Help │ │ │ │ └── ru.html │ │ │ ├── ПредупреждениеБезопасности.xml │ │ │ ├── ПредупреждениеБезопасности │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── РезультатыОбновленияПрограммы.xml │ │ │ ├── РезультатыОбновленияПрограммы │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ ├── Form │ │ │ │ └── Module.bsl │ │ │ │ ├── Help.xml │ │ │ │ └── Help │ │ │ │ └── ru.html │ │ │ ├── СообщениеДляНеполноправногоПользователя.xml │ │ │ ├── СообщениеДляНеполноправногоПользователя │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── СообщениеОНеудачномОбновлении.xml │ │ │ └── СообщениеОНеудачномОбновлении │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ ├── Form │ │ │ └── Module.bsl │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ └── ru.html │ ├── РекомендацияПоПовышениюСкоростиРаботы.xml │ └── РекомендацияПоПовышениюСкоростиРаботы │ │ └── Forms │ │ ├── Форма.xml │ │ └── Форма │ │ └── Ext │ │ ├── Form.xml │ │ └── Form │ │ └── Module.bsl ├── DefinedTypes │ ├── ВнешнийПользователь.xml │ ├── ВнешнийПользовательОбъект.xml │ ├── МестоХраненияФункциональныхОпций.xml │ ├── Организация.xml │ ├── Подразделение.xml │ ├── Пользователь.xml │ └── ФизическоеЛицо.xml ├── Enums │ ├── ВидыОшибокЗапросов.xml │ ├── ВидыСобытийЗапросов.xml │ ├── ВидыЭтаповОбработки.xml │ ├── ПорядокОбработчиковОбновления.xml │ ├── РежимыВыполненияОбработчиков.xml │ ├── РежимыВыполненияОтложенныхОбработчиков.xml │ ├── СпособыРедактированияЭлектронныхПисем.xml │ ├── СтатусыОбработчиковОбновления.xml │ ├── СтатусыОбработчиковОбновления │ │ └── Ext │ │ │ └── ManagerModule.bsl │ ├── ТипыДанныхКэшаПрограммныхИнтерфейсов.xml │ └── ФорматыСохраненияОтчетов.xml ├── EventSubscriptions │ ├── ВыполнитьДействияПослеПолученияДанныхУзлаВРаспределеннойИнформационнойБазе.xml │ ├── ЗапретитьПометкуУдаленияПредопределенныхЭлементов.xml │ ├── ЗапретитьУдалениеПредопределенныхЭлементов.xml │ ├── ОбновитьВнешнегоПользователя.xml │ ├── ОбновлениеВерсииИБПередУдалениемСсылочногоОбъекта.xml │ ├── ПриОтправкеДанныхГлавному.xml │ ├── ПриОтправкеДанныхПодчиненному.xml │ ├── ПриПолученииДанныхОтГлавного.xml │ └── ПриПолученииДанныхОтПодчиненного.xml ├── ExchangePlans │ ├── ОбновлениеИнформационнойБазы.xml │ └── ОбновлениеИнформационнойБазы │ │ └── Ext │ │ ├── Content.xml │ │ ├── ManagerModule.bsl │ │ └── ObjectModule.bsl ├── Ext │ ├── ClientApplicationInterface.xml │ ├── CommandInterface.xml │ ├── ExternalConnectionModule.bsl │ ├── HomePageWorkArea.xml │ ├── MainSectionCommandInterface.xml │ ├── MainSectionPicture.xml │ ├── MainSectionPicture │ │ └── Picture.zip │ ├── ManagedApplicationModule.bsl │ ├── OrdinaryApplicationModule.bsl │ ├── ParentConfigurations.bin │ ├── ParentConfigurations │ │ └── БиблиотекаСтандартныхПодсистем.cf │ └── SessionModule.bsl ├── ExternalDataSources │ ├── РасширенныеСобытия.xml │ └── РасширенныеСобытия │ │ └── Tables │ │ └── dbo_QueryAnalysis.xml ├── FunctionalOptions │ ├── ИспользоватьВнешнихПользователей.xml │ ├── ИспользоватьГруппыВнешнихПользователей.xml │ ├── ИспользоватьГруппыПользователей.xml │ ├── ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно.xml │ ├── ОтложенноеОбновлениеЗавершеноУспешно.xml │ ├── РаботаВЛокальномРежиме.xml │ ├── РаботаВМоделиСервиса.xml │ ├── СтандартныеПодсистемыВАвтономномРежиме.xml │ ├── СтандартныеПодсистемыВЛокальномРежиме.xml │ └── СтандартныеПодсистемыВМоделиСервиса.xml ├── InformationRegisters │ ├── БезопасноеХранилищеДанных.xml │ ├── БезопасноеХранилищеДанныхОбластейДанных.xml │ ├── ВерсииПодсистем.xml │ ├── ВерсииПодсистем │ │ ├── Ext │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ВременныеТаблицы.xml │ ├── ВременныеТаблицыPostgres.xml │ ├── ВременныеТаблицыPostgres │ │ ├── Ext │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ └── ФормаЗаписи │ │ │ └── Ext │ │ │ └── Form.xml │ ├── ДанныеОбработанныеВЦентральномУзлеРИБ.xml │ ├── ДанныеОбработанныеВЦентральномУзлеРИБ │ │ └── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── RecordSetModule.bsl │ ├── ДлительныеОперации.xml │ ├── ДлительныеОперации │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ИдентификаторыОбъектовВерсийРасширений.xml │ ├── ИдентификаторыОбъектовВерсийРасширений │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ИменаВТПодготовленныхОператоров.xml │ ├── ИсправленныеСозданияВременныхТаблиц.xml │ ├── КолонкиВТПодготовленныхОператоров.xml │ ├── КэшПрограммныхИнтерфейсов.xml │ ├── КэшПрограммныхИнтерфейсов │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ └── ФормаЗаписи │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── НаполненияВременныхТаблицPostgres.xml │ ├── ОбработчикиОбновления.xml │ ├── ОбработчикиОбновления │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ └── Help │ │ │ │ └── ru.html │ │ └── Forms │ │ │ ├── ПерезапускОтложенногоОбновления.xml │ │ │ ├── ПерезапускОтложенногоОбновления │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаВыбора.xml │ │ │ ├── ФормаВыбора │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ОбработчикиОбновленияОбщихДанных.xml │ ├── ОтправленныеСерверныеОповещения.xml │ ├── ОтправленныеСерверныеОповещения │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПараметрыПодготовленныхОператоров.xml │ ├── ПараметрыРаботыВерсийРасширений.xml │ ├── ПараметрыРаботыВерсийРасширений │ │ ├── Ext │ │ │ └── ManagerModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПараметрыРаботыПрограммы.xml │ ├── ПараметрыРаботыПрограммы │ │ ├── Ext │ │ │ └── ManagerModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПереходящиеПодготовленныеОператоры.xml │ ├── ПериодическиеСерверныеОповещения.xml │ ├── ПериодическиеСерверныеОповещения │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── ПодготовленныеОператоры.xml │ ├── ПоляВременныхТаблицыPostgres.xml │ ├── ПотокиОбновления.xml │ ├── ПрогрессОбновления.xml │ ├── ПрогрессОбновления │ │ └── Ext │ │ │ └── RecordSetModule.bsl │ ├── ПроизвольныйНепериодический.xml │ ├── РезультатыВыполненияЗапросов.xml │ ├── РезультатыВыполненияЗапросов │ │ ├── Ext │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ └── ФормаЗаписи │ │ │ └── Ext │ │ │ └── Form.xml │ ├── СведенияОПользователях.xml │ ├── СведенияОПользователях │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── СоставыГруппПользователей.xml │ ├── СоставыГруппПользователей │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── RecordSetModule.bsl │ │ └── Forms │ │ │ ├── ФормаЗаписи.xml │ │ │ ├── ФормаЗаписи │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ │ ├── ФормаСписка.xml │ │ │ └── ФормаСписка │ │ │ └── Ext │ │ │ ├── Form.xml │ │ │ └── Form │ │ │ └── Module.bsl │ ├── СохраненыеОтборыНастройкиТеста.xml │ ├── ФиксацияОбработкиДанныхОбработчиками.xml │ ├── ФиксацияОбработкиДанныхОбработчиками │ │ └── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── RecordSetModule.bsl │ └── ЭтапыОбработкиДанных.xml ├── Languages │ └── Русский.xml ├── Reports │ ├── ДлительностьОтложенногоОбновления.xml │ ├── ДлительностьОтложенногоОбновления │ │ ├── Ext │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ └── Templates │ │ │ ├── ДиаграммаГанта.xml │ │ │ ├── ДиаграммаГанта │ │ │ └── Ext │ │ │ │ └── Template.xml │ │ │ ├── ОсновнаяСхемаКомпоновкиДанных.xml │ │ │ └── ОсновнаяСхемаКомпоновкиДанных │ │ │ └── Ext │ │ │ └── Template.xml │ ├── ПрогрессОтложенногоОбновления.xml │ ├── ПрогрессОтложенногоОбновления │ │ ├── Ext │ │ │ ├── Help.xml │ │ │ ├── Help │ │ │ │ └── ru.html │ │ │ ├── ManagerModule.bsl │ │ │ └── ObjectModule.bsl │ │ ├── Forms │ │ │ ├── ЗависимостьОбработчика.xml │ │ │ ├── ЗависимостьОбработчика │ │ │ │ └── Ext │ │ │ │ │ ├── Form.xml │ │ │ │ │ └── Form │ │ │ │ │ └── Module.bsl │ │ │ ├── ЗарегистрированныеДанные.xml │ │ │ └── ЗарегистрированныеДанные │ │ │ │ └── Ext │ │ │ │ ├── Form.xml │ │ │ │ └── Form │ │ │ │ └── Module.bsl │ │ └── Templates │ │ │ ├── ОсновнаяСхемаКомпоновкиДанных.xml │ │ │ └── ОсновнаяСхемаКомпоновкиДанных │ │ │ └── Ext │ │ │ └── Template.xml │ ├── РезультатыТестирования.xml │ ├── РезультатыТестирования │ │ └── Templates │ │ │ ├── ОсновнаяСхемаКомпоновкиДанных.xml │ │ │ └── ОсновнаяСхемаКомпоновкиДанных │ │ │ └── Ext │ │ │ └── Template.xml │ ├── СведенияОПользователях.xml │ └── СведенияОПользователях │ │ ├── Ext │ │ ├── Help.xml │ │ ├── Help │ │ │ └── ru.html │ │ ├── ManagerModule.bsl │ │ └── ObjectModule.bsl │ │ └── Templates │ │ ├── ОсновнаяСхемаКомпоновкиДанных.xml │ │ └── ОсновнаяСхемаКомпоновкиДанных │ │ └── Ext │ │ └── Template.xml ├── Roles │ ├── АдминистраторСистемы.xml │ ├── АдминистраторСистемы │ │ └── Ext │ │ │ └── Rights.xml │ ├── Администрирование.xml │ ├── Администрирование │ │ └── Ext │ │ │ └── Rights.xml │ ├── БазовыеПраваБСП.xml │ ├── БазовыеПраваБСП │ │ └── Ext │ │ │ └── Rights.xml │ ├── БазовыеПраваВнешнихПользователейБСП.xml │ ├── БазовыеПраваВнешнихПользователейБСП │ │ └── Ext │ │ │ └── Rights.xml │ ├── ВыводНаПринтерФайлБуферОбмена.xml │ ├── ВыводНаПринтерФайлБуферОбмена │ │ └── Ext │ │ │ └── Rights.xml │ ├── ДобавлениеИзменениеВнешнихПользователей.xml │ ├── ДобавлениеИзменениеВнешнихПользователей │ │ └── Ext │ │ │ └── Rights.xml │ ├── ДобавлениеИзменениеПользователей.xml │ ├── ДобавлениеИзменениеПользователей │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускAutomation.xml │ ├── ЗапускAutomation │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускВебКлиента.xml │ ├── ЗапускВебКлиента │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускВнешнегоСоединения.xml │ ├── ЗапускВнешнегоСоединения │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускМобильногоКлиента.xml │ ├── ЗапускМобильногоКлиента │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускТолстогоКлиента.xml │ ├── ЗапускТолстогоКлиента │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЗапускТонкогоКлиента.xml │ ├── ЗапускТонкогоКлиента │ │ └── Ext │ │ │ └── Rights.xml │ ├── ИнтерактивноеОткрытиеВнешнихОтчетовИОбработок.xml │ ├── ИнтерактивноеОткрытиеВнешнихОтчетовИОбработок │ │ └── Ext │ │ │ └── Rights.xml │ ├── ОбновлениеКонфигурацииБазыДанных.xml │ ├── ОбновлениеКонфигурацииБазыДанных │ │ └── Ext │ │ │ └── Rights.xml │ ├── ПолныеПрава.xml │ ├── ПолныеПрава │ │ └── Ext │ │ │ └── Rights.xml │ ├── ПросмотрЖурналаРегистрации.xml │ ├── ПросмотрЖурналаРегистрации │ │ └── Ext │ │ │ └── Rights.xml │ ├── ПросмотрОписанияИзмененийПрограммы.xml │ ├── ПросмотрОписанияИзмененийПрограммы │ │ └── Ext │ │ │ └── Rights.xml │ ├── РежимТехническогоСпециалиста.xml │ ├── РежимТехническогоСпециалиста │ │ └── Ext │ │ │ └── Rights.xml │ ├── СохранениеДанныхПользователя.xml │ ├── СохранениеДанныхПользователя │ │ └── Ext │ │ │ └── Rights.xml │ ├── УдаленныйДоступБазоваяФункциональность.xml │ ├── УдаленныйДоступБазоваяФункциональность │ │ └── Ext │ │ │ └── Rights.xml │ ├── ЧтениеВнешнихПользователей.xml │ └── ЧтениеВнешнихПользователей │ │ └── Ext │ │ └── Rights.xml ├── ScheduledJobs │ ├── ЗаполнениеПараметровРаботыРасширений.xml │ ├── ЗаполнениеПараметровРаботыРасширений │ │ └── Ext │ │ │ └── Schedule.xml │ ├── ОбработкаСервисовИнтеграции.xml │ ├── ОбработкаСервисовИнтеграции │ │ └── Ext │ │ │ └── Schedule.xml │ ├── ОтложенноеОбновлениеИБ.xml │ ├── ОтложенноеОбновлениеИБ │ │ └── Ext │ │ │ └── Schedule.xml │ ├── ОтправкаСерверныхОповещенийКлиентам.xml │ ├── ОтправкаСерверныхОповещенийКлиентам │ │ └── Ext │ │ │ └── Schedule.xml │ ├── ОчисткаУстаревшихДанных.xml │ ├── ОчисткаУстаревшихДанных │ │ └── Ext │ │ │ └── Schedule.xml │ ├── УдалениеУстаревшихПараметровРаботыВерсийРасширений.xml │ ├── УдалениеУстаревшихПараметровРаботыВерсийРасширений │ │ └── Ext │ │ │ └── Schedule.xml │ ├── УстановкаПорядкаОтложенногоОбновленияВМоделиСервиса.xml │ └── УстановкаПорядкаОтложенногоОбновленияВМоделиСервиса │ │ └── Ext │ │ └── Schedule.xml ├── SessionParameters │ ├── АвторизованныйПользователь.xml │ ├── БуферОбмена.xml │ ├── ВерсияРасширений.xml │ ├── ВыполняетсяОбновлениеИБ.xml │ ├── ДлительныеОперации.xml │ ├── КлючДанныхПовторногоИспользования.xml │ ├── ОбновлениеСправочниковИдентификаторов.xml │ ├── ОбновлениеСправочниковПользователей.xml │ ├── ОсновнойЯзык.xml │ ├── ПараметрыКлиентаНаСервере.xml │ ├── ПараметрыОбработчикаОбновления.xml │ ├── ПодключенныеРасширения.xml │ ├── ТекущийВнешнийПользователь.xml │ ├── ТекущийПользователь.xml │ └── УстановленныеРасширения.xml ├── StyleItems │ ├── ВажнаяНадписьШрифт.xml │ ├── ГиперссылкаЦвет.xml │ ├── ДобавленныйРеквизитФон.xml │ ├── ЗаблокированныйРеквизитЦвет.xml │ ├── ЗаголовокУдаленногоРеквизитаШрифт.xml │ ├── ИзмененноеЗначениеРеквизитаФон.xml │ ├── ИзмененноеЗначениеРеквизитаЦвет.xml │ ├── ИтогиФонГруппы.xml │ ├── ОсновнойЭлементСписка.xml │ ├── ПользовательВыбранный.xml │ ├── ПоясняющийОшибкуТекст.xml │ ├── ПоясняющийТекст.xml │ ├── ПросроченныеДанныеЦвет.xml │ ├── РезультатУспехЦвет.xml │ ├── ТекстЗапрещеннойЯчейкиЦвет.xml │ ├── УдаленныйРеквизитФон.xml │ ├── ФонУправляющегоПоля.xml │ ├── ЦветРазделаПанелиФункций.xml │ └── ЦветФонаПредупреждения.xml ├── Subsystems │ ├── ПроигрываниеЗапросов.xml │ ├── ПроигрываниеЗапросов │ │ ├── Ext │ │ │ └── CommandInterface.xml │ │ └── Subsystems │ │ │ └── ПроигрываниеЗапросовНевизуальный.xml │ ├── СтандартныеПодсистемы.xml │ └── СтандартныеПодсистемы │ │ └── Subsystems │ │ ├── БазоваяФункциональность.xml │ │ ├── ОбновлениеВерсииИБ.xml │ │ ├── Пользователи.xml │ │ └── Пользователи │ │ └── Ext │ │ ├── Help.xml │ │ └── Help │ │ └── ru.html └── WebServices │ ├── InterfaceVersion.xml │ └── InterfaceVersion │ └── Ext │ └── Module.bsl └── Скрипты MSSQL ├── Пример скрипта создания расширенных событий.sql └── Список ВТ на начало старта сеанса расширенных событий.sql /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/README.md -------------------------------------------------------------------------------- /cf/Catalogs/ВерсииРасширений.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВерсииРасширений.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВерсииРасширений/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВерсииРасширений/Ext/ManagerModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ВерсииРасширений/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВерсииРасширений/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ВерсииРасширений/Forms/ФормаСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВерсииРасширений/Forms/ФормаСписка.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВерсииРасширений/Forms/ФормаЭлемента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВерсииРасширений/Forms/ФормаЭлемента.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Ext/Help.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Ext/ManagerModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Forms/ФормаСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Forms/ФормаСписка.xml -------------------------------------------------------------------------------- /cf/Catalogs/ВнешниеПользователи/Forms/ФормаЭлемента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ВнешниеПользователи/Forms/ФормаЭлемента.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыВнешнихПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыВнешнихПользователей.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыВнешнихПользователей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыВнешнихПользователей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыВнешнихПользователей/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыВнешнихПользователей/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Ext/ManagerModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Ext/Predefined.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Ext/Predefined.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Forms/ФормаСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Forms/ФормаСписка.xml -------------------------------------------------------------------------------- /cf/Catalogs/ГруппыПользователей/Forms/ФормаЭлемента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ГруппыПользователей/Forms/ФормаЭлемента.xml -------------------------------------------------------------------------------- /cf/Catalogs/ИдентификаторыОбъектовМетаданных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ИдентификаторыОбъектовМетаданных.xml -------------------------------------------------------------------------------- /cf/Catalogs/ИдентификаторыОбъектовРасширений.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ИдентификаторыОбъектовРасширений.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Ext/ManagerModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Forms/ФормаВыбора.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Forms/ФормаВыбора.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Forms/ФормаСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Forms/ФормаСписка.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Forms/ФормаТекстаЗапроса.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Forms/ФормаТекстаЗапроса.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Forms/ФормаЭлемента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Forms/ФормаЭлемента.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Templates/Макет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Templates/Макет.xml -------------------------------------------------------------------------------- /cf/Catalogs/НастройкаТеста/Templates/МакетИтоги.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/НастройкаТеста/Templates/МакетИтоги.xml -------------------------------------------------------------------------------- /cf/Catalogs/ОшибкиПреобразования.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ОшибкиПреобразования.xml -------------------------------------------------------------------------------- /cf/Catalogs/ОшибкиПреобразования/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ОшибкиПреобразования/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/ОшибкиПриВыполнени.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ОшибкиПриВыполнени.xml -------------------------------------------------------------------------------- /cf/Catalogs/ОшибкиПриВыполнени/Ext/Predefined.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/ОшибкиПриВыполнени/Ext/Predefined.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Ext/Help.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Ext/ManagerModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Ext/ObjectModule.bsl -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/ВводПароля.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/ВводПароля.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/ВводПароля/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/ВводПароля/Ext/Form.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/СменаПочты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/СменаПочты.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/СменаПочты/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/СменаПочты/Ext/Form.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/ФормаСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/ФормаСписка.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/ФормаСписка/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/ФормаСписка/Ext/Form.xml -------------------------------------------------------------------------------- /cf/Catalogs/Пользователи/Forms/ФормаЭлемента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Catalogs/Пользователи/Forms/ФормаЭлемента.xml -------------------------------------------------------------------------------- /cf/CommandGroups/Информация.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommandGroups/Информация.xml -------------------------------------------------------------------------------- /cf/CommandGroups/Органайзер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommandGroups/Органайзер.xml -------------------------------------------------------------------------------- /cf/CommonCommands/ВремяТекущегоСеанса.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonCommands/ВремяТекущегоСеанса.xml -------------------------------------------------------------------------------- /cf/CommonCommands/ПредупрежденияПриЗавершенииРаботы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonCommands/ПредупрежденияПриЗавершенииРаботы.xml -------------------------------------------------------------------------------- /cf/CommonCommands/СведенияОПользователе.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonCommands/СведенияОПользователе.xml -------------------------------------------------------------------------------- /cf/CommonCommands/СменитьПароль.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonCommands/СменитьПароль.xml -------------------------------------------------------------------------------- /cf/CommonCommands/СменитьПароль/Ext/CommandModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonCommands/СменитьПароль/Ext/CommandModule.bsl -------------------------------------------------------------------------------- /cf/CommonForms/Вопрос.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Вопрос.xml -------------------------------------------------------------------------------- /cf/CommonForms/Вопрос/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Вопрос/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/Вопрос/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Вопрос/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/ВопросОбУстановкеВнешнейКомпоненты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВопросОбУстановкеВнешнейКомпоненты.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВосстановлениеПаролей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВосстановлениеПаролей.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВосстановлениеПаролей/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВосстановлениеПаролей/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВосстановлениеПаролей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВосстановлениеПаролей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВосстановлениеПаролей/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВосстановлениеПаролей/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ВосстановлениеСвязиСГлавнымУзлом.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВосстановлениеСвязиСГлавнымУзлом.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВходВПрограммуЗапрещен.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВходВПрограммуЗапрещен.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВходВПрограммуЗапрещен/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВходВПрограммуЗапрещен/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборОбъектовМетаданных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборОбъектовМетаданных.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборОбъектовМетаданных/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборОбъектовМетаданных/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборОбъектовМетаданных/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборОбъектовМетаданных/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборОбъектовМетаданных/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборОбъектовМетаданных/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ВыборТиповПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборТиповПользователей.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборТиповПользователей/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборТиповПользователей/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборТиповПользователей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборТиповПользователей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборТиповПользователей/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборТиповПользователей/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ВыборУзловПлановОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборУзловПлановОбмена.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборУзловПлановОбмена/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборУзловПлановОбмена/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборУзловПлановОбмена/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборУзловПлановОбмена/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборУзловПлановОбмена/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборУзловПлановОбмена/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ВыборФорматаВложений.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборФорматаВложений.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборФорматаВложений/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборФорматаВложений/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборФорматаВложений/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборФорматаВложений/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/ВыборФорматаВложений/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборФорматаВложений/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ВыборФорматаВложений/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ВыборФорматаВложений/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ГруппыПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ГруппыПользователей.xml -------------------------------------------------------------------------------- /cf/CommonForms/ГруппыПользователей/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ГруппыПользователей/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ГруппыПользователей/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ГруппыПользователей/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/ГруппыПользователей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ГруппыПользователей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ГруппыПользователей/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ГруппыПользователей/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/ДлительнаяОперация.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ДлительнаяОперация.xml -------------------------------------------------------------------------------- /cf/CommonForms/ДлительнаяОперация/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ДлительнаяОперация/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ДлительнаяОперация/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ДлительнаяОперация/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/КонтрольДинамическогоОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/КонтрольДинамическогоОбновления.xml -------------------------------------------------------------------------------- /cf/CommonForms/КонтрольИзмененияРолейПользователяИБ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/КонтрольИзмененияРолейПользователяИБ.xml -------------------------------------------------------------------------------- /cf/CommonForms/НастройкиВходаПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НастройкиВходаПользователей.xml -------------------------------------------------------------------------------- /cf/CommonForms/НастройкиВходаПользователей/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НастройкиВходаПользователей/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/НастройкиВходаПользователей/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НастройкиВходаПользователей/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/НовыйПароль.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НовыйПароль.xml -------------------------------------------------------------------------------- /cf/CommonForms/НовыйПароль/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НовыйПароль/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/НовыйПароль/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/НовыйПароль/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/ОписаниеИзмененийПрограммы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ОписаниеИзмененийПрограммы.xml -------------------------------------------------------------------------------- /cf/CommonForms/ОписаниеИзмененийПрограммы/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ОписаниеИзмененийПрограммы/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ОписаниеИзмененийПрограммы/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ОписаниеИзмененийПрограммы/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПредупреждениеБезопасности.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПредупреждениеБезопасности.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПредупреждениеБезопасности/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПредупреждениеБезопасности/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПредупрежденияПриЗавершенииРаботы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПредупрежденияПриЗавершенииРаботы.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПустойРабочийСтол.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПустойРабочийСтол.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПустойРабочийСтол/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПустойРабочийСтол/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ПустойРабочийСтол/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ПустойРабочийСтол/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/Расширения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Расширения.xml -------------------------------------------------------------------------------- /cf/CommonForms/Расширения/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Расширения/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/Расширения/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Расширения/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/Расширения/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Расширения/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/Расширения/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/Расширения/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/РедактированиеТабличногоДокумента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/РедактированиеТабличногоДокумента.xml -------------------------------------------------------------------------------- /cf/CommonForms/СменаПароля.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СменаПароля.xml -------------------------------------------------------------------------------- /cf/CommonForms/СменаПароля/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СменаПароля/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/СменаПароля/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СменаПароля/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/СменаПароля/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СменаПароля/Ext/Help.xml -------------------------------------------------------------------------------- /cf/CommonForms/СменаПароля/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СменаПароля/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/CommonForms/СравнениеТабличныхДокументов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/СравнениеТабличныхДокументов.xml -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораЦвета.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораЦвета.xml -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораЦвета/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораЦвета/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораЦвета/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораЦвета/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораШрифта.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораШрифта.xml -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораШрифта/Ext/Form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораШрифта/Ext/Form.xml -------------------------------------------------------------------------------- /cf/CommonForms/ФормаВыбораШрифта/Ext/Form/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonForms/ФормаВыбораШрифта/Ext/Form/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/АдминистрированиеКластера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/АдминистрированиеКластера.xml -------------------------------------------------------------------------------- /cf/CommonModules/АдминистрированиеКластераCOM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/АдминистрированиеКластераCOM.xml -------------------------------------------------------------------------------- /cf/CommonModules/АдминистрированиеКластераRAS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/АдминистрированиеКластераRAS.xml -------------------------------------------------------------------------------- /cf/CommonModules/ВнешниеПользователи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ВнешниеПользователи.xml -------------------------------------------------------------------------------- /cf/CommonModules/ВнешниеПользователи/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ВнешниеПользователи/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ВнешниеПользователиКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ВнешниеПользователиКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ДлительныеОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ДлительныеОперации.xml -------------------------------------------------------------------------------- /cf/CommonModules/ДлительныеОперации/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ДлительныеОперации/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ДлительныеОперацииВызовСервера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ДлительныеОперацииВызовСервера.xml -------------------------------------------------------------------------------- /cf/CommonModules/ДлительныеОперацииКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ДлительныеОперацииКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ЖурналРегистрации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ЖурналРегистрации.xml -------------------------------------------------------------------------------- /cf/CommonModules/ЖурналРегистрации/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ЖурналРегистрации/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ЖурналРегистрацииВызовСервера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ЖурналРегистрацииВызовСервера.xml -------------------------------------------------------------------------------- /cf/CommonModules/ЖурналРегистрацииКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ЖурналРегистрацииКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ЖурналРегистрацииКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ЖурналРегистрацииКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ИТМ_ОбщегоНазначенияГлобальный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИТМ_ОбщегоНазначенияГлобальный.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИТМ_ОбщегоНазначенияКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИТМ_ОбщегоНазначенияКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИТМ_ОбщегоНазначенияПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИТМ_ОбщегоНазначенияПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИТМ_ОбщегоНазначенияСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИТМ_ОбщегоНазначенияСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИТМ_РаботаСExcelКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИТМ_РаботаСExcelКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИнтеграцияПодсистемБСП.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИнтеграцияПодсистемБСП.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИнтеграцияПодсистемБСП/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИнтеграцияПодсистемБСП/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ИнтеграцияПодсистемБСПКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИнтеграцияПодсистемБСПКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ИнтеграцияПодсистемБСППовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ИнтеграцияПодсистемБСППовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестов_ВыполнениеЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестов_ВыполнениеЗапросов.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестов_Загрузка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестов_Загрузка.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестов_СозданиеЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестов_СозданиеЗапросов.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовВызовСервера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовВызовСервера.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовСервер/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовСервер/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/НастройкаТестовСерверПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/НастройкаТестовСерверПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбновлениеИнформационнойБазы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбновлениеИнформационнойБазы.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбновлениеИнформационнойБазыБСП.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбновлениеИнформационнойБазыБСП.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбновлениеИнформационнойБазыКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбновлениеИнформационнойБазыКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначения.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначения/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначения/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияВызовСервера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияВызовСервера.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияГлобальный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияГлобальный.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияКлиентПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияКлиентПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияПереопределяемый.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияПереопределяемый.xml -------------------------------------------------------------------------------- /cf/CommonModules/ОбщегоНазначенияСлужебныйКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ОбщегоНазначенияСлужебныйКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПланЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПланЗапросов.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПланЗапросов/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПланЗапросов/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/Пользователи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/Пользователи.xml -------------------------------------------------------------------------------- /cf/CommonModules/Пользователи/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/Пользователи/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиПереопределяемый.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиПереопределяемый.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиСлужебный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиСлужебный.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиСлужебный/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиСлужебный/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиСлужебныйКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиСлужебныйКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиСлужебныйКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиСлужебныйКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/ПользователиСлужебныйПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ПользователиСлужебныйПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/РегламентныеЗаданияСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/РегламентныеЗаданияСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/СерверныеОповещения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СерверныеОповещения.xml -------------------------------------------------------------------------------- /cf/CommonModules/СерверныеОповещения/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СерверныеОповещения/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/СерверныеОповещенияГлобальный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СерверныеОповещенияГлобальный.xml -------------------------------------------------------------------------------- /cf/CommonModules/СерверныеОповещенияКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СерверныеОповещенияКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыВызовСервера.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыВызовСервера.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыГлобальный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыГлобальный.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыКлиентПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыКлиентПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыПовтИсп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыПовтИсп.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтандартныеПодсистемыСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтандартныеПодсистемыСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункции.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункции.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункции/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункции/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункцииКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункцииКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункцииКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункцииКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункцииКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункцииКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonModules/СтроковыеФункцииКлиентСерверРФ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/СтроковыеФункцииКлиентСерверРФ.xml -------------------------------------------------------------------------------- /cf/CommonModules/ФайловаяСистема.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФайловаяСистема.xml -------------------------------------------------------------------------------- /cf/CommonModules/ФайловаяСистема/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФайловаяСистема/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ФайловаяСистемаКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФайловаяСистемаКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ФайловаяСистемаКлиент/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФайловаяСистемаКлиент/Ext/Module.bsl -------------------------------------------------------------------------------- /cf/CommonModules/ФайловаяСистемаСлужебныйКлиент.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФайловаяСистемаСлужебныйКлиент.xml -------------------------------------------------------------------------------- /cf/CommonModules/ФизическиеЛицаКлиентСервер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonModules/ФизическиеЛицаКлиентСервер.xml -------------------------------------------------------------------------------- /cf/CommonPictures/АнализДанных48.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/АнализДанных48.xml -------------------------------------------------------------------------------- /cf/CommonPictures/АнализДанных48/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/АнализДанных48/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьВысокая.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьВысокая.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьВысокая/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьВысокая/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьНеЗадана.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьНеЗадана.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьНеЗадана/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьНеЗадана/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьНизкая.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьНизкая.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВажностьНизкая/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВажностьНизкая/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВводимыеСимволыВидны.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВводимыеСимволыВидны.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВводимыеСимволыВидны/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВводимыеСимволыВидны/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВводимыеСимволыСкрыты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВводимыеСимволыСкрыты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВводимыеСимволыСкрыты/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВводимыеСимволыСкрыты/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВидыОпераций.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВидыОпераций.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВидыОпераций/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВидыОпераций/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВидыОпераций/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВидыОпераций/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/Вопрос32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Вопрос32.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Вопрос32/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Вопрос32/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Вопрос32/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Вопрос32/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ВосклицательныйЗнакКрасный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВосклицательныйЗнакКрасный.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВосклицательныйЗнакСерый.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВосклицательныйЗнакСерый.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВставитьИзБуфераОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВставитьИзБуфераОбмена.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыпадающийСписок.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыпадающийСписок.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыпадающийСписок/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыпадающийСписок/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоЛевомуКраю.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоЛевомуКраю.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоПравомуКраю.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоПравомуКраю.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоЦентру.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоЦентру.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоЦентру/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоЦентру/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоШирине.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоШирине.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ВыравниваниеПоШирине/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ВыравниваниеПоШирине/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВезде.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВезде.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВезде/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВезде/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВезде/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВезде/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВнутри.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВнутри.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВнутри/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВнутри/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВнутри/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВнутри/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВокруг.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВокруг.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВокруг/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВокруг/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаВокруг/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаВокруг/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСверху.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСверху.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСверху/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСверху/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСверху/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСверху/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСлева.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСлева.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСлева/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСлева/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСлева/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСлева/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСнизу.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСнизу.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСнизу/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСнизу/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСнизу/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСнизу/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСправа.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСправа.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСправа/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСправа/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ГраницаСправа/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ГраницаСправа/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ДлительнаяОперация16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ДлительнаяОперация16.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ДлительнаяОперация48.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ДлительнаяОперация48.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗавершитьРаботу.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗавершитьРаботу.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗавершитьРаботу/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗавершитьРаботу/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗаполнитьФорму.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗаполнитьФорму.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗаполнитьФорму/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗаполнитьФорму/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗаставкаВнешнейОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗаставкаВнешнейОперации.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗнакСтоп.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗнакСтоп.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗнакСтоп/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗнакСтоп/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗнакСтоп/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗнакСтоп/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ЗначокЗаставкиВнешнейОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗначокЗаставкиВнешнейОперации.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗначокЩита.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗначокЩита.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗначокЩита/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗначокЩита/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЗначокЩита/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЗначокЩита/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ИерархическийСписок.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ИерархическийСписок.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ИзменитьШрифт.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ИзменитьШрифт.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ИзменитьШрифт/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ИзменитьШрифт/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Информация32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Информация32.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Информация32/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Информация32/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ИнформацияПоНедоступнымПолям.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ИнформацияПоНедоступнымПолям.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Количество.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Количество.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Количество/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Количество/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Количество/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Количество/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/КоллекцияВариантыВажности.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/КоллекцияВариантыВажности.xml -------------------------------------------------------------------------------- /cf/CommonPictures/КоллекцияПиктограммЭлементов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/КоллекцияПиктограммЭлементов.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Комментарий.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Комментарий.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Комментарий/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Комментарий/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/КурсивноеНачертание.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/КурсивноеНачертание.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Максимум.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Максимум.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Максимум/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Максимум/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Максимум/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Максимум/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/МестоДляQRКода.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МестоДляQRКода.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МестоДляQRКода/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МестоДляQRКода/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МестоДляШтрихкода.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МестоДляШтрихкода.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МестоДляШтрихкода/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МестоДляШтрихкода/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеHTTPСервисы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеHTTPСервисы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеWSСсылки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеWSСсылки.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеWSСсылки/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеWSСсылки/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеWebСервисы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеWebСервисы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеWebСервисыОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеWebСервисыОперации.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеБизнесПроцессы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеБизнесПроцессы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеБоты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеБоты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеБоты/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеБоты/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеВнешниеИсточникиКубы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеВнешниеИсточникиКубы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеГрафы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеГрафы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеГрафы/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеГрафы/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеГруппыКоманд.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеГруппыКоманд.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеДокументы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеДокументы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЖурналыДокументов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЖурналыДокументов.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЗадачи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЗадачи.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЗадачи/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЗадачи/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЗначениеПеречисления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЗначениеПеречисления.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеИзмерения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеИзмерения.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеКоманды.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеКоманды.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеКоманды/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеКоманды/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеКонстанты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеКонстанты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеКонфигурация.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеКонфигурация.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеКритерииОтбора.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеКритерииОтбора.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеМакеты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеМакеты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеМакеты/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеМакеты/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбработки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбработки.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщие.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщие.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщие/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщие/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеКартинки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеКартинки.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеКоманды.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеКоманды.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеМакеты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеМакеты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеМодули.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеМодули.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеРеквизиты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеРеквизиты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОбщиеФормы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОбщиеФормы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОпределяемыеТипы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОпределяемыеТипы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОпределяемыйТип.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОпределяемыйТип.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОтчеты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОтчеты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеОтчеты/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеОтчеты/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПакетыXDTO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПакетыXDTO.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПараметрыСеанса.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПараметрыСеанса.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПерерасчеты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПерерасчеты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПеречисления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПеречисления.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПланыВидовРасчета.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПланыВидовРасчета.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПланыОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПланыОбмена.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПланыСчетов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПланыСчетов.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПодпискиНаСобытия.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПодпискиНаСобытия.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПодсистемы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПодсистемы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПоследовательности.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПоследовательности.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеПризнакиУчета.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеПризнакиУчета.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРегистрыБухгалтерии.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРегистрыБухгалтерии.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРегистрыНакопления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРегистрыНакопления.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРегистрыРасчета.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРегистрыРасчета.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРегистрыСведений.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРегистрыСведений.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРегламентныеЗадания.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРегламентныеЗадания.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРеквизиты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРеквизиты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРеквизитыАдресации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРеквизитыАдресации.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРесурсы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРесурсы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРесурсы/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРесурсы/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРоли.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРоли.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеРоли/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеРоли/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеСправочники.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеСправочники.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеСтандартныеРеквизиты.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеСтандартныеРеквизиты.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеСтили.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеСтили.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеСтили/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеСтили/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеТабличныеЧасти.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеТабличныеЧасти.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеФормы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеФормы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеФормы/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеФормы/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеФункциональныеОпции.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеФункциональныеОпции.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеХранилищаНастроек.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеХранилищаНастроек.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЭлементыСтиля.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЭлементыСтиля.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЯзыки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЯзыки.xml -------------------------------------------------------------------------------- /cf/CommonPictures/МетаданныеЯзыки/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/МетаданныеЯзыки/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Минимум.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Минимум.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Минимум/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Минимум/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Минимум/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Минимум/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/НезавершившаясяПроверка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/НезавершившаясяПроверка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/НетГраницы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/НетГраницы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/НетГраницы/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/НетГраницы/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/НетГраницы/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/НетГраницы/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ОбновитьФайлИзФайлаНаДиске.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ОбновитьФайлИзФайлаНаДиске.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ОбъединитьЯчейки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ОбъединитьЯчейки.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ОбъединитьЯчейки/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ОбъединитьЯчейки/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Органайзер.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Органайзер.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Органайзер/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Органайзер/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Органайзер/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Органайзер/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ОтправитьПолучитьПочту.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ОтправитьПолучитьПочту.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ОтправитьЭлектронноеПисьмо.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ОтправитьЭлектронноеПисьмо.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Ошибка32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Ошибка32.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Ошибка32/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Ошибка32/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Ошибка32/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Ошибка32/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/Папка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Папка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Папка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Папка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Папка/Ext/Picture/Picture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Папка/Ext/Picture/Picture.svg -------------------------------------------------------------------------------- /cf/CommonPictures/ПиктограммыТиповДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПиктограммыТиповДанных.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПиктограммыЭлементов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПиктограммыЭлементов.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПодменюСервис.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПодменюСервис.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПодменюСервис/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПодменюСервис/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Подсистема.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Подсистема.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Подсистема/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Подсистема/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Подсистема/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Подсистема/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/Подчеркивание.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Подчеркивание.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Подчеркивание/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Подчеркивание/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПоказатьОтличия.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПоказатьОтличия.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПоказатьОтличия/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПоказатьОтличия/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПоказатьТолькоВыбранныеРоли.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПоказатьТолькоВыбранныеРоли.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПолужирноеНачертание.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПолужирноеНачертание.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПользовательБезФотографии.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПользовательБезФотографии.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Предупреждение.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Предупреждение.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Предупреждение/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Предупреждение/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Предупреждение32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Предупреждение32.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Предупреждение32/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Предупреждение32/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ПримечаниеЖурналаРегистрации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ПримечаниеЖурналаРегистрации.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Пустая.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Пустая.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Пустая/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Пустая/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Пустая/Ext/Picture/Picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Пустая/Ext/Picture/Picture.png -------------------------------------------------------------------------------- /cf/CommonPictures/РазделАдминистрирование48.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/РазделАдминистрирование48.xml -------------------------------------------------------------------------------- /cf/CommonPictures/РазорватьСоединение.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/РазорватьСоединение.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Рассчитать.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Рассчитать.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Рассчитать/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Рассчитать/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Рассчитать/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Рассчитать/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/СерыйКрест.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СерыйКрест.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СерыйКрест/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СерыйКрест/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СерыйКрест/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СерыйКрест/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/Скачать.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скачать.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Скачать/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скачать/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Скачать/Ext/Picture/Picture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скачать/Ext/Picture/Picture.svg -------------------------------------------------------------------------------- /cf/CommonPictures/СкопироватьВБуферОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СкопироватьВБуферОбмена.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Скрепка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скрепка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Скрепка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скрепка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Скрепка/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Скрепка/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя01.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя02.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя03.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя04.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя05.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя06.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя07.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя08.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя09.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя10.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя11.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя12.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя13.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя14.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя15.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя15.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя16.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя17.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостояниеПользователя18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостояниеПользователя18.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостоянияПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостоянияПользователей.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостоянияРасширенийОшибка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостоянияРасширенийОшибка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СостоянияРасширенийПодключено.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СостоянияРасширенийПодключено.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СохранитьКак.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СохранитьКак.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СохранитьКак/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СохранитьКак/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СохранитьФайлКак.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СохранитьФайлКак.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СохранитьФайлКак/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СохранитьФайлКак/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Среднее.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Среднее.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Среднее/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Среднее/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Среднее/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Среднее/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/СтатусыДокумента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтатусыДокумента.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтатусыДокумента/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтатусыДокумента/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВверх.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВверх.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВверх/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВверх/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВлево.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВлево.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВлево/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВлево/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВниз.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВниз.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВниз/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВниз/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВнизЗеленая.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВнизЗеленая.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВнизЗеленая/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВнизЗеленая/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВправо.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВправо.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВправо/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВправо/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/СтрелкаВправоЗеленая.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/СтрелкаВправоЗеленая.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Сумма.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Сумма.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Сумма/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Сумма/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Сумма/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Сумма/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТелефонныйЗвонок.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТелефонныйЗвонок.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТелефонныйЗвонок/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТелефонныйЗвонок/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипБулево.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипБулево.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипБулево/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипБулево/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипБулево/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипБулево/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипГиперссылка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипГиперссылка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипГиперссылка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипГиперссылка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипГруппа.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипГруппа.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипГруппа/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипГруппа/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипГруппа/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипГруппа/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДата.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДата.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДата/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДата/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДата/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДата/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДерево.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДерево.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДерево/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДерево/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипДерево/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипДерево/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипИдентификатор.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипИдентификатор.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипИдентификатор/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипИдентификатор/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипКартинка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипКартинка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипКартинка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипКартинка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипКонстанта.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипКонстанта.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипКонстанта/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипКонстанта/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипМакрос.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипМакрос.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипМакрос/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипМакрос/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипМакрос/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипМакрос/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипНеопределено.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипНеопределено.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипНеопределено/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипНеопределено/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипПапка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипПапка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипПапка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипПапка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипПапка/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипПапка/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСоставнойДополнительный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСоставнойДополнительный.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСоставнойОсновной.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСоставнойОсновной.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСписок.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСписок.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСписок/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСписок/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСписок/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСписок/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСсылка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСсылка.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСсылка/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСсылка/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСсылка/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСсылка/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСтрока.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСтрока.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСтрока/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСтрока/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипСтрока/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипСтрока/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФильтр.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФильтр.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФильтр/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФильтр/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФильтр/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФильтр/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФункция.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФункция.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФункция/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФункция/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипФункция/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипФункция/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТипЧисло.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипЧисло.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипЧисло/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипЧисло/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТипЧисло/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТипЧисло/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ТолстаяГраницаВокруг.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТолстаяГраницаВокруг.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТолстаяГраницаСверху.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТолстаяГраницаСверху.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ТолстаяГраницаСнизу.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ТолстаяГраницаСнизу.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УвеличитьШрифт.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УвеличитьШрифт.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УвеличитьШрифт/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УвеличитьШрифт/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УдалитьИнформация.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УдалитьИнформация.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УдалитьИнформация/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УдалитьИнформация/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УменьшитьШрифт.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УменьшитьШрифт.xml -------------------------------------------------------------------------------- /cf/CommonPictures/УменьшитьШрифт/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/УменьшитьШрифт/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно32.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно32/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно32/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/Успешно32/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/Успешно32/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматExcel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматExcel.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматExcel/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматExcel/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматExcel2007.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматExcel2007.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматExcel2007/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматExcel2007/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматHTML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматHTML.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматHTML/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматHTML/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматHTML/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматHTML/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматMXL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматMXL.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматMXL/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматMXL/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматMXL/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматMXL/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматOpenOfficeCalc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматOpenOfficeCalc.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматOpenOfficeWriter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматOpenOfficeWriter.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматPDF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматPDF.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматPDF/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматPDF/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматPDF/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматPDF/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматTXT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматTXT.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматTXT/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматTXT/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматTXT/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматTXT/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматWord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматWord.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматWord/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматWord/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматWord/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматWord/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматWord2007.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматWord2007.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматWord2007/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматWord2007/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматПустой.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматПустой.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ФорматПустой/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ФорматПустой/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветГраницы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветГраницы.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветГраницы/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветГраницы/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветТекста.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветТекста.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветТекста/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветТекста/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветТекста/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветТекста/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветФона.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветФона.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветФона/Ext/Picture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветФона/Ext/Picture.xml -------------------------------------------------------------------------------- /cf/CommonPictures/ЦветФона/Ext/Picture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ЦветФона/Ext/Picture/Picture.zip -------------------------------------------------------------------------------- /cf/CommonPictures/ШтампЭлектроннойПодписи.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/CommonPictures/ШтампЭлектроннойПодписи.xml -------------------------------------------------------------------------------- /cf/ConfigDumpInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ConfigDumpInfo.xml -------------------------------------------------------------------------------- /cf/Configuration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Configuration.xml -------------------------------------------------------------------------------- /cf/Constants/ГлавныйУзел.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ГлавныйУзел.xml -------------------------------------------------------------------------------- /cf/Constants/ЗаголовокСистемы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ЗаголовокСистемы.xml -------------------------------------------------------------------------------- /cf/Constants/ЗаписьОтладки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ЗаписьОтладки.xml -------------------------------------------------------------------------------- /cf/Constants/ИдентификаторИнформационнойБазы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ИдентификаторИнформационнойБазы.xml -------------------------------------------------------------------------------- /cf/Constants/ИдентификаторИнформационнойБазы/Ext/ValueManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/ИдентификаторПатернаOpenSearch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ИдентификаторПатернаOpenSearch.xml -------------------------------------------------------------------------------- /cf/Constants/ИнтервалОбработкиДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ИнтервалОбработкиДанных.xml -------------------------------------------------------------------------------- /cf/Constants/ИспользоватьВнешнихПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ИспользоватьВнешнихПользователей.xml -------------------------------------------------------------------------------- /cf/Constants/ИспользоватьГруппыПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ИспользоватьГруппыПользователей.xml -------------------------------------------------------------------------------- /cf/Constants/КаталогВременныхФайловДляLinux.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/КаталогВременныхФайловДляLinux.xml -------------------------------------------------------------------------------- /cf/Constants/КаталогВременныхФайловДляWindows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/КаталогВременныхФайловДляWindows.xml -------------------------------------------------------------------------------- /cf/Constants/КоличествоПотоковДлительныхОпераций.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/КоличествоПотоковДлительныхОпераций.xml -------------------------------------------------------------------------------- /cf/Constants/КоличествоПотоковФоновыхЗаданий.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/КоличествоПотоковФоновыхЗаданий.xml -------------------------------------------------------------------------------- /cf/Constants/НастройкиВходаПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/НастройкиВходаПользователей.xml -------------------------------------------------------------------------------- /cf/Constants/НастройкиВходаПользователей/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/НастройкиВходаПользователей/Ext/ValueManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/ОбработкаБезФоновыхЗаданий.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ОбработкаБезФоновыхЗаданий.xml -------------------------------------------------------------------------------- /cf/Constants/ОсновнойЯзык.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ОсновнойЯзык.xml -------------------------------------------------------------------------------- /cf/Constants/ПараметрыАдминистрированияИБ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ПараметрыАдминистрированияИБ.xml -------------------------------------------------------------------------------- /cf/Constants/ПорцияЗагрузкиДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ПорцияЗагрузкиДанных.xml -------------------------------------------------------------------------------- /cf/Constants/ПорядокОбрабатываемыхДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/ПорядокОбрабатываемыхДанных.xml -------------------------------------------------------------------------------- /cf/Constants/СведенияОБлокируемыхОбъектах.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/СведенияОБлокируемыхОбъектах.xml -------------------------------------------------------------------------------- /cf/Constants/СведенияОбОбновленииИБ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/СведенияОбОбновленииИБ.xml -------------------------------------------------------------------------------- /cf/Constants/СсылкаOpenSearch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/СсылкаOpenSearch.xml -------------------------------------------------------------------------------- /cf/Constants/СтандартныеПодсистемыВАвтономномРежиме/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/СтандартныеПодсистемыВАвтономномРежиме/Ext/ValueManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/УдалитьНастройкиВходаПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Constants/УдалитьНастройкиВходаПользователей.xml -------------------------------------------------------------------------------- /cf/Constants/УдалитьНастройкиВходаПользователей/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Constants/УдалитьНастройкиВходаПользователей/Ext/ValueManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/DataProcessors/ЖурналРегистрации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/ЖурналРегистрации.xml -------------------------------------------------------------------------------- /cf/DataProcessors/ЖурналРегистрации/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/ЖурналРегистрации/Ext/Help.xml -------------------------------------------------------------------------------- /cf/DataProcessors/ЖурналРегистрации/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/ЖурналРегистрации/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/DataProcessors/ЖурналРегистрации/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/DataProcessors/НастройкиПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/НастройкиПользователей.xml -------------------------------------------------------------------------------- /cf/DataProcessors/НастройкиПользователей/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/DataProcessors/НерекомендуемаяВерсияПлатформы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/НерекомендуемаяВерсияПлатформы.xml -------------------------------------------------------------------------------- /cf/DataProcessors/ОписаниеОбработчиковОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/ОписаниеОбработчиковОбновления.xml -------------------------------------------------------------------------------- /cf/DataProcessors/РезультатыОбновленияПрограммы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DataProcessors/РезультатыОбновленияПрограммы.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/ВнешнийПользователь.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/ВнешнийПользователь.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/ВнешнийПользовательОбъект.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/ВнешнийПользовательОбъект.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/МестоХраненияФункциональныхОпций.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/МестоХраненияФункциональныхОпций.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/Организация.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/Организация.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/Подразделение.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/Подразделение.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/Пользователь.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/Пользователь.xml -------------------------------------------------------------------------------- /cf/DefinedTypes/ФизическоеЛицо.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/DefinedTypes/ФизическоеЛицо.xml -------------------------------------------------------------------------------- /cf/Enums/ВидыОшибокЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ВидыОшибокЗапросов.xml -------------------------------------------------------------------------------- /cf/Enums/ВидыСобытийЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ВидыСобытийЗапросов.xml -------------------------------------------------------------------------------- /cf/Enums/ВидыЭтаповОбработки.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ВидыЭтаповОбработки.xml -------------------------------------------------------------------------------- /cf/Enums/ПорядокОбработчиковОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ПорядокОбработчиковОбновления.xml -------------------------------------------------------------------------------- /cf/Enums/РежимыВыполненияОбработчиков.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/РежимыВыполненияОбработчиков.xml -------------------------------------------------------------------------------- /cf/Enums/РежимыВыполненияОтложенныхОбработчиков.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/РежимыВыполненияОтложенныхОбработчиков.xml -------------------------------------------------------------------------------- /cf/Enums/СпособыРедактированияЭлектронныхПисем.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/СпособыРедактированияЭлектронныхПисем.xml -------------------------------------------------------------------------------- /cf/Enums/СтатусыОбработчиковОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/СтатусыОбработчиковОбновления.xml -------------------------------------------------------------------------------- /cf/Enums/СтатусыОбработчиковОбновления/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Enums/ТипыДанныхКэшаПрограммныхИнтерфейсов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ТипыДанныхКэшаПрограммныхИнтерфейсов.xml -------------------------------------------------------------------------------- /cf/Enums/ФорматыСохраненияОтчетов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Enums/ФорматыСохраненияОтчетов.xml -------------------------------------------------------------------------------- /cf/EventSubscriptions/ПриОтправкеДанныхГлавному.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/EventSubscriptions/ПриОтправкеДанныхГлавному.xml -------------------------------------------------------------------------------- /cf/ExchangePlans/ОбновлениеИнформационнойБазы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ExchangePlans/ОбновлениеИнформационнойБазы.xml -------------------------------------------------------------------------------- /cf/ExchangePlans/ОбновлениеИнформационнойБазы/Ext/ObjectModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/Ext/ClientApplicationInterface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/ClientApplicationInterface.xml -------------------------------------------------------------------------------- /cf/Ext/CommandInterface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/CommandInterface.xml -------------------------------------------------------------------------------- /cf/Ext/ExternalConnectionModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/ExternalConnectionModule.bsl -------------------------------------------------------------------------------- /cf/Ext/HomePageWorkArea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/HomePageWorkArea.xml -------------------------------------------------------------------------------- /cf/Ext/MainSectionCommandInterface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/MainSectionCommandInterface.xml -------------------------------------------------------------------------------- /cf/Ext/MainSectionPicture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/MainSectionPicture.xml -------------------------------------------------------------------------------- /cf/Ext/MainSectionPicture/Picture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/MainSectionPicture/Picture.zip -------------------------------------------------------------------------------- /cf/Ext/ManagedApplicationModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/ManagedApplicationModule.bsl -------------------------------------------------------------------------------- /cf/Ext/OrdinaryApplicationModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/OrdinaryApplicationModule.bsl -------------------------------------------------------------------------------- /cf/Ext/ParentConfigurations.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/ParentConfigurations.bin -------------------------------------------------------------------------------- /cf/Ext/SessionModule.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Ext/SessionModule.bsl -------------------------------------------------------------------------------- /cf/ExternalDataSources/РасширенныеСобытия.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ExternalDataSources/РасширенныеСобытия.xml -------------------------------------------------------------------------------- /cf/FunctionalOptions/РаботаВЛокальномРежиме.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/FunctionalOptions/РаботаВЛокальномРежиме.xml -------------------------------------------------------------------------------- /cf/FunctionalOptions/РаботаВМоделиСервиса.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/FunctionalOptions/РаботаВМоделиСервиса.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ВерсииПодсистем.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ВерсииПодсистем.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ВременныеТаблицы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ВременныеТаблицы.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ВременныеТаблицыPostgres.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ВременныеТаблицыPostgres.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ДлительныеОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ДлительныеОперации.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ОбработчикиОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ОбработчикиОбновления.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ПараметрыРаботыПрограммы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ПараметрыРаботыПрограммы.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ПодготовленныеОператоры.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ПодготовленныеОператоры.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ПотокиОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ПотокиОбновления.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ПрогрессОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ПрогрессОбновления.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/ПрогрессОбновления/Ext/RecordSetModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/InformationRegisters/СведенияОПользователях.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/СведенияОПользователях.xml -------------------------------------------------------------------------------- /cf/InformationRegisters/СведенияОПользователях/Ext/RecordSetModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/InformationRegisters/ФиксацияОбработкиДанныхОбработчиками/Ext/ManagerModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/InformationRegisters/ФиксацияОбработкиДанныхОбработчиками/Ext/RecordSetModule.bsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cf/InformationRegisters/ЭтапыОбработкиДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/InformationRegisters/ЭтапыОбработкиДанных.xml -------------------------------------------------------------------------------- /cf/Languages/Русский.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Languages/Русский.xml -------------------------------------------------------------------------------- /cf/Reports/ДлительностьОтложенногоОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/ДлительностьОтложенногоОбновления.xml -------------------------------------------------------------------------------- /cf/Reports/ПрогрессОтложенногоОбновления.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/ПрогрессОтложенногоОбновления.xml -------------------------------------------------------------------------------- /cf/Reports/РезультатыТестирования.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/РезультатыТестирования.xml -------------------------------------------------------------------------------- /cf/Reports/СведенияОПользователях.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/СведенияОПользователях.xml -------------------------------------------------------------------------------- /cf/Reports/СведенияОПользователях/Ext/Help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/СведенияОПользователях/Ext/Help.xml -------------------------------------------------------------------------------- /cf/Reports/СведенияОПользователях/Ext/Help/ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Reports/СведенияОПользователях/Ext/Help/ru.html -------------------------------------------------------------------------------- /cf/Roles/АдминистраторСистемы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/АдминистраторСистемы.xml -------------------------------------------------------------------------------- /cf/Roles/АдминистраторСистемы/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/АдминистраторСистемы/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/Администрирование.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/Администрирование.xml -------------------------------------------------------------------------------- /cf/Roles/Администрирование/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/Администрирование/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/БазовыеПраваБСП.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/БазовыеПраваБСП.xml -------------------------------------------------------------------------------- /cf/Roles/БазовыеПраваБСП/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/БазовыеПраваБСП/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/БазовыеПраваВнешнихПользователейБСП.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/БазовыеПраваВнешнихПользователейБСП.xml -------------------------------------------------------------------------------- /cf/Roles/ВыводНаПринтерФайлБуферОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ВыводНаПринтерФайлБуферОбмена.xml -------------------------------------------------------------------------------- /cf/Roles/ДобавлениеИзменениеВнешнихПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ДобавлениеИзменениеВнешнихПользователей.xml -------------------------------------------------------------------------------- /cf/Roles/ДобавлениеИзменениеПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ДобавлениеИзменениеПользователей.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускAutomation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускAutomation.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускAutomation/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускAutomation/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускВебКлиента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускВебКлиента.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускВебКлиента/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускВебКлиента/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускВнешнегоСоединения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускВнешнегоСоединения.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускВнешнегоСоединения/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускВнешнегоСоединения/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускМобильногоКлиента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускМобильногоКлиента.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускМобильногоКлиента/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускМобильногоКлиента/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускТолстогоКлиента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускТолстогоКлиента.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускТолстогоКлиента/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускТолстогоКлиента/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускТонкогоКлиента.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускТонкогоКлиента.xml -------------------------------------------------------------------------------- /cf/Roles/ЗапускТонкогоКлиента/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЗапускТонкогоКлиента/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ОбновлениеКонфигурацииБазыДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ОбновлениеКонфигурацииБазыДанных.xml -------------------------------------------------------------------------------- /cf/Roles/ПолныеПрава.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ПолныеПрава.xml -------------------------------------------------------------------------------- /cf/Roles/ПолныеПрава/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ПолныеПрава/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ПросмотрЖурналаРегистрации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ПросмотрЖурналаРегистрации.xml -------------------------------------------------------------------------------- /cf/Roles/ПросмотрЖурналаРегистрации/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ПросмотрЖурналаРегистрации/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/ПросмотрОписанияИзмененийПрограммы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ПросмотрОписанияИзмененийПрограммы.xml -------------------------------------------------------------------------------- /cf/Roles/РежимТехническогоСпециалиста.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/РежимТехническогоСпециалиста.xml -------------------------------------------------------------------------------- /cf/Roles/РежимТехническогоСпециалиста/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/РежимТехническогоСпециалиста/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/СохранениеДанныхПользователя.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/СохранениеДанныхПользователя.xml -------------------------------------------------------------------------------- /cf/Roles/СохранениеДанныхПользователя/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/СохранениеДанныхПользователя/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/Roles/УдаленныйДоступБазоваяФункциональность.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/УдаленныйДоступБазоваяФункциональность.xml -------------------------------------------------------------------------------- /cf/Roles/ЧтениеВнешнихПользователей.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЧтениеВнешнихПользователей.xml -------------------------------------------------------------------------------- /cf/Roles/ЧтениеВнешнихПользователей/Ext/Rights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Roles/ЧтениеВнешнихПользователей/Ext/Rights.xml -------------------------------------------------------------------------------- /cf/ScheduledJobs/ОбработкаСервисовИнтеграции.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ScheduledJobs/ОбработкаСервисовИнтеграции.xml -------------------------------------------------------------------------------- /cf/ScheduledJobs/ОтложенноеОбновлениеИБ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ScheduledJobs/ОтложенноеОбновлениеИБ.xml -------------------------------------------------------------------------------- /cf/ScheduledJobs/ОчисткаУстаревшихДанных.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/ScheduledJobs/ОчисткаУстаревшихДанных.xml -------------------------------------------------------------------------------- /cf/SessionParameters/АвторизованныйПользователь.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/АвторизованныйПользователь.xml -------------------------------------------------------------------------------- /cf/SessionParameters/БуферОбмена.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/БуферОбмена.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ВерсияРасширений.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ВерсияРасширений.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ВыполняетсяОбновлениеИБ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ВыполняетсяОбновлениеИБ.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ДлительныеОперации.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ДлительныеОперации.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ОсновнойЯзык.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ОсновнойЯзык.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ПараметрыКлиентаНаСервере.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ПараметрыКлиентаНаСервере.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ПодключенныеРасширения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ПодключенныеРасширения.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ТекущийВнешнийПользователь.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ТекущийВнешнийПользователь.xml -------------------------------------------------------------------------------- /cf/SessionParameters/ТекущийПользователь.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/ТекущийПользователь.xml -------------------------------------------------------------------------------- /cf/SessionParameters/УстановленныеРасширения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/SessionParameters/УстановленныеРасширения.xml -------------------------------------------------------------------------------- /cf/StyleItems/ВажнаяНадписьШрифт.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ВажнаяНадписьШрифт.xml -------------------------------------------------------------------------------- /cf/StyleItems/ГиперссылкаЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ГиперссылкаЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/ДобавленныйРеквизитФон.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ДобавленныйРеквизитФон.xml -------------------------------------------------------------------------------- /cf/StyleItems/ЗаблокированныйРеквизитЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ЗаблокированныйРеквизитЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/ЗаголовокУдаленногоРеквизитаШрифт.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ЗаголовокУдаленногоРеквизитаШрифт.xml -------------------------------------------------------------------------------- /cf/StyleItems/ИзмененноеЗначениеРеквизитаФон.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ИзмененноеЗначениеРеквизитаФон.xml -------------------------------------------------------------------------------- /cf/StyleItems/ИзмененноеЗначениеРеквизитаЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ИзмененноеЗначениеРеквизитаЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/ИтогиФонГруппы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ИтогиФонГруппы.xml -------------------------------------------------------------------------------- /cf/StyleItems/ОсновнойЭлементСписка.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ОсновнойЭлементСписка.xml -------------------------------------------------------------------------------- /cf/StyleItems/ПользовательВыбранный.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ПользовательВыбранный.xml -------------------------------------------------------------------------------- /cf/StyleItems/ПоясняющийОшибкуТекст.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ПоясняющийОшибкуТекст.xml -------------------------------------------------------------------------------- /cf/StyleItems/ПоясняющийТекст.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ПоясняющийТекст.xml -------------------------------------------------------------------------------- /cf/StyleItems/ПросроченныеДанныеЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ПросроченныеДанныеЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/РезультатУспехЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/РезультатУспехЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/ТекстЗапрещеннойЯчейкиЦвет.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ТекстЗапрещеннойЯчейкиЦвет.xml -------------------------------------------------------------------------------- /cf/StyleItems/УдаленныйРеквизитФон.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/УдаленныйРеквизитФон.xml -------------------------------------------------------------------------------- /cf/StyleItems/ФонУправляющегоПоля.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ФонУправляющегоПоля.xml -------------------------------------------------------------------------------- /cf/StyleItems/ЦветРазделаПанелиФункций.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ЦветРазделаПанелиФункций.xml -------------------------------------------------------------------------------- /cf/StyleItems/ЦветФонаПредупреждения.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/StyleItems/ЦветФонаПредупреждения.xml -------------------------------------------------------------------------------- /cf/Subsystems/ПроигрываниеЗапросов.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Subsystems/ПроигрываниеЗапросов.xml -------------------------------------------------------------------------------- /cf/Subsystems/СтандартныеПодсистемы.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/Subsystems/СтандартныеПодсистемы.xml -------------------------------------------------------------------------------- /cf/WebServices/InterfaceVersion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/WebServices/InterfaceVersion.xml -------------------------------------------------------------------------------- /cf/WebServices/InterfaceVersion/Ext/Module.bsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnit-tech/one-s-questions-ms-on-postgres/HEAD/cf/WebServices/InterfaceVersion/Ext/Module.bsl --------------------------------------------------------------------------------