Kvůli přechodu na IntelliJ IDEA upravena konfigurace Maven.

Fakturace rozděleny na fakturace materiálu a služeb.

closes #249
This commit is contained in:
2015-10-14 10:06:41 +02:00
parent e24684bbd0
commit d20a72b336
26 changed files with 502 additions and 263 deletions
+8 -2
View File
@@ -38,8 +38,14 @@
<menuseparator/>
<menuitem
image="/img/invoicing-016.png"
label="${labels.Invoicing}"
href="/main/invoicing/"
label="${labels.InvoicingMaterial}"
href="/main/invoicing/material/"
disabled="${not sec:isAllGranted('PERM_READ_INVOICING')}"
visible="${module:isActive('INVOICING') }" />
<menuitem
image="/img/invoicing-016.png"
label="${labels.InvoicingServices}"
href="/main/invoicing/services/"
disabled="${not sec:isAllGranted('PERM_READ_INVOICING')}"
visible="${module:isActive('INVOICING') }" />
</menupopup>