{% extends "layout.html" %} {% block title %}Price Import{% endblock %} {% block content %}

Price Import

Instructions

See /data folder for .csv file example. Rows should look like this: AEF.AX,128.02,"10/11/2017" The dates are currently expected in Australian format (dd/MM/yyyy). This should be made configurable.


{##}

Review will load and display the prices, while Import will import the prices into GnuCash book.

{% if model.message %}

{{ model.message }}

{% endif %} {% endblock %}