added order-overview page. still needs tweaking and polish.

This commit is contained in:
Stefan Dresselhaus
2015-09-07 03:03:23 +02:00
parent a8df1abfa1
commit 4016194ecb
8 changed files with 89 additions and 1 deletions

View File

@ -0,0 +1,10 @@
module Handler.OrdersSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
describe "getOrdersR" $ do
error "Spec not implemented: getOrdersR"

View File

@ -0,0 +1,10 @@
module Handler.ProfitItemsSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
describe "getProfitItemsR" $ do
error "Spec not implemented: getProfitItemsR"