erp5_calendar: Make Leave Request more user-friendly in parameterisation and appearance.
bt5/erp5_calendar
PortalTypePropertySheetTemplateItem
property_sheet_list.xml +3 -0
PortalTypeWorkflowChainTemplateItem
workflow_chain_type.xml +2 -2
PropertySheetTemplateItem/…
LeaveRequest
leave_request_period_property.xml +83 -0
LeaveRequest.xml +66 -0
SkinTemplateItem/…/erp5_calendar
LeaveRequestModule_viewLeaveRequestList
listbox.xml +8 -0
LeaveRequest_view
listbox.xml +103 -3
listbox_quantity.xml +1841 -0
listbox_start_date.xml +1 -7
listbox_stop_date.xml +1 -7
my_default_leave_request_period_quantity.xml +117 -0
my_default_leave_request_period_resource.xml +115 -0
my_default_leave_request_period_start_date.xml +1794 -0
my_default_leave_request_period_stop_date.xml +1794 -0
my_start_date.xml +1803 -0
my_stop_date.xml +1803 -0
LeaveRequest_isSimple.py +3 -0
LeaveRequest_isSimple.xml +62 -0
LeaveRequest_view.xml +8 -1
WorkflowTemplateItem/portal_workflow
leave_request_interaction_workflow
interactions
LeaveRequestPeriod_setLeaveRequestDate.xml +103 -0
scripts
LeaveRequestPeriod_setLeaveRequestDate.py +10 -0
LeaveRequestPeriod_setLeaveRequestDate.xml +62 -0
interactions.xml +28 -0
scripts.xml +28 -0
variables.xml +22 -0
worklists.xml +22 -0
leave_request_interaction_workflow.xml +46 -0
bt
template_portal_type_property_sheet_list +1 -0
template_portal_type_workflow_chain_list +2 -0
template_property_sheet_id_list +1 -0
template_workflow_id_list +1 -0
product/ERP5/tests
testCalendar.py +93 -0