Change Order Schedule

From SDU
Jump to: navigation, search

Customization of the Change Order Schedule Version 12.1


The Change Order Schedule Calendar can be customized via the list_chgsched_config.htmpl in the web screen painter.

By Default the Change Order Schedule Calendar starts on Friday. CA does this as they claim most changes are on the weekends, and they are then more easily viewed.

This can be changed to start to a different day to display the Start of the week in the Calendar, via the area in BOLD below THe following example has the first day as Sunday


Change Order Schedule Configuration

The following lines can be modified to change the appearance and contents of the change order schedule calendar views.

The schedConfig macro is required to define a schedule form and specify overall options. Arguments are:

   autoSearch  - Automatically reissue search when required (1=yes; 0=no)
   defaultView - Initial view: 1=day; 7=week; 30=month; 99=nday; 0=list
   export      - iCalendar export template code (0=no export)   
 firstday    - The first weekday from 0 (Sunday) to 6 (Saturday)
   legend      - Position of legend (1=top, 2=bottom, 0=none)
   maxgroups   - Maximum number of groups per cell in month view
   ndays       - Contents of n-days dropdown (0=none)
   round       - Event time rounding as (hr,min) (0=no rounding)
   timefmt     - Time format as 24hr or ([am],[pm])
            

</PDM_IF>

<PDM_MACRO NAME=schedConfig

       autoSearch=1
       defaultView=30
       export=ChangeSchedule
     firstday=0
       legend=2
       maxgroups=4
       ndays=(3,7,14,28)
       round=(0,15)
       timefmt=24hr>

<PDM_IF 0>