enabled: always
datasource:
type: com.zaxxer.hikari.HikariDataSource
- # url: jdbc:db2://localhost:50000/slycrm
- # username: db2admin
- # password: password
- url: jdbc:db2://db2.in.useribm.hu:50000/slycrm
+ url: jdbc:db2://localhost:50000/slycrm
username: db2admin
- password: Passw@rd01
+ password: password
+# url: jdbc:db2://db2.in.useribm.hu:50000/slycrm
+# username: db2admin
+# password: Passw@rd01
camunda.bpm:
generic-properties.properties:
telemetry-reporter-activate: false
<timeout-uri>/timeout</timeout-uri>
</session-config>
<client-config>
- <data-handler>
- <name>mask</name><!-- the attribute name, i.e. data-mask -->
- <script src="http://igorescobar.github.io/jQuery-Mask-Plugin/js/jquery.mask.min.js"/>
- <script>
- function (wgt, dataValue) {
- jq(wgt.$n()).mask(dataValue);
+ <!-- <data-handler>-->
+ <!-- <name>mask</name><!– the attribute name, i.e. data-mask –>-->
+ <!-- <script src="http://igorescobar.github.io/jQuery-Mask-Plugin/js/jquery.mask.min.js"/>-->
+ <!-- <script>-->
+ <!-- function (wgt, dataValue) {-->
+ <!-- jq(wgt.$n()).mask(dataValue);-->
- // unformat after onChange event.
- wgt.listen({onChange: function (event) {
- event.data.value = jq(this.$n()).cleanVal();
- }});
- }
- </script>
- </data-handler>
+ <!-- // unformat after onChange event.-->
+ <!-- wgt.listen({onChange: function (event) {-->
+ <!-- event.data.value = jq(this.$n()).cleanVal();-->
+ <!-- }});-->
+ <!-- }-->
+ <!-- </script>-->
+ <!-- </data-handler>-->
<error-reload>
<device-type>ajax</device-type>
<error-code>403</error-code>
<!-- </style>-->
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.AssociatesViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Munkatársak" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Új" iconSclass="z-icon-plus"
<window id="projectEditor" hflex="true" vflex="true"
viewModel="@id('vm') @init('hu.user.lis.ui.editor.ProjectEditorModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Projekt szerkesztés" sclass="list-title"/>
</hbox>
</caption>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.ApproveInvoicesViewModel')">
<!-- <timer id="timer" delay="1000" repeats="true" onTimer="@command('uiTick')"/>-->
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Számla import - Jóváhagyás" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Frissít" iconSclass="z-icon-refresh" onClick="@command('onRefresh')"/>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.AssignInvoicesViewModel')">
<!-- <timer id="timer" delay="1000" repeats="true" onTimer="@command('uiTick')"/>-->
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Számla import - Csatolás" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Frissít" iconSclass="z-icon-refresh" onClick="@command('onRefresh')"/>
<zk>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.ImportInvoicesSuspendedViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Számla parkoló" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Iktatás" iconSclass="z-icon-forward" onClick="@command('onStartAssignment')"
</script>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.IndexViewModel')">
<caption sclass="header">
- <div style="display: block">
- <div style="display: inline; float: left">
+ <hlayout>
+ <hbox pack="stretch" hflex="true" align="start">
<hlayout valign="middle">
<image width="24px" height="24px" src="~./static/images/logo.png"/>
<label value="@load(vm.buildInformation.name)"/>
<separator orient="vertical"/>
<label style="font-size: 0.8em" value="@load(vm.buildInformation.buildVersion)"/>
</hlayout>
- </div>
- <div style="display: inline; float: right">
+ </hbox>
+ <hbox pack="stretch" hflex="min" align="end">
<menubar autodrop="true" hflex="true">
<menu iconSclass="z-icon-user" label="@load(vm.currentProfile.associate.name)">
<menupopup>
</menupopup>
</menu>
</menubar>
- </div>
-
- </div>
+ </hbox>
+ </hlayout>
</caption>
-
<borderlayout>
<north border="none" hflex="true">
<vlayout>
</style>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.InvoicePaymentViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Számla kiegyenlítés" sclass="list-title"/>
</hbox>
</caption>
</zscript>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.InvoicesViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Számlák" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Szerkeszt" iconSclass="z-icon-edit" onClick="@command('onEdit')"
<zk>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.PartnersViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Partnerek" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Új" iconSclass="z-icon-plus"
</listitem>
</template>
</listbox>
- <!-- <div style="width: 100%; height: 10px; background: red"></div>
- sclass="hboxRemoveWhiteStrips"
- -->
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<toolbar align="end">
<toolbarbutton label="Export" iconSclass="z-icon-file-excel-o"
onClick="@command('onExport')"/>
<zk>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.ProjectsViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Projektek" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Új" iconSclass="z-icon-plus"
<zk>
<window vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.ServiceRecordsViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Munkalapok" sclass="list-title"/>
<toolbar align="end">
<toolbarbutton label="Új" iconSclass="z-icon-plus"
<zk>
<window id="centerPanel" vflex="true" viewModel="@id('vm') @init('hu.user.lis.ui.view.SettingsViewModel')">
<caption>
- <hbox pack="stretch" sclass="hboxRemoveWhiteStrips" hflex="true">
+ <hbox pack="stretch" hflex="true">
<label value="Beállítások" sclass="list-title"/>
</hbox>
</caption>