{% extends 'base.html' %} {% block title %}Homepage{% endblock title %} {% block content %}
{% if files %}
File available in static folder for upload - New files must be formatted with the following columns in this order - Date, Vendor, Note, Confirmation Code, Charge, Deposit
{% for file in files %} {% endfor %}
Filename
{{file}}
{% else %}
No files in the upload folder
{% endif %}
Line Items
ID Parent LineItem ID Amount Currency Type Vendor Date Confirmation Code Note Reassign Vendor Split Line?
Loading...
{% endblock content %}