========
* **New:** ``ProjectUser`` now also holds a new field called ``rate``. The
default value is equal to the ``ProjectUser.user.rate``. It is a way to hold
the rate of a user on a specific project.
* **New:** Added the ``Invoice`` class.
* **New:** Added the ``Payment`` class.
* **New:** Added two simple mixins ``AmountMixin`` and ``UnitMixin``.
* **Update:** ``Good`` class is now mixed in with the new ``UnitMixin`` class.
* **Update:** ``BudgetEntry`` class is now mixed in with the new
``AmountMixin`` and ``UnitMixin`` classes.