Id | Action | Date : After | Date : Before | Status | Item Existed | Item Founded | Item Imported | Last ID | Created At | Updated At | Import |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ plan.id }} | {{ plan.action }} | {{ plan.createdAfter is not null ? plan.createdAfter|date('Y-m-d') }} | {{ plan.createdBefore is not null ? plan.createdBefore|date('Y-m-d') }} | {{ plan.status == true? 'Imported': 'Not Yet' }} | {{ plan.existed }} | {{ plan.founded }} | {{ plan.qty }} | {{ plan.lastId }} | {{ plan.createdAt is not null ? plan.createdAt|date }} | {{ plan.updatedAt is not null ? plan.updatedAt|date }} | {% if plan.status == true and ( plan.existed == plan.founded or plan.founded == plan.qty or plan.founded == (plan.qty + plan.existed) ) %} {% else %} {% endif %} |