Commit a723270d authored by Frank Bergmann's avatar Frank Bergmann

-- new parameter to determine confirmation period (weekly/monthly)

parent 6936b203
......@@ -2,11 +2,12 @@
<!-- Generated by the OpenACS Package Manager -->
<package key="intranet-timesheet2-workflow" url="http://openacs.org/repository/apm/packages/intranet-timesheet2-workflow" type="apm_application">
<license>]project-open[ Free License (FL)</license>
<package-name>]project-open[ Timesheet2 Approval Workflow</package-name>
<pretty-plural>]project-open[ Timesheet2 Approval Workflow</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<implements-subsite-p>f</implements-subsite-p>
<inherit-templates-p>t</inherit-templates-p>
<auto-mount>intranet-timesheet2-workflow</auto-mount>
<version name="4.0.1.0.0" url="http://www.project-open.org/download/apm/intranet-timesheet2-workflow-4.0.1.0.0.apm">
......@@ -14,17 +15,18 @@
<summary>Provides a &quot;confirmation object&quot; to allow for workflows confirming logged hours by PM.</summary>
<vendor url="http://www.project-open.com/">]project-open[</vendor>
<description format="text/plain">Provides a default confirmation workflow for timesheet hours.</description>
<maturity>0</maturity>
<provides url="intranet-timesheet2-workflow" version="3.2.7.0.0"/>
<provides url="intranet-timesheet2-workflow" version="4.0.0.0.0"/>
<requires url="acs-workflow" version="3.2"/>
<requires url="intranet-core" version="3.2"/>
<requires url="intranet-timesheet2" version="3.2"/>
<requires url="acs-workflow" version="3.2"/>
<callbacks>
</callbacks>
<parameters>
<!-- No version parameters -->
<parameter scope="instance" datatype="string" min_n_values="1" max_n_values="1" name="DefaultWorkflowKey" default="timesheet_approval_wf" description="Workflow-Key of the default Time Sheet Approval Workflow"/>
<parameter scope="instance" datatype="string" min_n_values="1" max_n_values="1" name="ConfirmationPeriod" default="monthly" description="Show button to confirm hours on monthly or weekly basis. Value range: `monthly' or 'weekly'"/>
</parameters>
</version>
</package>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment