mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
add main routes and templates
This commit is contained in:
parent
6df4488b5c
commit
71bce538af
56 changed files with 2288 additions and 24 deletions
39
templates/logged/import.html.twig
Executable file
39
templates/logged/import.html.twig
Executable file
|
@ -0,0 +1,39 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
{% block body %}
|
||||
<h1>Importation, création en masse</h1>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 ">
|
||||
{% include 'logged/mass-register.html.twig' %}
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<h2>
|
||||
|
||||
Importer votre historique de ventes
|
||||
</h2>
|
||||
<div class="alert alert-warning">
|
||||
<i class="fa fa-warning"></i>
|
||||
Fonctionnalité en cours de création
|
||||
</div>
|
||||
{# 1)#}
|
||||
{# <a class="btn btn-success" href="{{ asset('modele_import_caisse.csv') }}">#}
|
||||
{# <i class="fa fa-file-o fa-3x"></i>#}
|
||||
{# Télécharger le fichier de modèle#}
|
||||
{# </a>#}
|
||||
{# <hr>#}
|
||||
{# 2) Remplir votre modèle avec vos ventes#}
|
||||
{# <hr>#}
|
||||
{# 3) à faire#}
|
||||
{#<form action="{{ path('import') }}" method="post">#}
|
||||
{#<fieldset>#}
|
||||
|
||||
{#Importer votre modèle rempli#}
|
||||
{#<input disabled type="file" name="fichier_import">#}
|
||||
{#<input disabled class="btn btn-primary btn-block" type="submit" value="importer votre historique">#}
|
||||
{#</fieldset>#}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue