Statistics
| Branch: | Tag: | Revision:

root / src / main / scala / gr / grnet / aquarium / logic / accounting / dsl / Timeslot.scala @ 60b216e8

History | View | Annotate | Download (6 kB)

# Date Author Comment
ae395ef0 02/07/2012 01:45 pm Georgios Gousios

Absolute before/after methods

389c2773 02/07/2012 11:30 am Georgios Gousios

Switch to using Long.MaxValue to denote open timeframes

Don't use -1 in the to field to denote open timeframes
as it requires special treatment in various places and
is semantically ambiguous.

7f541f21 01/30/2012 12:42 pm Georgios Gousios

Merge branch '1852_billing_period_calc'

Conflicts:
src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/DSL.scala
src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/DSLAgreement.scala
src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/DSLCostPolicy.scala...

221feff6 01/27/2012 12:55 pm Georgios Gousios

Basic support for serializing policies to YAML

4050a3c9 01/26/2012 04:52 pm Christos KK Loverdos

Some new billing stuff.

Also using doubles everywhere instead of floats

fc330de4 01/19/2012 06:24 pm Georgios Gousios

Json support

11b49c26 01/09/2012 02:44 pm Georgios Gousios

Calculate hours, not minutes

ffc5f043 01/05/2012 02:40 pm Georgios Gousios

Convert a timeslot to its duration in hours

8f5b0c27 12/22/2011 05:59 pm Georgios Gousios

Make Timeslots comparable by start date

93c8c0c1 12/21/2011 12:46 pm Georgios Gousios

Flat project hierarchy