{% extends "layout.html" %} {% block title %}Akaunting Settings{% endblock %} {% block description %}Integrate and manage your Akaunting platform{% endblock %} {% block head %} {% endblock %} {% block content %}

Keep your books in order. Run reports and projections. Organization you accounting. Build plugins. Host it yourself

Don't Already Have Your Own Akaunting login?

The simplest way to register an account at Akaunting.com, a managed service.

Once you have a valid username and password for your akaunting you can enter it in below to link your kinbrio platform and synchronize your data!

You can host a private instance of akaunting

Akaunting logo

Link Akaunting into kinbrio












Companys

{% for company in companys %}
{{ company.name }} ({{ company.id }}) {% if company.id.to_string() == akaunting_options.akaunting_company_id %}

Selected Company

{%else%}{%endif%}
{% endfor %}

Items

{% for item in items %}
{{ Self::get_str(self, item.name) }}
{% endfor %}

Users

{% for user in users %}
{{ user.name }}
{% endfor %}

Customers

{% for customer in customers %}
{{ customer.name }}
{% endfor %}

Invoices

{% for invoice in invoices %}
{{ Self::get_str(self, invoice.document_number) }} | {{ Self::get_str(self, invoice.status) }}
{% endfor %}

What the hell is Akaunting and why do I care?

{% endblock %}