aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some slight cosmetic updates.HEADmasterHarald Eilertsen2015-01-104-5/+9
| | | | Add a blank line between reports, and fix formatting of reports.
* Update readme with requirements and usage.Harald Eilertsen2014-12-111-0/+11
|
* Add readme and license.Harald Eilertsen2014-12-117-0/+768
|
* Reports pick up their data from the row rather than the sale object.Harald Eilertsen2014-11-145-33/+37
|
* Refactor code, use blocks instead of returning arrays.Harald Eilertsen2014-11-141-13/+8
|
* Instantiate reports instead of using static methods.Harald Eilertsen2014-11-144-9/+17
|
* Autoinvoke render method for all reports loaded.Harald Eilertsen2014-11-141-3/+3
|
* Autoload using require_relative instead.Harald Eilertsen2014-11-141-1/+1
|
* Make csv-parsing a method.Harald Eilertsen2014-11-141-12/+18
|
* Automatically load all report classes.Harald Eilertsen2014-11-141-3/+8
|
* Report sales by shop.Harald Eilertsen2014-11-143-3/+43
|
* Report sales by country.Harald Eilertsen2014-11-143-3/+42
|
* Move reporting to Reports::SalesByDate class.Harald Eilertsen2014-11-132-25/+36
|
* Make Sale class.Harald Eilertsen2014-11-132-11/+40
|
* Present sales by date and calculate totals.Harald Eilertsen2014-11-131-8/+21
|
* Initial commit.Harald Eilertsen2014-02-131-0/+26
Parse the CSV-file, and aggregate total sales by date.