{% extends 'ledger/base.html' %} {% load i18n %} {% load humanize %} {% block vow_block %}
{% blocktrans %}

Character Ledger


  • Show Ratting, Encounter Surveillance System(ESS), Mining, Bounty, and other ISK related activities
  • Character Ledger shows all ISK related activities of Main and Alts
  • Display more Information with Button
  • {% endblocktrans %}
    {% blocktrans %}

    Corporation/Alliance Ledger


  • If you have alts in other corporations the Corporation Ledger will show you all Taxes of each Corporation included for single lookup you can use Corporation Overview
  • Corporation Ledger shows all taxes of each main(alts included) with mouseover on portrait you can see the Alts included in the Calculation
  • Display more Information with Button
  • {% endblocktrans %}
    {% blocktrans %}

    Planetary Ledger


  • Planetary Ledger shows all Planets from Main and Alts
  • You can activate/deactivate Notifications for each Planet
  • Display active Extractors and their remaining time on the Button
  • {% endblocktrans %}
    {% blocktrans %}

    FAQ


  • Q: I don't see my Character on the Char Ledger.
  • A: Maybe your Character isn't in the System, Please add it!
  • Q: Why is the ESS Stolen Amount not correctly?
  • A: The ESS Stolen information are updated from 'Corporation Ledger' so it can be wrong, cause it has a 3 hours update period
  • Q: I don't see any ESS Payout
  • A: Your Corporation is not in the Ledger System
  • {% endblocktrans %}
    {% endblock %} {% block extra_javascript %} {% include "ledger/modals/modal-full.html" %} {% endblock %} {% block extra_css %} {% include 'ledger/bundles/ledger-css.html' %} {% endblock %}