Zmiany dla strony TQL - metody (funkce)
Ostatnio modyfikowane 2026/05/20 07:57 przez Jan Šimeček
Podsumownaie
-
Właściwości strony (2 modified, 0 added, 0 removed)
Details
- Właściwości strony
-
- Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mahr1 +XWiki.gazarek - Zawartość
-
... ... @@ -61,6 +61,8 @@ 61 61 62 62 Date itemDateCreated(); 63 63 64 + Date itemDateWriteOffList(); 65 + 64 64 Boolean itemActive(); 65 65 66 66 Boolean itemCompound(); ... ... @@ -236,5 +236,12 @@ 236 236 237 237 Long invoiceItemDefinitionId(); 238 238 241 + boolean workHasAnyLabelIds(int ... labelIds); 242 + 243 + boolean workHasNotAnyLabelIds(int ... labelIds); 244 + 239 239 Double userDebt(long departmentId); 240 240 }}} 247 + 248 + 249 +