Search 1.9 billion lines of Odoo code on GitHub

hr_timesheet_sheet_attendance

Author: BizzAppDev, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: acsone/timesheet
Dependencies: hr_attendance, and hr_timesheet_sheet
Languages: HTML (379, 37.3%), Python (416, 41.0%), XML (137, 13.5%), and reStructuredText (83, 8.2%)
Other branches: 11.0, and 12.0
Other repositories: Chandresh-SerpentCS/timesheet, Change2improve/timesheet, DITIntl/timesheet, Digital5-Odoo/timesheet, Dobtor-OCA/timesheet, ERPLibre/timesheet, ForgeFlow/hr-timesheet, Gabinete-Digital/timesheet, Ingeos/timesheet, Martronic-SA/timesheet, MathBenTech/timesheet, Mefistous/hr-timesheet, NeatNerdPrime/timesheet, Numigi/odoo-hr-timesheet, OCA-MUK/timesheet, OCA/timesheet, SanteLibre/timesheet, Syci-Consulting/timesheet, TDu/timesheet, Tecnativa/timesheet, VCLS-org/timesheet, Vauxoo/timesheet, akretion/timesheet, anandkansagra/timesheet, anhvu-sg/timesheet, ankitprajapati6515/timesheet, area-scm/timesheet, bizzappdev/hr-timesheet, bodi000/timesheet, brainbeanapps/timesheet, camptocamp/timesheet, cloudtrim/timesheet, coopiteasy/timesheet, crnd-inc/timesheet, davejames/timesheet-1, ecosoft-odoo/timesheet, flachica/timesheet, grindtildeath/timesheet, grivalta/timesheet, hbrunn/hr-timesheet, hinfo506/timesheet, hlnvaluein/hr-timesheet, i-vyshnevska/timesheet, ip-candres/timesheet, jacky82669513/timesheet, jkraehling/timesheet, krismas/timesheet, leangjia/timesheet, leemannd/timesheet, lideritjnma/timesheet, michaelkarrer81/timesheet, naibor/timesheet, raouf-haddada/timesheet, sadeqamin/timesheet, sanube/timesheet, shiram/timesheet, simahawk/timesheet, sisihitam/timesheet, solvosci/timesheet, sss-software/timesheet-2, steingabelgaard/timesheet, sunflowerit/hr-timesheet, sunshineLhj/timesheet, takinobori/oca-timesheet, tarteo/hr-timesheet, tegin/timesheet, tschanzt/hr-timesheet, urmyway/timesheet, versada/hr-timesheet, vvrossem/timesheet, wahello/timesheet, wajao/timesheet, and yousef-soliman/timesheet

<h1 class="title">HR Timesheet Sheet Attendance</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/timesheet/tree/14.0/hr_timesheet_sheet_attendance"><img alt="OCA/timesheet" src="https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet_attendance"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/117/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module extends the functionality of hr_timesheet_sheet and help employees to manage their attendance according to timesheet period. It provide functionality to checkin/checkout directly from timesheet-sheet. It also help you/management in performace evaluation by displaing total attendance time and difference of total attendance time and total working time.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>This module relies on:</p> <ul class="simple"> <li>The OCA module 'HR Timesheet Sheet', and can be downloaded from Github: <a class="reference external" href="https://github.com/OCA/hr-timesheet/tree/12.0/hr_timesheet_sheet">https://github.com/OCA/hr-timesheet/tree/12.0/hr_timesheet_sheet</a></li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <ul class="simple"> <li>Goto Timesheets &gt; My Timesheet Sheets and create a timesheet</li> <li><dl class="first docutils"> <dt>Goto tab Attendances on timesheet form</dt> <dd><ul class="first last"> <li>You can see there your current status checkin/checkout</li> <li>You also can create attendance by clicking on button Check In/Check Out on right side</li> <li>You can see your attendance that belongs to current timesheet on left side in same tab</li> </ul> </dd> </dl> </li> <li>'Total Attendance' is total working time based on your attendance</li> <li>'Difference' is the difference betwwen total attandance time and working time (sum(attendace-time) - sum(unit amount in timessheet lines))</li> <li><dl class="first docutils"> <dt>Two smart buttons are present on top-right corner of timesheet form</dt> <dd><ul class="first last"> <li>First one(with time icon) will take you list of your timesheets (by default filter timesheets related to current timesheet-sheet)</li> <li>Second one(labeled as Attendances) will take you to list of your attendances (by default filter ateendances related to current timesheet-sheet)</li> </ul> </dd> </dl> </li> <li>It prevents to change in any attendance ralted to timesheet-sheet that already has submitted</li> <li>It also prevents to submit such a timesheet-sheet not having equal number of checkin and checkout</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/timesheet/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/timesheet/issues/new?body=module:%20hr_timesheet_sheet_attendance%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>BizzAppDev</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Ruchir Shukla &lt;<a class="reference external" href="mailto:ruchir&#64;bizzappdev.com">ruchir&#64;bizzappdev.com</a>&gt;</li> <li>Shruti Singh &lt;<a class="reference external" href="mailto:shruti.singh&#64;bizzappdev.com">shruti.singh&#64;bizzappdev.com</a>&gt;</li> <li>Chirag Parmar &lt;<a class="reference external" href="mailto:chirag.parmar&#64;bizzappdev.com">chirag.parmar&#64;bizzappdev.com</a>&gt;</li> <li>Naglis Jonaitis &lt;<a class="reference external" href="mailto:naglis&#64;versada.eu">naglis&#64;versada.eu</a>&gt;</li> <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul> <li>Ernesto Tejeda</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/timesheet/tree/14.0/hr_timesheet_sheet_attendance">OCA/timesheet</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>