Added shopfloorbatch API
parent
1a9b73f092
commit
fb8285c8df
|
@ -49,6 +49,7 @@ from reports import shopfloorenergyitem
|
||||||
from reports import shopfloorload
|
from reports import shopfloorload
|
||||||
from reports import shopfloorsaving
|
from reports import shopfloorsaving
|
||||||
from reports import shopfloorstatistics
|
from reports import shopfloorstatistics
|
||||||
|
from reports import shopfloorbatch
|
||||||
from reports import spaceefficiency
|
from reports import spaceefficiency
|
||||||
from reports import spacecost
|
from reports import spacecost
|
||||||
from reports import spaceenergycategory
|
from reports import spaceenergycategory
|
||||||
|
@ -561,6 +562,8 @@ api.add_route('/reports/shopfloorsaving',
|
||||||
shopfloorsaving.Reporting())
|
shopfloorsaving.Reporting())
|
||||||
api.add_route('/reports/shopfloorstatistics',
|
api.add_route('/reports/shopfloorstatistics',
|
||||||
shopfloorstatistics.Reporting())
|
shopfloorstatistics.Reporting())
|
||||||
|
api.add_route('/reports/shopfloorbatch',
|
||||||
|
shopfloorbatch.Reporting())
|
||||||
api.add_route('/reports/spacecost',
|
api.add_route('/reports/spacecost',
|
||||||
spacecost.Reporting())
|
spacecost.Reporting())
|
||||||
api.add_route('/reports/spaceefficiency',
|
api.add_route('/reports/spaceefficiency',
|
||||||
|
|
Loading…
Reference in New Issue