. */ include_once __DIR__.'/../../core.php'; echo '

'.$record['ragione_sociale'].'

'.Modules::link('Anagrafiche', $record['idanagrafica']).'
'; // Tipi di interventi foreach ($tipi_interventi as $tipo_intervento) { echo ' '; } echo '
'.tr('Attività').' '.tr('Addebito orario').' '.tr('Addebito km').' '.tr('Addebito diritto ch.').' '.tr('Costo orario').' '.tr('Costo km').' '.tr('Costo diritto ch.').'
'.$tipo_intervento['title'].' {[ "type": "number", "name": "costo_ore['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_ore'].'", "icon-after": "" ]} {[ "type": "number", "name": "costo_km['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_km'].'", "icon-after": "" ]} {[ "type": "number", "name": "costo_dirittochiamata['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_dirittochiamata'].'", "icon-after": "" ]} {[ "type": "number", "name": "costo_ore_tecnico['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_ore_tecnico'].'", "icon-after": "" ]} {[ "type": "number", "name": "costo_km_tecnico['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_km_tecnico'].'", "icon-after": "" ]} {[ "type": "number", "name": "costo_dirittochiamata_tecnico['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_dirittochiamata_tecnico'].'", "icon-after": "" ]}
';