This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python | |
#-*-coding:utf8-*- | |
''' | |
Стоянов Евгений [email protected] | |
Модуль для формирования внутреннего представления типов 1С 7.7, которые можно восстановить с помощью методов ЗначениеИзСтроки() | |
ТаблицаЗначений | |
{"ТаблицаЗначений","2",{"0","","0","0","0","","2",{{"Кол1","Кол1","1","0","0",{"Строка",""},"","0",{{"Строка","тест"}}},{"Кол2","Кол2","1","0","1",{"Строка",""},"","0",{{"Строка","1231"}}}}}} | |
''' | |
import copy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python | |
#-*-coding:utf8-*- | |
''' | |
Стоянов Евгений [email protected] | |
Модуль для удобного обмена с 1С:Предприятие 8.Х | |
Позволяет сформировать в строку списки и таблицы значений для дальнейшего восставновления в 1С. | |
Массив | |
{"#",51e7a0d2-530b-11d4-b98a-008048da3034, | |
{2, |
NewerOlder