Insert New Template
Fill the following form in order to create a new import template
Mandatory Fields
- Template Name
- Source Type
- Schema and Client
- Row Header and Column Header only for XLS templates
getConnection(); $stmt = $pdo->prepare("SELECT * FROM routine"); $stmt->execute(); $routines = $stmt->fetchAll(PDO::FETCH_ASSOC); ?>