First draft for printable location content sheets (references #341)

This commit is contained in:
Bernd Bestel
2019-08-10 16:34:29 +02:00
parent d6e9dc1b59
commit 28716ed96c
6 changed files with 91 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ $app->group('', function()
$this->get('/productgroups', '\Grocy\Controllers\StockController:ProductGroupsList');
$this->get('/productgroup/{productGroupId}', '\Grocy\Controllers\StockController:ProductGroupEditForm');
$this->get('/stockjournal', '\Grocy\Controllers\StockController:Journal');
$this->get('/locationcontentsheet', '\Grocy\Controllers\StockController:LocationContentSheet');
}
// Shopping list routes