nobinobi-staff


Namenobinobi-staff JSON
Version 0.1.6.8 PyPI version JSON
download
home_pagehttps://github.com/prolibre-ch/nobinobi-staff
SummaryApplication staff for nobinobi
upload_time2021-12-23 10:39:51
maintainer
docs_urlNone
authorFlorian Alu
requires_python
license
keywords nobinobi-staff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            =============================
Nobinobi Staff
=============================

.. image:: https://badge.fury.io/py/nobinobi-staff.svg
    :target: https://badge.fury.io/py/nobinobi-staff

.. image:: https://travis-ci.com/prolibre-ch/nobinobi-staff.svg?branch=master
    :target: https://travis-ci.com/prolibre-ch/nobinobi-staff

.. image:: https://codecov.io/gh/prolibre-ch/nobinobi-staff/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/prolibre-ch/nobinobi-staff

.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/shield.svg
     :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/
     :alt: Updates

.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/python-3-shield.svg
     :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/
     :alt: Python 3

Application staff for nobinobi

Documentation
-------------

The full documentation is at https://nobinobi-staff.readthedocs.io.

Quickstart
----------

Install Nobinobi Staff::

    pip install nobinobi-staff

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'nobinobi_staff.apps.NobinobiStaffConfig',
        ...
    )

Add Nobinobi Staff's URL patterns:

.. code-block:: python

    from nobinobi_staff import urls as nobinobi_staff_urls


    urlpatterns = [
        ...
        path('', include(nobinobi_staff_urls)),
        ...
    ]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install tox
    (myenv) $ tox


Development commands
---------------------

::

    pip install -r requirements_dev.txt
    invoke -l


Credits
-------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.6.8 (2021-12-23)
++++++++++++++++++++++

* 879490a - filter on choice staff absence only active staff
* d04ba24 - Fix bug when save staff for training

0.1.6.7 (2021-12-22)
++++++++++++++++++++++

* c19f6cb - Filter by default to staff active in list admin
* dd97bda - Fix requirements

0.1.6.6 (2021-12-14)
++++++++++++++++++++++

* 7562c55 - Change str format in full name by last_name - first_name
* 78bf3e3 - Fix error import
* Update requirements

0.1.6.5.2 (2021-09-29)
++++++++++++++++++++++

* 022c118 - Fix import missing in commands
* Update requirements

0.1.6.5.1 (2021-09-17)
++++++++++++++++++++++

* 002cb4c - fix bug with search field icontains

0.1.6.5 (2021-09-17)
+++++++++++++++++++++

* c4dd7a1 - Add search field for training
* 3a28df3 - Fix error with generate command when staffs args filled

0.1.6.4 (2021-09-17)
+++++++++++++++++++++

* 7599706 - Update traduction
* 0581582 - Update system to generate and update training auto
* a60c325 - Add default_auto_field

0.1.6.3 (2021-09-16)
+++++++++++++++++++++

* 4d973ec - Update "update command" for training
* 184406d - Change signals to update training when absence
* 88245dd - Change admin display in training add select related in staff
* 2a0b8f8 - Add method to get datetime_range in model add tracker in absence to get previous date

0.1.6.2 (2021-09-14)
+++++++++++++++++++++

* Update requirements.
* 2fb2bfa - Add signal when absence is saved and training not created

0.1.6.1 (2021-06-07)
+++++++++++++++++++++

* Update requirements.
* Update django for security fix

0.1.6 (2021-04-13)
++++++++++++++++++++

* 186a796 - Fix upload publish
* Update requirements.

0.1.5 (2021-03-12)
++++++++++++++++++++

* Add an export function for Absence
* Update requirements.
* Update traduction FR.

0.1.4 (2020-10-29)
++++++++++++++++++++

* Add fields ["picture", "nationality", "civil_status", "status", "status_modified", "created", "modified"].
* Rename field "avs" to "social_security_number".
* Rename field "active" to "active_status".
* Add method to archive staff when select in admin staff list.
* Update search_field, list_display, list_filter fields.
* Remove load absence_type auto, now you have to load data.
* Update traduction FR.

0.1.3.1 (2020-09-08)
++++++++++++++++++++

* Update for staff

0.1.3 (2020-08-28)
++++++++++++++++++

* Update

0.1.0 (2020-08-20)
++++++++++++++++++

