coderbunker / gas

G-Suite Google Apps Script (GAS) used with Coderbunker documents
3 stars 0 forks source link

Use Calendar as a timesheet entry interface #6

Closed rngadam closed 6 years ago

rngadam commented 6 years ago

tasks

code style

more information

Example of current entries:

{
    "id": "1wldjlRUzSKzUYXVI7gIIJgbfMDOG8gWHq07zephzKlI",
    "name": "DLG Project Timesheet",
    "timezone": "Asia/Shanghai",
    "apptype": "Spreadsheet",
    "category": "Timesheet",
    "sheets": {
        "Timesheet": {
            "data": [
                {
                    "month": "2017-06",
                    "date": "2017-06-08",
                    "hourlyrate": "¥700.00",
                    "start": "15:00",
                    "stop": "16:00",
                    "hours": "1:00:00",
                    "total": "-¥700.00",
                    "resource": "Ricky",
                    "taskname": "Setup",
                    "activity": "https://docs.google.com/document/d/1FLue-J9WRWUauCOVbL92U7l29i7Z1Bz7VSf4sGcjkRI/edit#"
                },
Leads & Opportunities | Accounts > Project Timesheet | Balance | Calendar > Calendar
screen shot 2018-04-11 at 3 16 53 pm

postponed

rngadam commented 6 years ago

done a first version... to be continued.