Byl přidán checkbox "Fakturováno" k položkám v agendě Fakturace. Bude
označovat položky vykryté fakturou. closes #170
This commit is contained in:
@@ -344,6 +344,7 @@ InvoicingDate=Datum
|
||||
InvoicingInvoiceNumber=Číslo faktury
|
||||
InvoicingAmount=Částka
|
||||
InvoicingDescription=Popis
|
||||
InvoicingInvoiced=Fakturováno
|
||||
|
||||
HandleComboKeyFilter=#del
|
||||
HandleComboKey=$#del
|
||||
|
||||
@@ -152,6 +152,10 @@
|
||||
hflex="10"
|
||||
align="right"
|
||||
label="${labels.RequirementItemTotal}" />
|
||||
<listheader
|
||||
hflex="10"
|
||||
align="right"
|
||||
label="${labels.InvoicingInvoiced}" />
|
||||
<listheader
|
||||
hflex="15"
|
||||
label="${labels.RequirementItemDescription}" />
|
||||
@@ -179,6 +183,9 @@
|
||||
<listcell>
|
||||
<label value="@bind(each.total) @converter(vm.standardBigDecimalConverter)" />
|
||||
</listcell>
|
||||
<listcell>
|
||||
<checkbox checked="@bind(each.paid)"/>
|
||||
</listcell>
|
||||
<listcell>
|
||||
<label value="@bind(each.description)" />
|
||||
</listcell>
|
||||
|
||||
Reference in New Issue
Block a user