Timesheet

Timesheet with AJAX

TimeSheet

Install

Domino console command to install this app on your server:

tell Genesis install timesheet

Install in MyAccount (for Prominic customers only)

This is a Domino 6/7 Timesheet with a AJAX Library. The TS will be Routed for approval based upon authenticated user profile to the approving manager. The Approving Manager will approve the TS which will allow the TS to be exported to SAP/ Oracle/ DB2 in a text.csv file or ODBC Connection.

Version: 2.0.0

{
    "title": "Timesheet v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/TimeSheet02.nsf", "to": "${directory}/TimeSheet02.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "TimeSheet02.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Timesheet v${version} (OpenNTF)"]
    }

    ]
}