Id | Action | Status | Item Existed | Item Founded | Item Imported | Created At | Import |
---|---|---|---|---|---|---|---|
{{ plan.id }} | {{ plan.action }} | {{ plan.status == true? 'Created': 'Not Yet' }} | {{ plan.existed }} | {{ plan.founded }} | {{ plan.qty }} | {{ plan.createdAt is not null ? plan.createdAt|date }} | {% if 1 < 0 %} {% if plan.status == true and ( plan.existed == plan.founded or plan.founded == plan.qty or plan.founded == (plan.qty + plan.existed) ) %} {% else %} {% endif %} {% endif %} |