This page (revision-28) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
28 26-Nov-2021 10:22 6 KB JMyers to previous
27 26-Nov-2021 10:22 6 KB JMyers to previous | to last
26 26-Nov-2021 10:22 7 KB JMyers to previous | to last
25 26-Nov-2021 10:22 6 KB JMyers to previous | to last
24 26-Nov-2021 10:22 6 KB JMyers to previous | to last
23 26-Nov-2021 10:22 6 KB JMyers to previous | to last
22 26-Nov-2021 10:22 6 KB JMyers to previous | to last
21 26-Nov-2021 10:22 6 KB JMyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 added 27 lines
The matrix lines may be added/deleted through dialogs, where the employee needs to provide the combination for matrix line.
When the employee uses the Add dialog, the system will create a [PTSE] with that combination for each day on a time sheet period.
When EE use Delete dialog the system will delete all the records in the time sheet for the combination provided.
After the lines are created, the EE can record the time / sundry as need it.
The dialogs that are used to add/delete matrix line are:
*MPMLL - Add/Delete Matrix Leave line
*MPMSL - Add/Delete Matrix Sundry Line Dialog
*MPMWL - Add/Delete Matrix Work Line Dialog
%%information The time codes that are allowed to be choose in the dialog follow the same rules as describe earlier for each matrix area\\The cost centers allowed on a dialog are the one that are allow by assignment department. Please see on IDDP Allow Cost Centers tab\\The dialogs are not configurable in IMFDH without changing the code in the ear, they contain special logic for adding/deleting PTSE records.%%
For the EE that will use this screen UEGTS should generated only the header and if need it the holiday paid
Since we do not generate details, auto balancing logic is not available for this type of time sheet.
This screen it designs for 7 days time sheet. If this need to support 14 time sheet the form definition need to be changed as follow, on form layout tab for any group that has layout type "Matrix Columns" need to changed "SS Rows Displayed" form 7 to 14 this number should be the same as time sheet time frame.
Excepting matrix cell, any information on matrix area should be display only.
The grid information alignment is depending on information display on each area they belong (work, leave, sundries) so their alignment in a form would be approximate.
First column in a matrix area should have all the time value because in other away the info can be shifted so information will not display in a correct place.(e.g. Cost center cannot be the first column in the work area since this is not a mandatory information and can be null).
At line 97 removed 30 lines
The matrix lines maybe added/deleted through dialogs, where EE needs to provide the combination for matrix line.
When EE use Add dialog the system will create PTSE with that combination for each day on a time sheet period.
When EE use Delete dialog the system will delete all the records in the time sheet for the combination provided.
After the lines are created, the EE can record the time / sundry as need it.
The dialogs that are used to add/delete matrix line are:
*MPMLL - Add/Delete Matrix Leave line
*MPMSL - Add/Delete Matrix Sundry Line Dialog
*MPMWL - Add/Delete Matrix Work Line Dialog
%%information: Notes:\\*The time codes that are allowed to be choose in the dialog follow the same rules as describe earlier for each matrix area\\*The cost centers allowed on a dialog are the one that are allow by assignment department. Please see on IDDP Allow Cost Centers tab\\*The dialogs are not configurable in IMFDH without changing the code in the ear, they contain special logic for adding/deleting PTSE records.%%
For the EE that will use this screen UEGTS should generated only the header and if need it the holiday paid
Since we do not generate details, auto balancing logic is not available for this type of time sheet.
This screen it designs for 7 days time sheet. If this need to support 14 time sheet the form definition need to be changed as follow, on form layout tab for any group that has layout type "Matrix Columns" need to changed "SS Rows Displayed" form 7 to 14 this number should be the same as time sheet time frame.
Excepting matrix cell, any information on matrix area should be display only.
The grid information alignment is depending on information display on each area they belong (work, leave, sundries) so their alignment in a form would be approximate.
First column in a matrix area should have all the time value because in other away the info can be shifted so information will not display in a correct place.(e.g. Cost center cannot be the first column in the work area since this is not a mandatory information and can be null).