Hello!
Please,can you show me the path of the files where the filling of the liste boxes of "Reports" is coded ?
/view/parameter.php,
with $type='habilitationReport'
And plz where car i find the definition of the function "reportSelectCategory()"
/view/reportsList.php
Thanks,
an other thing please ,if i want to add an other type of category in reports ,where can I do it?
in table reportCategory
But the names are note like the names that we find in the apps
there is my problem,the compagni that I work for charge me to add some categories frome our reports,can you give me some direction please!
They just have to be translated : just define the new names in the translation files.
hy,pleaze can you show me the path where the tranlation of table reportcategory is coded.
it it the lang.xls file.
You can get it on download page.
Place it in /tool/i18n/nls.
Update the items or create new lines.
Use "save as" (mandatory to do it once).
Then click "generate" button.
This will generate all the required lang.js files.
NB : it your server is not running on winwdows, just do it locally on your workstation and then copy /tool/i18n/nls structure generate to the server.
hy,
please can you show me the path of the files where the query(select,insert ...)are defined or coded ,
thanks,
because I cant find de code of this function "reportSelectCategory()"
hy,
please can you show me the path of the files where the query(select,insert ...)are defined or coded ,
thanks,
in /model/persistence directory
SqlElement.php (inherited by all classes) manages object - database mapping.
Sql.php manages Sql queries.
because I cant find de code of this function "reportSelectCategory()"
This function is in /view/js/projectorDialog.js