| Order ID |
Character |
Total Price |
Payment Ref |
{% translate "Status" %} |
Progress |
{% translate "Action" %} |
| {% trans "Item" %} |
{% trans "Total Required" %} |
{% trans "Unclaimed" %} |
{% trans "In Production" %} |
{% trans "Completed" %} |
{% trans "Progress" %} |
{% for row in production_summary %}

{{ row.item_type__name }}
|
{{ row.total_qty|intcomma }} |
{{ row.unclaimed_qty|default:0|intcomma }} |
{{ row.in_production_qty|default:0|intcomma }} |
{{ row.completed_qty|default:0|intcomma }} |
{% widthratio row.completed_qty row.total_qty 100 as prog_completed %}
{% widthratio row.in_production_qty row.total_qty 100 as prog_in_prod %}
{% if prog_completed != '0' %}{{ prog_completed }}%{% endif %}
{% if prog_in_prod != '0' %}{{ prog_in_prod }}%{% endif %}
|
{% endfor %}
| {% translate "Item" %} |
{% translate "Quantity" %} |
{% translate "Status" %} |
Priority |
{% trans "Claimed By" %} |
Reward |
{% translate "Action" %} |
| {% trans "Builder" %} |
{% trans "Completed Tasks" %} |
{% trans "Total Pending Payout" %} |
{% trans "Action" %} |
{% for summary in payout_summary %}
| {{ summary.assigned_to__character_name }} |
{{ summary.task_count }} |
{{ summary.total_reward|eve_isk }} |
|
{% endfor %}
| {% trans "Item" %} |
{% trans "Qty" %} |
{% trans "Claimed By" %} |
{% trans "Reward" %} |
{% trans "Completed" %} |
| {% trans "Reference" %} |
{% trans "Builder" %} |
{% trans "Total Amount" %} |
{% trans "Status" %} |
{% trans "Generated On" %} |
{% trans "Action" %} |
{% for batch in payout_batches %}
{% if batch.status == 'PENDING' %}
{{ batch.payment_reference }}
|
{{ batch.builder.character_name }} |
{{ batch.total_amount|eve_isk }}
|
{{ batch.status }} |
{{ batch.created_at|date:"Y-m-d H:i" }} |
|
{% endif %}
{% endfor %}
Procurement Buy Orders are generated from Low Stock deficits when the item is marked as "Buy" in the Item Configuration.
| ID |
{% translate "Item" %} |
Quantity Needed |
{% translate "Status" %} |
Created At |
{% translate "Actions" %} |
| Date |
Type |
Amount |
Character |
Reference |
Director |
Notes |