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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', '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-buyer2bidder': {'buyers': [['5082897000', '5300231000', '0.14207586380260367', '20', 'Poslovni sistem Mercator d.o.o.', '-'], ['5082897000', '5458897000', '0.1222249635055008', '20', 'PANVITA, MESNA INDUSTRIJA RADGONA d.d.', '-'], ['5082897000', '5048257000', '0.09480159449445885', '20', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.', '-'], ['5082897000', '2183064000', '0.09102645580790276', '20', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-'], ['5082897000', '5025087000', '0.08181891418328777', '20', 'POMURSKE MLEKARNE d.d.', '-'], ['5082897000', '5359457000', '0.06998897146305456', '20', 'GEAPRODUKT trgovsko podjetje na debelo in drobno d.o.o.', '-'], ['5082897000', '5048907000', '0.058132758111401256', '20', '-', '-'], ['5082897000', '5564972000', '0.05561828338976272', '20', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196349': ['5669', '-0.878252438506798', '5082897000', '5914710000', '645.63', '1557.58', '15800000', '196349', '-', '-']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196349': ['1845', '1.0987235739334664', '5082897000', '5048257000', '16704.85', '5569.52', '15800000', '196349', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'221635': ['8638', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '221635', '-', 'Poslovni sistem Mercator d.o.o.'], '378933': ['8634', '-2.577021938695806', '5082897000', '5300231000', '150.0', '2000', '15000000', '378933', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|