{% extends 'base.html' %} {% block title %}Line Items By Month{% 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 %}
Add Line Item
Line Items
ID Amount Currency Type Vendor Date Confirmation Code Note Reassign Vendor Split Line?
Loading...
Child Line Items
ID Parent LineItem ID Amount Currency Type Vendor Date Confirmation Code Note Reassign Vendor
Loading...
{% endblock content %}