Creating a budget overview from a SuperX export.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
994 B

{% extends "superx_budget:pyramid/templates/layout.jinja2" %}
{% block content %}
<div class="row">
<div class="col">
<h2>Procedure to get the right SuperX export</h2>
<ol>
<li>Log in to SuperX</li>
<li>select …</li>
<li>select …</li>
<li>select …</li>
<li>select …</li>
<li>select …</li>
</ol>
<h4>Done?</h4>
<form enctype="multipart/form-data" method="post" action="/">
<div class="form-group">
<label for="fileupload">Then please upload the just exported Excel file:</label>
<input id="fileupload" name="superx" type="file" class="form-control-file" />
</div>
<button type="submit" name="submit" value="submitted" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
{% endblock content %}