Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exact_hours

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exact_hours

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ExactHours

Registreer je uren in een plain text yaml bestand en converteer dit voor exact.

Usage

1. Maak week bestand

Maak een weekbestand aan met de naam week.jjjj.ww.yml. vervang jjjj met 2015 en wk met het weeknummer. De naam van het bestand mag niet anders zijn.

2. clients bestand

Zorg dat in het weekbestand een clients mapping bestand aanwezig is. Dit bestand heet clients en bevat alle klanten met hun id's space gescheiden. A la een hosts bestand.

7517	CLIENT 1
7519	CLIENT 2
7520	CLIENT 3
7521	CLIENT 4
7523	etc.

3. Registreer je uren in YAML

Houdt je uren van de week bij op de volgende manier:

---
  employee: 5
  days:
    Monday:
      - qty: 2.0
        client: DASSLR
        type: tech_quote
        note: aanbieden offerte

    Tuesday:
      - qty: 4.0
        client: VERDER
        type: tech_sysadmin
        note: deployments fixen testplan (sla website)
        project: VERDER-2015

      - qty: 1.0
        client: BUWA
        type: tech_quote
        note: overleg over offerte servoy;

      - qty: 1.0
        client: BUWA
        type: tech_consult
        note: advies intranet, advies netwerk

hanteer de volgende uursoorten:

# tech_consult
# tech_support
# tech_design
# tech_dev
# tech_sysadmin
# tech_edu
# tech_quote

4. Draai eind van de week in de terminal het exact_hours commando

exact_hours prepare_for_import ~/Desktop/Uren\ hervorming\ Exact/weekimports/week.2015.45.yml

5. Importeer de uren in exact

  • klik op LLP linksboven in het nieuwe menu
  • klik op import/export
  • klik op CSV/Excel
  • klik op Project -> Tijd
  • kies Anders gescheiden waarden tenzij je al een eigen definitie hebt gemaakt
  • na succesvolle import moeten ze nog worden ingediend

TODO

  • bulk export van meerdere lijstjes
  • kan admin ieders deze lijst importeren?
  • travis
  • coverage

Installation

$ gem install exact_hours

FAQs

Package last updated on 06 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc