mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-12 17:04:57 +03:00
20adf4f463
Fix test DSLs that used ExternalDataProcessorObject (EPF type) for DataProcessors inside configurations. Also fix: chart-of-accounts (remove maxExtDimensionCount without ПВХТ), calculation-register (remove actionPeriod without infrastructure), document-multiple-tabparts (remove registerRecords referencing non-existent register), role-compile/explicit-rights (add dimensions to empty InformationRegister). Regenerated all affected snapshots. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
975 B
JSON
30 lines
975 B
JSON
{
|
|
"name": "Документ с несколькими ТЧ и реквизитами",
|
|
"input": {
|
|
"type": "Document",
|
|
"name": "РеализацияТоваров",
|
|
"attributes": [
|
|
"Организация: CatalogRef.Организации",
|
|
"Контрагент: CatalogRef.Контрагенты",
|
|
"Склад: CatalogRef.Склады",
|
|
"Валюта: CatalogRef.Валюты"
|
|
],
|
|
"tabularSections": {
|
|
"Товары": [
|
|
"Номенклатура: CatalogRef.Номенклатура",
|
|
"Количество: Number(15,3)",
|
|
"Цена: Number(15,2)",
|
|
"Сумма: Number(15,2)"
|
|
],
|
|
"Услуги": [
|
|
"Номенклатура: CatalogRef.Номенклатура",
|
|
"Сумма: Number(15,2)"
|
|
]
|
|
}
|
|
},
|
|
"validatePath": "Documents/РеализацияТоваров",
|
|
"expect": {
|
|
"files": ["Documents/РеализацияТоваров.xml"]
|
|
}
|
|
}
|