trytond-timesheet


Nametrytond-timesheet JSON
Version 7.2.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module with timesheets
upload_time2024-05-01 09:51:48
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton timesheet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Timesheet Module
################

The timesheet module allow to track the time spent by employees on
various works. This module also comes with several reports that show
the time spent by employees on works following various time periods.


Work
****

A work is a generic concept that encompass all activities from simple
tasks to long-running projects. It can be alone or linked to another document.
The Work model contains the following fields:

- Name or Origin: The name or the origin of the work.
- Active: A checkbox that allow to disable the work.
- Company: The company for which the work is (or was) executed.


Timesheet Line
**************

A timesheet line expresses the fact that one employee spends part of
their time doing specific work on a given date. An optional
Description field allows extra information to be recorded about what
has been done.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-timesheet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton timesheet",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/72/62/414f9fad490326b1749368903229eed1692c0eeed07d047eedafd246599a/trytond_timesheet-7.2.1.tar.gz",
    "platform": null,
    "description": "Timesheet Module\n################\n\nThe timesheet module allow to track the time spent by employees on\nvarious works. This module also comes with several reports that show\nthe time spent by employees on works following various time periods.\n\n\nWork\n****\n\nA work is a generic concept that encompass all activities from simple\ntasks to long-running projects. It can be alone or linked to another document.\nThe Work model contains the following fields:\n\n- Name or Origin: The name or the origin of the work.\n- Active: A checkbox that allow to disable the work.\n- Company: The company for which the work is (or was) executed.\n\n\nTimesheet Line\n**************\n\nA timesheet line expresses the fact that one employee spends part of\ntheir time doing specific work on a given date. An optional\nDescription field allows extra information to be recorded about what\nhas been done.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module with timesheets",
    "version": "7.2.1",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.2/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "timesheet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eae57784b461851741608035fb0c09a2ea316f838e2e422a58445e3c31ec4694",
                "md5": "56e085c73878a166c09f3ca6de0327e4",
                "sha256": "a63026d0d8a0269d7e76725523a74b828105b8cf2bd36b48a1e9d16a3242d339"
            },
            "downloads": -1,
            "filename": "trytond_timesheet-7.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56e085c73878a166c09f3ca6de0327e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 80138,
            "upload_time": "2024-05-01T09:51:47",
            "upload_time_iso_8601": "2024-05-01T09:51:47.156767Z",
            "url": "https://files.pythonhosted.org/packages/ea/e5/7784b461851741608035fb0c09a2ea316f838e2e422a58445e3c31ec4694/trytond_timesheet-7.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7262414f9fad490326b1749368903229eed1692c0eeed07d047eedafd246599a",
                "md5": "13e0faf6806e264227bb9d64a9d9a118",
                "sha256": "fa80987e433f4b5fe9c5d7ec62c4524b377966fb4b6553f6e4aced795c7cbbc3"
            },
            "downloads": -1,
            "filename": "trytond_timesheet-7.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "13e0faf6806e264227bb9d64a9d9a118",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 53080,
            "upload_time": "2024-05-01T09:51:48",
            "upload_time_iso_8601": "2024-05-01T09:51:48.779286Z",
            "url": "https://files.pythonhosted.org/packages/72/62/414f9fad490326b1749368903229eed1692c0eeed07d047eedafd246599a/trytond_timesheet-7.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 09:51:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-timesheet"
}
        
Elapsed time: 0.25339s