????

Your IP : 3.145.158.137


Current Path : C:/inetpub/vhost/qlk.nextform.vn/api/template/html/BaoCaoLoiNhuanChiTiet/
Upload File :
Current File : C:/inetpub/vhost/qlk.nextform.vn/api/template/html/BaoCaoLoiNhuanChiTiet/index.cshtml

@*@model ApiGDTVietnam.DataProvider.EF.ReportDanhSachDiemKinhDoanh*@

<!DOCTYPE html>
<html>
<head>
</head>
<body>
    {header.cshtml}
    <table border="0" cellspacing="0" cellpadding="2" width="100%">
        <tbody>
            <tr>
                <td colspan="12" align="center">
                    <h3><b> BÁO CÁO LỢI NHUẬN THEO HÓA ĐƠN</b>  </h3>
                </td>
            </tr>
            <tr>
                <td colspan="12" align="center">
                    <h3> <i>Từ ngày @Model.TuNgay đến ngày @Model.DenNgay </i>  </h3>
                </td>
            </tr>
            @foreach (var item in Model.loiNhuanDiemKinhDoanhs)
            {
                <tr>
                    <td colspan="12" align="center">
                        <h3> Chi nhánh: @item.DiemKinhDoanh</h3>
                    </td>
                </tr>
            }
        </tbody>
    </table>
    {detail.cshtml}
    {footer.cshtml}
</body>
</html>