ftn-tim2 / mbrs

University Stuff
0 stars 0 forks source link

implement custom methods for CustomViews.py #4

Closed thekrushka closed 8 years ago

thekrushka commented 8 years ago

TODO implement missing methods

url(r'^reportorders/$', 'TODO_name.customViews.reportorders', name='reportorders'),

url(r'^reportinvoices/$', 'TODO_name.customViews.reportinvoices', name='reportinvoices'),

url(r'^finish/$', 'TODO_name.customViews.finish', name='finish'),

url(r'^createinvoice/$', 'TODO_name.customViews.createinvoice', name='createinvoice'),

url(r'^cancel/$', 'TODO_name.customViews.cancel', name='cancel'),

url(r'^cancel/$', 'TODO_name.customViews.cancel', name='cancel'),

url(r'^copy/$', 'TODO_name.customViews.copy', name='copy'),