* First release on PyPI.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/prolibre-ch/nobinobi-staff",
    "name": "nobinobi-staff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nobinobi-staff",
    "author": "Florian Alu",
    "author_email": "alu@prolibre.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/3b/07d02c3dda404690e280404df429b57928b95c9a8648d75f8326497ce971/nobinobi-staff-0.1.6.8.tar.gz",
    "platform": "",
    "description": "=============================\nNobinobi Staff\n=============================\n\n.. image:: https://badge.fury.io/py/nobinobi-staff.svg\n    :target: https://badge.fury.io/py/nobinobi-staff\n\n.. image:: https://travis-ci.com/prolibre-ch/nobinobi-staff.svg?branch=master\n    :target: https://travis-ci.com/prolibre-ch/nobinobi-staff\n\n.. image:: https://codecov.io/gh/prolibre-ch/nobinobi-staff/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/prolibre-ch/nobinobi-staff\n\n.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/shield.svg\n     :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/\n     :alt: Updates\n\n.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/python-3-shield.svg\n     :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-staff/\n     :alt: Python 3\n\nApplication staff for nobinobi\n\nDocumentation\n-------------\n\nThe full documentation is at https://nobinobi-staff.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Nobinobi Staff::\n\n    pip install nobinobi-staff\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'nobinobi_staff.apps.NobinobiStaffConfig',\n        ...\n    )\n\nAdd Nobinobi Staff's URL patterns:\n\n.. code-block:: python\n\n    from nobinobi_staff import urls as nobinobi_staff_urls\n\n\n    urlpatterns = [\n        ...\n        path('', include(nobinobi_staff_urls)),\n        ...\n    ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n    source <YOURVIRTUALENV>/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\n\nDevelopment commands\n---------------------\n\n::\n\n    pip install -r requirements_dev.txt\n    invoke -l\n\n\nCredits\n-------\n\nTools used in rendering this package:\n\n*  Cookiecutter_\n*  `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.6.8 (2021-12-23)\n++++++++++++++++++++++\n\n* 879490a - filter on choice staff absence only active staff\n* d04ba24 - Fix bug when save staff for training\n\n0.1.6.7 (2021-12-22)\n++++++++++++++++++++++\n\n* c19f6cb - Filter by default to staff active in list admin\n* dd97bda - Fix requirements\n\n0.1.6.6 (2021-12-14)\n++++++++++++++++++++++\n\n* 7562c55 - Change str format in full name by last_name - first_name\n* 78bf3e3 - Fix error import\n* Update requirements\n\n0.1.6.5.2 (2021-09-29)\n++++++++++++++++++++++\n\n* 022c118 - Fix import missing in commands\n* Update requirements\n\n0.1.6.5.1 (2021-09-17)\n++++++++++++++++++++++\n\n* 002cb4c - fix bug with search field icontains\n\n0.1.6.5 (2021-09-17)\n+++++++++++++++++++++\n\n* c4dd7a1 - Add search field for training\n* 3a28df3 - Fix error with generate command when staffs args filled\n\n0.1.6.4 (2021-09-17)\n+++++++++++++++++++++\n\n* 7599706 - Update traduction\n* 0581582 - Update system to generate and update training auto\n* a60c325 - Add default_auto_field\n\n0.1.6.3 (2021-09-16)\n+++++++++++++++++++++\n\n* 4d973ec - Update \"update command\" for training\n* 184406d - Change signals to update training when absence\n* 88245dd - Change admin display in training add select related in staff\n* 2a0b8f8 - Add method to get datetime_range in model add tracker in absence to get previous date\n\n0.1.6.2 (2021-09-14)\n+++++++++++++++++++++\n\n* Update requirements.\n* 2fb2bfa - Add signal when absence is saved and training not created\n\n0.1.6.1 (2021-06-07)\n+++++++++++++++++++++\n\n* Update requirements.\n* Update django for security fix\n\n0.1.6 (2021-04-13)\n++++++++++++++++++++\n\n* 186a796 - Fix upload publish\n* Update requirements.\n\n0.1.5 (2021-03-12)\n++++++++++++++++++++\n\n* Add an export function for Absence\n* Update requirements.\n* Update traduction FR.\n\n0.1.4 (2020-10-29)\n++++++++++++++++++++\n\n* Add fields [\"picture\", \"nationality\", \"civil_status\", \"status\", \"status_modified\", \"created\", \"modified\"].\n* Rename field \"avs\" to \"social_security_number\".\n* Rename field \"active\" to \"active_status\".\n* Add method to archive staff when select in admin staff list.\n* Update search_field, list_display, list_filter fields.\n* Remove load absence_type auto, now you have to load data.\n* Update traduction FR.\n\n0.1.3.1 (2020-09-08)\n++++++++++++++++++++\n\n* Update for staff\n\n0.1.3 (2020-08-28)\n++++++++++++++++++\n\n* Update\n\n0.1.0 (2020-08-20)\n++++++++++++++++++\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Application staff for nobinobi",
    "version": "0.1.6.8",
    "split_keywords": [
        "nobinobi-staff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b918b2e2e39d0ac676f2737cd6d0f04089e2811483bffc3793af9cfc2a5abb",
                "md5": "9364a265bd476b5bff1da4353a0cfc98",
                "sha256": "bac07dbb064fa64c0280be56bbe5f59bc38fa4291f08d61864ccb5f77b20b5d0"
            },
            "downloads": -1,
            "filename": "nobinobi_staff-0.1.6.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9364a265bd476b5bff1da4353a0cfc98",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 55947,
            "upload_time": "2021-12-23T10:39:49",
            "upload_time_iso_8601": "2021-12-23T10:39:49.478994Z",
            "url": "https://files.pythonhosted.org/packages/95/b9/18b2e2e39d0ac676f2737cd6d0f04089e2811483bffc3793af9cfc2a5abb/nobinobi_staff-0.1.6.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a83b07d02c3dda404690e280404df429b57928b95c9a8648d75f8326497ce971",
                "md5": "df7391516772b63516e62b2c4046feea",
                "sha256": "6477011baa413ef1c2d32952eddef2b50d32702fbc96a4389e13bb5f6aa601bb"
            },
            "downloads": -1,
            "filename": "nobinobi-staff-0.1.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "df7391516772b63516e62b2c4046feea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37910,
            "upload_time": "2021-12-23T10:39:51",
            "upload_time_iso_8601": "2021-12-23T10:39:51.027808Z",
            "url": "https://files.pythonhosted.org/packages/a8/3b/07d02c3dda404690e280404df429b57928b95c9a8648d75f8326497ce971/nobinobi-staff-0.1.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-23 10:39:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "prolibre-ch",
    "github_project": "nobinobi-staff",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "nobinobi-staff"
}
        
Elapsed time: 0.04161s