Odstranjenn projekt
dodan vnos pozicije fakture
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@page
|
||||
@using EveryThing.Models.Invoice
|
||||
@using Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@model EveryThing.Pages.Invoices.EditModel
|
||||
@{
|
||||
ViewData["Title"] = "Vnos fakture";
|
||||
@@ -36,6 +38,14 @@
|
||||
.table-status {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.table-hover>tbody>tr.no-hover:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.input-number {
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<form method="post" onsubmit="handleEditors()">
|
||||
@@ -176,7 +186,10 @@
|
||||
<th class="table-header-number">Rabat</th>
|
||||
<th class="table-header-number">DDV</th>
|
||||
<th class="table-header-number">Vrednost</th>
|
||||
<th>Status</th>
|
||||
@if (Model.Invoice.Type != Invoice.InvoiceType.Invoice)
|
||||
{
|
||||
<th>Status</th>
|
||||
}
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user