[ADD] chart of inventory locations

Quite a bit of duplication with the chart of accounts (controls are just
about identical) but not quite enough that the CoA can trivially be
reused.
This commit is contained in:
Xavier Morel
2015-04-15 17:09:18 +02:00
parent 2a714115b1
commit eb20f603b5
3 changed files with 215 additions and 8 deletions
+2
View File
@@ -276,6 +276,8 @@ def setup(app):
app.add_javascript('reconciliation.js')
app.add_javascript('misc.js')
app.add_javascript('inventory.js');
app.connect('html-page-context', analytics)
app.add_config_value('google_analytics_key', '', 'env')