Odstranjenn projekt

dodan vnos pozicije fakture
This commit is contained in:
David Štaleker
2023-05-13 16:42:01 +02:00
parent 03b92525d7
commit a45fe73754
76 changed files with 407 additions and 37538 deletions

View File

@@ -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>