Harald Bamberger
ff302e6173
Merge branch 'master' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2023-11-28 13:08:14 +01:00
cgfhtw
a82df1058d
Phrasen Plugin: async loadCategory function & use Vue.computed()
2023-11-16 15:23:40 +01:00
cgfhtw
cb009529af
Mixin auf Plugin ändern
2023-11-10 14:46:18 +01:00
Harald Bamberger
4cc8b555d2
Merge branch 'master' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2023-10-09 11:38:37 +02:00
ma0068
6eaa8c4c01
Codesniffer and MassDetector
2023-07-24 16:04:46 +02:00
ma0068
1e0e93dfa3
Autocomplete Add-Button Finish
2023-07-05 13:20:46 +02:00
cgfhtw
61856473ea
Leitungsansicht Autocomplete 1st draft
2023-07-05 08:30:33 +02:00
cgfhtw
64ce3d1f6a
Cleaned up commit from 'feature-27351/Digitalisierung_Formulare_Abmeldung_Unterbrechung_Wiederholung'
2023-07-04 10:34:14 +02:00
Harald Bamberger
4f764b9dfa
Merge branch 'master' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2023-03-10 14:13:28 +01:00
Harald Bamberger
cca82d2961
problem with switching presets and problem with vanishing gehaltsbestandteile solved
2023-03-10 08:21:59 +01:00
Harald Bamberger
c62d89d25c
add default settings for childs, add option to hide fields
2023-03-09 16:46:15 +01:00
Harald Bamberger
6a65468bb0
refactored to allow grouping elements in tabs, while maintaining json structure
2023-03-09 14:59:07 +01:00
Harald Bamberger
220617f14f
enhance guioptions to be able to disable selected fields and hide gehaltsbestandteile add link
2023-02-28 10:50:40 +01:00
Harald Bamberger
7ae41ac965
pass config to gueltigkeit in formheader
2023-02-22 10:27:39 +01:00
Harald Bamberger
2672ebc61c
sharedstate for gueltigkeit, mode to set gueltigkeits reflect or ignore or set shared gueltigkeit, add vertragsbestandteil kuendigungsfrist
2023-02-22 09:36:45 +01:00
Harald Bamberger
0413528798
cleanup form, add preset functionality for structure and data, use same JSON for preset and formoutput - prepare for save and restore before persisting to db
2023-02-17 16:05:35 +01:00
Harald Bamberger
facee3076d
first guess vue vertragsbestandteil und gehaltsbestandteil components
2023-02-15 15:55:37 +01:00
Paolo
8ef07fd9b2
Fixed LogsViewer: check if request id is not null before using it to set the row color
2023-02-09 10:54:56 +01:00
Harald Bamberger
7df9576481
add tabulator header filters to logsviewer
2022-11-11 15:02:39 +01:00
Paolo
317a1f87fa
Added colors to the LogsViewer app
2022-11-04 13:56:54 +01:00
Paolo
b912ca9a06
Navigation and Filter components code improvements
2022-08-08 10:31:30 +02:00
Paolo
267f5b2972
- Added new directory public/js/apps/LogsViewer/
...
- Moved public/js/apps/LogsViewer.js to public/js/apps/LogsViewer/
- Added new JS file public/js/apps/LogsViewer/TabulatorSetup.js to setup the tabulator in the LogsViewer app
- Added new property tabulatorEvents to the FilterCmpt to subscribe events for the tabulator
2022-07-14 11:28:06 +02:00
Paolo
198c6baf3d
- Added new protected method getPostJSON to FHC_Controller to get POSTed JSON
...
- application/controllers/components/Filter.php now makes use of getPostJSON from the FHC_Controller
- RESTClient now POST a JSON request
- public/js/components/filter/Filter.js improvements
2022-07-11 14:54:14 +02:00
Paolo
ce9aa4c388
- Removed inlcudes of RESTClient from PHP (FHC-Common, FHC-Footer and views/system/logs/logsViewer)
...
- Changed RESTClient to be a JS module
- Now RESTClient is included via JS in the app LogsViewer and in component Navigation
- Added new directory public/js/components/navigation
- Moved component Navigation to public/js/components/navigation
- Moved API calls of the Navigation component to public/js/components/navigation/API.js
- Navigation component now imports public/js/components/navigation/API.js
2022-07-06 09:48:15 +02:00
Harald Bamberger
47f7c03075
virtualsplit and searchbar vue component, TestSearch Controller and View for Demonstration, minor change to SearchBar Controller to work with posted json
2022-06-24 19:26:37 +02:00
Paolo
24b78454d3
- Added new function generateJSModulesInclude to application/helpers/hlp_header_helper.php
...
- Added entry "customJSModules" to the application/views/templates/FHC-Footer.php to be passed to the generateJSModulesInclude function to generate JS modules tags
- The new VUE components are making use of the JS import and export functionalities
2022-06-24 15:07:50 +02:00
Paolo
f3fe3aa099
New changes for the Navigation and Filter components
2022-06-02 10:34:45 +02:00
Paolo
061780a0d2
- Added new VUE based JS public/js/components/Filter.js, public/js/components/Navigation.js and public/js/apps/LogsViewer.js
...
- Fixed bootstrap includes in FHC-Footer and FHC-Header
- Moved Job Logs Viewer to VUE
2022-05-24 09:45:31 +02:00