* refactors payment creation, editing and removing into class based views * refactors analysis report methods into class based views * drops unused method view on api app (token generating has been de facto moved into users app long time ago)
* adds button for payment editing * adds new edit form payment editing * adds tests for views and workflow
* restructures removing of related data into separate sub-delete forms for easier logic handling
* adds direct jump of viewport on related-data action (create/delete)
* create package from compensation/urls * renames modules inside of compensation/urls and compensation/views