Forum

[SOLVED] Question a...
 
Notifications
Clear all

[SOLVED] Question about Saving and Loading date

2 Posts
2 Users
0 Reactions
2,784 Views
koorosh
(@keloniton)
Posts: 47
Active Member
Topic starter
 
[#2975]

Hello.
I will be thanksful if you help me with the following question:
Question 1- I see two buttons as Save and multiple update. Where are the related codes?
Question 2- in view/objectdetail.php line:1133 there is a variable $colScript. I think it refers to a dojo/method.
What is its concept?
Question 3- Where is the source code for that general filtering above most of the pages such as projects, documents?
Question 4- How is the filtered data shown in their bellow grids. Where is the related source code?
Question 5. Where are the report filtering and reporting related source codes?
Question 6. in view/imputationlist.php line 123: refreshImputationPeriod() is called. Where is this function?
Question 7. in view/planninglist.php line 126:refreshJsonPlanning() is called. Where is this function?
Question 8. in view/diarymain.php line 82: diarySelectDate() is called. Where is this function?
Question 9. in view'reportlist.php line 89 and 100: reportSelectCategory() and reportSelectReport() are called. Where are these functions?
Thank you very much


 
Posted : 28 Jan 2016 12H45
(@babynus)
Posts: 14952
Member Admin
 

Question 1 : you'll find buttons definition in /view/objectButtons.php
Question 2 : if is some script to trigger events on dedicated fields. it is defined in object function getValidationScript()
Question 3 : in /tool/jsonQuery.php
Question 4 : data is queried in /tool/jsonQuery.php, retreived in json format, an managed in Grid as dojox.grid.DataGrid dojo widget
Question 5 : all is in /report/*.php files. each report applied own filtering
Question 6 : when you change year or week, "period" is recalculated as Year+Week in format YYYYWW and refresh of list is called
Question 7, 8, 9 : search in you favorite IDE will easily find it.


 
Posted : 29 Jan 2016 11H51
Share:

Scroll to Top