aboutsummaryrefslogtreecommitdiffstats
path: root/parse_report.rb
Commit message (Collapse)AuthorAgeFilesLines
* Some slight cosmetic updates.HEADmasterHarald Eilertsen2015-01-101-0/+1
| | | | Add a blank line between reports, and fix formatting of reports.
* Add readme and license.Harald Eilertsen2014-12-111-0/+16
|
* Reports pick up their data from the row rather than the sale object.Harald Eilertsen2014-11-141-3/+3
|
* Refactor code, use blocks instead of returning arrays.Harald Eilertsen2014-11-141-13/+8
|
* Instantiate reports instead of using static methods.Harald Eilertsen2014-11-141-6/+14
|
* 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-141-1/+3
|
* Report sales by country.Harald Eilertsen2014-11-141-1/+3
|
* Move reporting to Reports::SalesByDate class.Harald Eilertsen2014-11-131-25/+2
|
* Make Sale class.Harald Eilertsen2014-11-131-11/+15
|
* 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.