Ajout du support des écritures ventilées.
[garradin.git] / templates / admin / compta / import.tpl
index c00a844..d89b359 100644 (file)
@@ -22,6 +22,8 @@
         <dl>
             <dt><label for="f_file">Fichier à importer</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
             <dd><input type="file" name="upload" id="f_file" required="required" /></dd>
         <dl>
             <dt><label for="f_file">Fichier à importer</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
             <dd><input type="file" name="upload" id="f_file" required="required" /></dd>
+            <dt><label for="f_file_plan_comptable">Fichier JSON du Plan comptable à importer</label> <b title="(Champ optionnel)">optionnel</b></dt>
+            <dd><input type="file" name="upload-plan-comptable" id="f_file_plan_comptable" /></dd>
             <dt><label for="f_type">Type de fichier</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
             <dd>
                 <input type="radio" name="type" id="f_type" value="garradin" {form_field name=type checked="garradin" default="garradin"} />
             <dt><label for="f_type">Type de fichier</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
             <dd>
                 <input type="radio" name="type" id="f_type" value="garradin" {form_field name=type checked="garradin" default="garradin"} />
@@ -58,4 +60,4 @@
 
 </form>
 
 
 </form>
 
-{include file="admin/_foot.tpl"}
\ No newline at end of file
+{include file="admin/_foot.tpl"}