Skip to content

# bar views are outdated (and broken) #26

Open
@sodoku

Description

The views for bar prices and calculations don't seem to work anymore. They have also already been replaced by the current cash system and their apis/views.

url(r'^bar/preise$', views.bar_preise, name='bar_preise'),
url(r'^bar/leergut$', views.bar_leergut, name='bar_leergut'),
url(r'^bar/calc$', views.bar_calc, name='bar_Calc'),
url(r'^bar/abrechnung$', views.bar_abrechnung, name='bar_abrechnung'),

Possible Solutions:

  • Remove the views/routes

Originally posted by @sodoku in #24 (comment)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions