PHPackages                             phpugl/dime-report-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. phpugl/dime-report-bundle

ActiveSymfony-bundle

phpugl/dime-report-bundle
=========================

Report bundle for dime timetracker

v0.2.4(12y ago)1202MITJavaScriptPHP &gt;=5.3.3

Since Nov 13Pushed 12y ago6 watchersCompare

[ Source](https://github.com/phpugl/DimeReportBundle)[ Packagist](https://packagist.org/packages/phpugl/dime-report-bundle)[ Docs](https://github.com/phpugl/DimeTimetrackerFrontendBundle)[ RSS](/packages/phpugl-dime-report-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Dime - ReportBundle
===================

[](#dime---reportbundle)

The report bundle should visualize the timeslices of the activities in a certain time range and maybe put some nice charts. It will be the first example implementation to extend the DimeTimetrackerFrontendBundle.

General Proposal
----------------

[](#general-proposal)

Dime is a time tracker based on Symfony2. It provide an REST API and this Bundle will be the Frontend for it. At the moment we use Bootstrap as HTML framework and Backbone.js as rest client.

Requirements
------------

[](#requirements)

- DimeTimetrackerBundle
- DimeTimetrackerFrontendBundle

Configuration
-------------

[](#configuration)

Import configuration in your `app/config/config.yml` after importing the ones of DimeTimetracker and DimeTimetrackerFrontend:

```
imports:
    - ...
    - { resource: "@DimeTimetrackerBundle/Resources/config/config.yml" }
    - { resource: "@DimeTimetrackerFrontendBundle/Resources/config/config.yml" }
    - { resource: "@DimeReportBundle/Resources/config/config.yml" }

```

Add to `AppKernel.php`:

```
