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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5085861000', '5359457002', '0.6805055949655268', '7', '-', '-'], ['5085861000', '5509586000', '0.6184774197724471', '2', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5085861000', '5340411000', '0.32215310743328535', '27', 'VALINA, družba za vzdrževanje in čiščenje, d.o.o.', '-'], ['5085861000', '5509586000', '0.19137656249653254', '27', '-', '-'], ['5085861000', '5300231000', '0.07427635881535304', '27', 'Poslovni sistem Mercator d.o.o.', '-'], ['5085861000', '3763307000', '0.06670380180105781', '27', 'STEVAN BABIČ, proizvodnja, trgovina, storitve in svetovanje d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5085861000', '5509586000', '0.11836208257777592', '1', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'224404': ['1959', '-0.24047939907037078', '5085861000', '1121499000', '2287.42', '2912.98', '15600000', '224404', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'224404': ['3884', '0.7220332251929503', '5085861000', '5048257000', '6783.945', '3296.995', '15600000', '224404', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'224404': ['9151', '-2.9823225866440732', '5085861000', '5300231000', '99.35', '2000', '15600000', '224404', '-', 'Poslovni sistem Mercator d.o.o.'], '412480': ['8958', '-2.8181162147157655', '5085861000', '5300231000', '117.43666666666667', '2000', '15000000', '412480', '-', 'Poslovni sistem Mercator d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|