????
Current Path : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/BaoCaoSoQuyTienMat/ |
Current File : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/BaoCaoSoQuyTienMat/detail.cshtml |
@*@model ApiGDTVietnam.DataProvider.EF.QuanLyPhieu*@ <table class="DetailTable" id="detail" border="1" cellspacing="0" cellpadding="2"> <tbody> <tr> <th width="20" align="center" colspan="2"><b>Quỹ đầu kì</b></th> <th width="20" align="center" colspan="2"><b>Tổng thu</b></th> <th width="20" align="center" colspan="2"><b>Tổng chi</b></th> <th width="20" align="center" colspan="2"><b>Tồn quỹ</b></th> </tr> <tr> <td colspan="2" style="text-align:right">@Model.FormatQuyDauKy</td> <td colspan="2" style="text-align:right">@Model.FormatTongThu</td> <td colspan="2" style="text-align:right">@Model.FormatTongChi</td> <td colspan="2" style="text-align:right">@Model.FormatTonQuy</td> </tr> </tbody> </table> <br/> <table class="DetailTable" id="detail" border="1" cellspacing="0" cellpadding="2"> <tbody> <tr> <th width="20" align="center" colspan="2"><b>NGÀY CHỨNG TỪ</b></th> <th width="20" align="center" colspan="2"><b>MÃ CHỨNG TỪ</b></th> <th width="20" align="center" colspan="2"><b>LOẠI THU/CHI</b></th> <th width="20" align="center" colspan="2"><b>NGƯỜI NỘP/NHẬN</b></th> <th width="20" align="center" colspan="2"><b>SỐ TIỀN</b></th> </tr> @foreach (var item in Model.DanhSachPhieu) { <tr> <td data-type="varchar" align="center" colspan="2"> @item.FormatNgayTao </td> <td colspan="2" style="text-align:center"> @item.MaPhieu </td> <td data-type="varchar" align="left" colspan="2"> @item.LoaiThuChi </td> <td colspan="2" style="text-align:left"> @item.LienHe </td> <td colspan="2" style="text-align:right"> @item.FormatSoTien </td> </tr> } </tbody> </table>