Id | Action | Status | Item Existed | Item Founded | Item Imported | Last ID | Created At | Updated At | Import |
---|---|---|---|---|---|---|---|---|---|
{{ plan.id }} | {{ plan.action }} | {{ 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 %} |