{% extends "ui/templates/base/layout.html" %} {% block content %}

Import Fee Structure

Upload Excel with Fee_Structure and Fee_Services sheets.

{% if result %}
{% if result.success %}
Import completed
Created: {{ result.created }} | Updated: {{ result.updated }}
{% else %}
Import failed
{% endif %}
{% endif %}
How to import using template
  1. Click Download Excel Template.
  2. Fill Fee_Structure for client-wise package/header details.
  3. Fill Fee_Services for services included in each package.
  4. Upload the completed file here. Imported fee structures can then be used in Generate Bills.
Required sheets
Fee_Structure: client, billing group, mode, frequency, fee and tax details.
Fee_Services: services included in each billing group.
Back
{% endblock %}