mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-14 01:44:57 +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>
22 lines
927 B
JSON
22 lines
927 B
JSON
{
|
|
"name": "ChartOfCharacteristicTypes Item — простой ПВХ (код + наименование)",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": {
|
|
"type": "ChartOfCharacteristicTypes",
|
|
"name": "ВидыНоменклатуры",
|
|
"codeLength": 9,
|
|
"descriptionLength": 100
|
|
},
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
},
|
|
{
|
|
"script": "form-add/scripts/form-add",
|
|
"args": { "-ObjectPath": "{workDir}/ChartsOfCharacteristicTypes/ВидыНоменклатуры.xml", "-FormName": "ФормаЭлемента" }
|
|
}
|
|
],
|
|
"params": { "outputPath": "ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml" },
|
|
"validatePath": "ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml"
|
|
}
|