mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-06 11:18:56 +03:00
3ee715939b
8 test cases covering InformationRegister (Record periodic/nonperiodic, List), AccumulationRegister (List), ChartOfCharacteristicTypes (Item), ExchangePlan (Item), ChartOfAccounts (Item, List). All 12 tests pass on both PS1 and Python runtimes with form-validate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"name": "AccumulationRegister List — Balances, 2 измерения + 3 ресурса",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": {
|
|
"type": "AccumulationRegister",
|
|
"name": "ДенежныеСредства",
|
|
"registerType": "Balances",
|
|
"dimensions": [
|
|
{ "name": "Организация", "type": "String", "length": 50 },
|
|
{ "name": "БанковскийСчет", "type": "String", "length": 34 }
|
|
],
|
|
"resources": [
|
|
{ "name": "Сумма", "type": "Number", "length": 15, "precision": 2 },
|
|
{ "name": "СуммаВалютная", "type": "Number", "length": 15, "precision": 2 },
|
|
{ "name": "СуммаУпр", "type": "Number", "length": 15, "precision": 2 }
|
|
]
|
|
},
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
},
|
|
{
|
|
"script": "form-add/scripts/form-add",
|
|
"args": { "-ObjectPath": "{workDir}/AccumulationRegisters/ДенежныеСредства.xml", "-FormName": "ФормаСписка" }
|
|
}
|
|
],
|
|
"params": { "outputPath": "AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml" },
|
|
"validatePath": "AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml"
|
|
}
|