{% extends 'base.html.twig' %} {% block title %}TblReceiptEX{% endblock %} {% block body %}
| Id | {{ tbl_receipt_e_x.id }} |
|---|---|
| NumberReceipt | {{ tbl_receipt_e_x.numberReceipt }} |
| CreatedAt | {{ tbl_receipt_e_x.createdAt ? tbl_receipt_e_x.createdAt|date('Y-m-d H:i:s') : '' }} |
| UpdateAt | {{ tbl_receipt_e_x.updateAt ? tbl_receipt_e_x.updateAt|date('Y-m-d H:i:s') : '' }} |
| Invoice | {{ tbl_receipt_e_x.invoice }} |
| Address | {{ tbl_receipt_e_x.address }} |
| NameCustomer | {{ tbl_receipt_e_x.nameCustomer }} |
| Note | {{ tbl_receipt_e_x.note }} |
| NumberOrder | {{ tbl_receipt_e_x.numberOrder }} |