mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-16 10:43:18 +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>
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"name": "ChartOfAccounts List — план счетов, форма списка",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": {
|
|
"type": "ChartOfAccounts",
|
|
"name": "Хозрасчетный",
|
|
"codeLength": 9,
|
|
"descriptionLength": 100,
|
|
"maxExtDimensionCount": 3,
|
|
"accountingFlags": [
|
|
{ "name": "Валютный" },
|
|
{ "name": "Количественный" }
|
|
],
|
|
"extDimensionAccountingFlags": [
|
|
{ "name": "Валютный" },
|
|
{ "name": "Количественный" }
|
|
]
|
|
},
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
},
|
|
{
|
|
"script": "form-add/scripts/form-add",
|
|
"args": { "-ObjectPath": "{workDir}/ChartsOfAccounts/Хозрасчетный.xml", "-FormName": "ФормаСписка" }
|
|
}
|
|
],
|
|
"params": { "outputPath": "ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml" },
|
|
"validatePath": "ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml"
|
|
}
|