array (
'form' => array (
'buttons' => array (
array(
'customCode' => '{if $CID==0}{/if}'
),
array(
'customCode' => '{if $CID==0}{/if}'
),
array(
'customCode' => '{if $CID==0}{/if}'
),
array(
'customCode' => '{if $CID==0}{/if}'
),
array(
'customCode' => '{if $CID>0}{/if}'
),
array(
'customCode' => '{$CATALOGUE}'
),
),
'hidden'=>array(
'',
'',
'',
'',
'',
'',
' {$fields.document_no.value} - {$fields.parent_name.value} - {$fields.parent_contact_name.value} - {$fields.parent_address_street.value} {$fields.parent_address_postalcode.value} {$fields.parent_address_city.value} {$fields.parent_address_country.value} - {$fields.total.value}'
),
),
'maxColumns' => '2',
'widths' => array (
array ('label' => '10', 'field' => '30'),
array ('label' => '10', 'field' => '30')
),
'includes' => array(
array('file'=>'include/JSON.js'),
array('file'=>'modules/EcmInsideOrders/MyTable.js'),
array('file'=>'modules/EcmInsideOrders/EcmInsideOrdersDetailView.js'),
array('file'=>'include/ECM/EcmPreviewPDF/EcmPreviewPDF.js'),
),
),
'panels' => array (
'LBL_DETAILS_TAB'=> array(
array(
'document_no',
'assigned_user_name'
),
array('name','template_name'),
array (
'parent_name',
'type',
),
array(
'register_date','end_date',
),
array (
array(
'name' => 'rw_stock_id',
'label'=>'LBL_RW_STOCK_ID',
'customCode' => '{$RW_STOCK}',
),
array(
'name' => 'pw_stock_id',
'label'=>'LBL_PW_STOCK_ID',
'customCode' => '{$PW_STOCK}',
),
),
array(
array(
'name' => 'employers',
'label'=>'LBL_EMPLOYERS',
'customCode' => '{$EMPLOYERS}',
),
),
array(
array(
'name' => 'to_informations',
'allCols' => true,
'hideLabel' => true,
'customCode' => '
{$MOD.LBL_TO_INFORMATIONS}'
),
),
array (
array(
'name' => 'parent_name_copy',
'customCode' => '{$fields.parent_name.value}',
),
'ecmlanguage'
),
array ('parent_address_street', ''),
array (
array(
'name' => 'parent_address_city',
'tabIndex' => 't',
'customCode' => '{$fields.parent_address_postalcode.value} {$fields.parent_address_city.value}'
),
''
),
array ('parent_address_country', ''),
),
'LBL_ITEMS_TAB'=> array(
array(
array(
'name' => 'items_list_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' => '
'
// .'{literal}'.
// ''
// .'{/literal}'.
.'
| {$MOD.LBL_EDITTABLE_NO} |
{$MOD.LBL_EDITTABLE_CODE} |
{$MOD.LBL_EDITTABLE_NAME} |
Qty. |
Prod. Qty. |
{$MOD.LBL_EDITTABLE_PRICE} |
|
{$MOD.LBL_EDITTABLE_TOTAL} |
',
)
),
),
'LBL_TEXTS_TAB'=> array(
array('header_text'),
array('footer_text'),
array('ads_text'),
),
'LBL_PREVIEW_TAB'=> array(
array(
array(
'name' => 'preview_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' => ''
),
),
),
'LBL_EMAIL_TAB'=> array(
array(
array(
'name' => 'email_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' => '{$EMAIL_LINK_TAB}'
),
),
),
),
);
?>