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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, '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': [['5178924000', '5323198000', '0.16759497459461903', '22', '-', '-'], ['5178924000', '3054772000', '0.1379267790957227', '40', '-', '-'], ['5178924000', '5475236000', '0.08177215130545767', '13', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5178924000', '5475236000', '0.2614263551630143', '36', '-', '-'], ['5178924000', '3618595000', '0.08409039633145422', '36', '-', '-'], ['5178924000', '5323198000', '0.08214039962913827', '36', '-', '-'], ['5178924000', '5226805000', '0.05420474597778946', '36', 'SPL LJUBLJANA d.d., poslovanje z nepremičninami in inženiring', '-'], ['5178924000', '5141966000', '0.05275530609239488', '36', 'PERUTNINA PTUJ reja perutnine, proizvodnja krmil...ega mesa in izdelkov, trgovina in storitve d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5178924000', '3618595000', '0.08409039633145421', '3', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'263040': ['4233', '0.6868859241473505', '5178924000', '1338919000', '110000.0', '55373.31', '45210000', '263040', '-', 'URAL trgovsko in proizvodno podjetje, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'212601': ['4305', '-0.8959980286063928', '5178924000', '5132088000', '152.7', '375', '30192000', '212601', '-', '-'], '432401': ['4951', '-1.07037474725687', '5178924000', '5300231000', '683.76', '2000', '15000000', '432401', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'204899': ['10088', '10.431827923689982', '5178924000', '3618595000', '33922.3', '1', '79521000', '204899', '-', '-'], '312316': ['8743', '10.640808089524208', '5178924000', '3618595000', '41806.54', '1', '79521000', '312316', '-', '-'], '407448': ['7606', '10.82609511118429', '5178924000', '3618595000', '50316.84', '1', '79521000', '407448', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|