mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
leistungsstipendium filter hinzugefuegt
This commit is contained in:
@@ -356,6 +356,33 @@ $filters = array(
|
||||
',
|
||||
'oe_kurzbz' => null,
|
||||
),
|
||||
array(
|
||||
'app' => 'core',
|
||||
'dataset_name' => 'leistungsstipendium',
|
||||
'filter_kurzbz' => 'LeistungsstipendiumAlle',
|
||||
'description' => '{Alle}',
|
||||
'sort' => 1,
|
||||
'default_filter' => true,
|
||||
'filter' => '
|
||||
{
|
||||
"name": "Leistungsstipendium - Alle",
|
||||
"columns": [
|
||||
{"name" : "Vorname"},
|
||||
{"name" : "Nachname"},
|
||||
{"name" : "Buchungsdatum"},
|
||||
{"name" : "Betrag"},
|
||||
{"name" : "Buchungstyp"},
|
||||
{"name" : "VorgangsId"},
|
||||
{"name" : "FoerderfallId"},
|
||||
{"name" : "LeistungsdatenId"},
|
||||
{"name" : "startjahr"},
|
||||
{"name" : "endjahr"}
|
||||
],
|
||||
"filters": []
|
||||
}
|
||||
',
|
||||
'oe_kurzbz' => null,
|
||||
),
|
||||
array(
|
||||
'app' => 'reihungstest',
|
||||
'dataset_name' => 'overview',
|
||||
|
||||
Reference in New Issue
Block a user