A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/local/apache2/htdocs/tbfy.web/include/models/OrganizationsModel.py in getMJUSourceOrgsView(self=<models.OrganizationsModel.OrganizationsModel object>) |
875
|
876 content = self.conf.Template(filename='templates/orgs_overview_mju.tpl')
|
=> 877 return content.render(data=dict)
|
878
|
879 def languageCorrections(self, string2Handle):
|
content = <mako.template.Template object>, content.render = <bound method Template.render of <mako.template.Template object>>, data undefined, dict = {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}} |
/usr/local/lib/python3.7/site-packages/mako/template.py in render(self=<mako.template.Template object>, *args=(), **data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
474
|
475 """
|
=> 476 return runtime._render(self, self.callable_, args, data)
|
477
|
478 def render_unicode(self, *args, **data):
|
global runtime = <module 'mako.runtime' from '/usr/local/lib/python3.7/site-packages/mako/runtime.py'>, runtime._render = <function _render>, self = <mako.template.Template object>, self.callable_ = <function render_body>, args = (), data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render(template=<mako.template.Template object>, callable_=<function render_body>, args=(), data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}, as_unicode=False) |
881 context,
|
882 *args,
|
=> 883 **_kwargs_for_callable(callable_, data)
|
884 )
|
885 return context._pop_buffer().getvalue()
|
global _kwargs_for_callable = <function _kwargs_for_callable>, callable_ = <function render_body>, data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render_context(tmpl=<mako.template.Template object>, callable_=<function render_body>, context=<mako.runtime.Context object>, *args=(), **kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
918 # if main render method, call from the base of the inheritance stack
|
919 (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
|
=> 920 _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
|
921 else:
|
922 # otherwise, call the actual rendering method specified
|
global _exec_template = <function _exec_template>, inherit = <function render_body>, lclcontext = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _exec_template(callable_=<function render_body>, context=<mako.runtime.Context object>, args=(), kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
945 _render_error(template, context, e)
|
946 else:
|
=> 947 callable_(context, *args, **kwargs)
|
948
|
949
|
callable_ = <function render_body>, context = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/apache2/htdocs/tbfy.web/templates_orgs_overview_mju_tpl in render_body(context=<mako.runtime.Context object>, **pageargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5087937000', '5308561000', '0.4402984508428015', '2', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '6223273000', '0.3098427532907174', '2', '-', '-'], ['5087937000', '5186269000', '0.3031453370764945', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5087937000', '5308561000', '0.42249511638553133', '12', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.26724801190006114', '12', '-', '-'], ['5087937000', '5510201000', '0.14632853824711728', '12', 'HRIB Kmetijsko proizvodno podjetje, d.o.o., Dobje pri Planini', '-'], ['5087937000', '6223273000', '0.06706117069295492', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['5087937000', '5308561000', '0.18602394523319857', '1', 'AVTO EDO - SERVIS IN PRODAJA VOZIL EDO JAGODIČ S.P.', '-'], ['5087937000', '5186269000', '0.08101498865046705', '31', '-', '-']]}, 'ratio-rev-per-employee-neg': {'buyers': {'187564': ['613', '-0.13734819115122357', '5087937000', '5186269000', '65.3', '75', '15800000', '187564', '-', '-'], '226412': ['7520', '-1.9916748944230576', '5087937000', '5186269000', '10.16', '75', '15800000', '226412', '-', '-'], '370811': ['10270', '-5.744604469176457', '5087937000', '5300231000', '4.3999999999999995', '2000', '15000000', '370811', '-', 'Poslovni sistem Mercator d.o.o.'], '432717': ['10294', '-6.394931652553473', '5087937000', '5300231000', '1.34', '2000', '15000000', '432717', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|