Skip to content

Instantly share code, notes, and snippets.

@andrusstrockiy
Created February 16, 2016 14:58
Show Gist options
  • Save andrusstrockiy/6eb3c8ee20a890d8d08b to your computer and use it in GitHub Desktop.
Save andrusstrockiy/6eb3c8ee20a890d8d08b to your computer and use it in GitHub Desktop.
/usr/bin/python2.7 /home/andruss/PycharmProjects/lbsoap/getVgroups.py
DEBUG:suds.client:sending to (http://192.168.30.24:34012)
message:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="urn:api3" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<ns1:Body>
<ns0:Login>
<login>admin</login>
<pass></pass>
</ns0:Login>
</ns1:Body>
</SOAP-ENV:Envelope>
DEBUG:suds.client:headers = {'SOAPAction': u'""', 'Content-Type': 'text/xml; charset=utf-8'}
DEBUG:suds.client:http succeeded:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:lbapi="urn:api3"><SOAP-ENV:Header></SOAP-ENV:Header><SOAP-ENV:Body><lbapi:LoginResponse><ret><manager><personid>0</personid><isadmin>1</isadmin><changepass>0</changepass><archive>0</archive><actions>2</actions><accounts>2</accounts><agents>2</agents><agrmgroups>2</agrmgroups><broadcast>2</broadcast><calendar>2</calendar><cards>2</cards><cardsets>2</cardsets><cashonhand>2</cashonhand><catalog>2</catalog><currency>2</currency><discount>2</discount><helpdesk>2</helpdesk><ipstat>2</ipstat><logs>2</logs><managers>2</managers><operators>2</operators><optionscommon>2</optionscommon><orders>2</orders><paydocs>2</paydocs><payments>2</payments><radattr>2</radattr><recount>2</recount><reports>2</reports><services>2</services><tarifs>2</tarifs><timestat>2</timestat><unions>2</unions><usboxstat>2</usboxstat><users>2</users><usersdocallow>2</usersdocallow><userspreorders>2</userspreorders><usergroups>2</usergroups><hdsettings>2</hdsettings><invdevices>2</invdevices><openpass>0</openpass><optionsrequisite>2</optionsrequisite><optionsdocuments>2</optionsdocuments><optionshosts>2</optionshosts><optionsfunctions>2</optionsfunctions><applications>2</applications><useadvance>0</useadvance><authlogs>2</authlogs><bso>2</bso><postmans>2</postmans><registry>2</registry><packages>2</packages><clientequipment>2</clientequipment><istemplate>0</istemplate><parenttemplate>0</parenttemplate><saledictionary>2</saledictionary><kladr>2</kladr><payclassid>4</payclassid><login>admin</login><pass></pass><fio>Администратор</fio><email>tkachenko@lanbilling.ru</email><descr></descr><office></office><externalid>2354</externalid><cashregisterfolder>C:\KASSA</cashregisterfolder></manager></ret></lbapi:LoginResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
(soapFilter){
activated = None
actionid = None
addresstype = None
additional = None
agentid = None
agrmid = None
archive = None
appid = None
asnum = None
autoassign = None
blocked = None
blocktype = None
catid = None
category = None
catidx = None
servcatidx = None
curid = None
common = None
defaultonly = None
deviceid = None
direction = None
docid = None
durfrom = None
durto = None
enabled = None
groupid = None
groups = None
istemplate = None
includes = None
mgrid = None
needcalc = None
nodata = None
nodetails = None
notgroups = None
onfly = None
operid = None
orderid = None
ordernum = None
payed = None
payable = None
parentid = None
personid = None
pgnum = None
pgsize = None
port = None
includepreactivated = None
postmanid = None
proto = None
recordid = None
recordidend = None
recordids[] = <empty>
rentperiod = None
repdetail = None
repnum = None
servid = None
setid = None
shape = None
showdefault = None
skipduplicate = None
state = None
statusids[] = <empty>
tarid = None
parenttarid = None
taridprev = None
tartype = None
type = None
ugroups = None
unavail = None
userid = None
vgid = None
vlan = None
showservices = None
payhistory = None
hasregistry = None
above = None
admblockabove = None
amountfrom = None
amountto = None
usrblockabove = None
mul = None
externaldata = None
comment = None
address = "Russia"
addresscode = None
agrmnum = None
ani = None
cardkey = None
cdate = None
code = None
descr = None
dstip = None
dtcreated = None
dtactivated = None
dtfrom = None
dtto = None
email = None
fullsearch = None
inn = None
ip = None
kpp = None
link = None
login = None
name = None
namesound = None
numfrom = None
numto = None
phone = None
period = None
receipt = None
responsible = None
serno = None
status = None
tardescr = None
telstaff = None
telnum = None
vglogin = None
uuid = None
script = None
scriptoff = None
serial = None
serialnumber = None
chipid = None
mac = None
searchtempl[] = <empty>
}
DEBUG:suds.client:sending to (http://192.168.30.24:34012)
message:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="urn:api3" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<ns1:Body>
<ns0:getVgroups>
<flt>
<address>Russia</address>
</flt>
</ns0:getVgroups>
</ns1:Body>
</SOAP-ENV:Envelope>
DEBUG:suds.client:headers = {'SOAPAction': u'""', 'Content-Type': 'text/xml; charset=utf-8'}
DEBUG:suds.client:http succeeded:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:lbapi="urn:api3"><SOAP-ENV:Header></SOAP-ENV:Header><SOAP-ENV:Body><lbapi:getVgroupsResponse><ret><vgid>2310</vgid><parentvgid>0</parentvgid><id>16</id><tarid>951</tarid><agrmid>1</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>1</uid><agenttype>1</agenttype><usercategory>1</usercategory><cuid>0</cuid><dirty>0</dirty><balance>4443</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>1111</login><descr></descr><agrmnum>120007_2</agrmnum><code></code><username>Тест-Оператор</username><creationdate>2014-04-23 14:31:41</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>on x on x (NEW5) </agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,4,0,1044,0,472507,5,0,0,0</code><address>Россия,Респ Ингушетия,,г Магас,,пр-кт Республики,вл 1,,,,386102</address></address><address><type>1</type><code>1,4,0,1044,0,472507,5,0,0,0</code><address>Россия,Респ Ингушетия,,г Магас,,пр-кт Республики,вл 1,,,,386102</address></address><address><type>2</type><code>1,4,0,1044,0,472507,5,0,0,0</code><address>Россия,Респ Ингушетия,,г Магас,,пр-кт Республики,вл 1,,,,386102</address></address></ret><ret><vgid>631</vgid><parentvgid>0</parentvgid><id>4</id><tarid>361</tarid><agrmid>2</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>2</uid><agenttype>7</agenttype><usercategory>1</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-9399</balance><ppdebt>9892</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Operator_A</login><descr></descr><agrmnum>Operator_A</agrmnum><code></code><username>Оператор А</username><creationdate>2011-05-22 18:41:13</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Взаиморасчет с Оператором А</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>1</type><code>1,28,0,302,0,0,0,0,0,0</code><address>Россия,обл Волгоградская,,г Урюпинск,,,,,,,</address></address></ret><ret><vgid>2189</vgid><parentvgid>0</parentvgid><id>4</id><tarid>250</tarid><agrmid>2</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>2</uid><agenttype>7</agenttype><usercategory>1</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-9399</balance><ppdebt>9892</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Operator_Asdasd</login><descr></descr><agrmnum>Operator_A</agrmnum><code></code><username>Оператор А</username><creationdate>2013-11-14 17:44:34</creationdate><accondate>2013-11-26 07:59:58</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-11-26 07:59:58</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,28,0,302,0,0,0,0,0,0</code><address>Россия,обл Волгоградская,,г Урюпинск,,,,,,,</address></address></ret><ret><vgid>2547</vgid><parentvgid>0</parentvgid><id>5</id><tarid>822</tarid><agrmid>2</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>2</uid><agenttype>12</agenttype><usercategory>1</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-9399</balance><ppdebt>9892</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Operator_A</login><descr></descr><agrmnum>Operator_A</agrmnum><code></code><username>Оператор А</username><creationdate>2016-02-05 12:55:57</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>sdf</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,28,0,302,0,0,0,0,0,0</code><address>Россия,обл Волгоградская,,г Урюпинск,,,,,,,</address></address></ret><ret><vgid>632</vgid><parentvgid>0</parentvgid><id>4</id><tarid>362</tarid><agrmid>3</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>3</uid><agenttype>7</agenttype><usercategory>1</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Operator_B</login><descr></descr><agrmnum>Operator_B</agrmnum><code>ss33</code><username>Оператор Б "с кавычками"</username><creationdate>2011-05-22 18:43:14</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Взаиморасчет с Оператором Б</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>1</type><code>1,12,197,990,173262,760813,86,0,0,0</code><address>Россия,Респ Татарстан,р-н Арский,г Арск,волость aehhqhq,аллея qwrtwrtqwrtqw,киоск qwrtqwrt / qwrtwqrt,,,,7</address></address></ret><ret><vgid>3</vgid><parentvgid>0</parentvgid><id>3</id><tarid>547</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UX001-545</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>2013-11-20 09:49:20</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-11-20 09:49:42</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Комб. акт. (With turbo)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,15,0,119,0,45904,8,0,0,0</code><address>Россия,Респ Хакасия,,г Черногорск,,ул Автомобильная,дом 1,,,,655150</address></address></ret><ret><vgid>5</vgid><parentvgid>0</parentvgid><id>4</id><tarid>272</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ001-181</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2018-09-12 00:00:00</accoffdate><blockdate>2016-02-01 00:00:06</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>668</vgid><parentvgid>0</parentvgid><id>5</id><tarid>457</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-0011</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-01 11:28:24</creationdate><accondate>2012-06-01 00:00:00</accondate><accoffdate>2018-09-12 00:00:00</accoffdate><blockdate>2016-02-01 00:00:06</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>675</vgid><parentvgid>0</parentvgid><id>4</id><tarid>275</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello2</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 17:27:12</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>2012-06-04 18:13:51</accoffdate><blockdate>2016-02-01 00:00:06</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>676</vgid><parentvgid>0</parentvgid><id>4</id><tarid>638</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello3</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 17:34:19</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>677</vgid><parentvgid>0</parentvgid><id>4</id><tarid>268</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello4</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 17:36:21</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-04-04 11:46:57</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (&gt;400м ск. 20%, &gt;600м ск. 35%)(ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>679</vgid><parentvgid>0</parentvgid><id>4</id><tarid>275</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello6</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 17:52:38</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>681</vgid><parentvgid>0</parentvgid><id>4</id><tarid>284</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>scripts</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 18:05:38</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 (мин. платеж 90р)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>682</vgid><parentvgid>0</parentvgid><id>4</id><tarid>275</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello7</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 18:05:54</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>683</vgid><parentvgid>0</parentvgid><id>4</id><tarid>329</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001-111</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-06-04 18:58:05</creationdate><accondate>2012-06-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>693</vgid><parentvgid>0</parentvgid><id>3</id><tarid>682</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>NEWFORM</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-07-31 17:40:14</creationdate><accondate>2012-08-17 13:37:44</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>694</vgid><parentvgid>0</parentvgid><id>3</id><tarid>552</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>NEWFORM-2</login><descr>NEWFORM-2</descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-07-31 17:55:00</creationdate><accondate>2012-08-17 13:37:44</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2012-08-17 13:38:13</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Дин. без.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>698</vgid><parentvgid>0</parentvgid><id>9</id><tarid>1100</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-17 10:50:04</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-10-08 13:50:11</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>dtvdtv-tar-001 (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,3,63,3319,0,0,0,0,0,0</code><address>Россия,Респ Алтай,р-н Майминский,,,,,,,,</address></address></ret><ret><vgid>706</vgid><parentvgid>0</parentvgid><id>3</id><tarid>572</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tester001</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-17 12:09:05</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:07</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Разовые и Периодические услуги</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>709</vgid><parentvgid>668</parentvgid><id>9</id><tarid>682</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ001-001</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-17 13:24:11</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:08</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin>login-0011</parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>732</vgid><parentvgid>0</parentvgid><id>9</id><tarid>682</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>some_dtv_login_1</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-04 17:15:25</creationdate><accondate>2012-09-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:08</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>733</vgid><parentvgid>0</parentvgid><id>9</id><tarid>682</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>some_dtv_login_2</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-04 17:19:08</creationdate><accondate>2012-09-04 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:08</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>766</vgid><parentvgid>1835</parentvgid><id>2</id><tarid>92</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>eeeeeeeee</login><descr>eee</descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-17 10:00:21</creationdate><accondate>2014-06-23 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2016-02-01 00:00:08</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin>asdf-test</parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>832</vgid><parentvgid>0</parentvgid><id>13</id><tarid>682</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>hello5</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-20 18:16:31</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Тест Кодировки</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,15,0,119,0,45904,8,0,51,31</code><address>Россия,Респ Хакасия,,г Черногорск,,ул Автомобильная,дом 1,,п. 5,эт. 1,655150</address></address></ret><ret><vgid>2365</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>andrey</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-07-15 09:27:32</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2454</vgid><parentvgid>0</parentvgid><id>313</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>rm10974-1</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-05-18 11:53:45</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2475</vgid><parentvgid>0</parentvgid><id>313</id><tarid>753</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2015-07-29</dclear><login>shedulya</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-07-29 10:19:42</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2478</vgid><parentvgid>0</parentvgid><id>313</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2015-07-29</dclear><login>shedulya2</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-07-29 10:31:19</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2479</vgid><parentvgid>0</parentvgid><id>313</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2015-07-29</dclear><login>fdfddfdf</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-07-29 11:33:40</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2481</vgid><parentvgid>0</parentvgid><id>2</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2015-08-05</dclear><login>test46384</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-08-05 02:41:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,141,0,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 5 / 3,,,,248010</address></address></ret><ret><vgid>2511</vgid><parentvgid>0</parentvgid><id>3</id><tarid>832</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>rm11716</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-10-05 13:40:10</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2512</vgid><parentvgid>0</parentvgid><id>313</id><tarid>1051</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>zverev2</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-10-08 20:40:52</creationdate><accondate>2015-10-01 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-08 20:43:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>rm2743-tariff-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2514</vgid><parentvgid>0</parentvgid><id>313</id><tarid>1108</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>testak</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-10-13 12:15:43</creationdate><accondate>2015-09-01 00:00:00</accondate><accoffdate>2015-10-04 00:00:00</accoffdate><blockdate>2015-10-13 12:20:12</blockdate><agentdescr>The agent</agentdescr><tarifdescr>фыв</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2522</vgid><parentvgid>0</parentvgid><id>313</id><tarid>618</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tartest</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-11-19 12:03:35</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2523</vgid><parentvgid>0</parentvgid><id>313</id><tarid>618</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tarfuture</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-11-26 19:36:47</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2524</vgid><parentvgid>0</parentvgid><id>3</id><tarid>832</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zverev</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-12-02 09:38:18</creationdate><accondate>2015-12-01 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-12-02 09:38:29</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2545</vgid><parentvgid>0</parentvgid><id>313</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-02</dclear><login>rm13167-1</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2016-02-02 16:02:54</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2548</vgid><parentvgid>0</parentvgid><id>321</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-11</dclear><login>sadasdazx</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2016-02-11 14:11:43</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2549</vgid><parentvgid>0</parentvgid><id>2</id><tarid>951</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear>2016-02-15</dclear><login>test_rasp_time</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2016-02-15 10:22:29</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2551</vgid><parentvgid>0</parentvgid><id>295</id><tarid>61</tarid><agrmid>5</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2650.0001520000001</balance><ppdebt>-2000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zverev_rad</login><descr></descr><agrmnum>DOG-PTS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2016-02-15 13:09:11</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>rad 192.168.8.0</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>UZ001-091</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2017-09-12 00:00:00</accoffdate><blockdate>2012-09-25 11:09:28</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755980,4,0,0,0</code><address>Россия,г Москва,,,,ул Измайловская,дом 1,,,,107023</address></address></ret><ret><vgid>4</vgid><parentvgid>0</parentvgid><id>3</id><tarid>545</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-0011r</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2017-09-12 00:00:00</accoffdate><blockdate>2012-06-01 00:02:29</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Фикс. акт.!</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,15,0,119,0,45904,8,0,0,0</code><address>Россия,Респ Хакасия,,г Черногорск,,ул Автомобильная,дом 1,,,,655150</address></address></ret><ret><vgid>6</vgid><parentvgid>0</parentvgid><id>4</id><tarid>271</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ001-271</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2012-08-02 00:01:53</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Фикс. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>707</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>log777</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-17 12:11:15</creationdate><accondate>2012-08-17 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2012-08-17 13:37:13</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>723</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>678678</login><descr>test</descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-27 18:32:15</creationdate><accondate>2015-10-27 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-27 17:48:13</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,4,75,27,0,0,0,0,0,0</code><address>Россия,Респ Ингушетия,р-н Сунженский,г Карабулак,,,,,,,</address></address></ret><ret><vgid>741</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>ttt</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-07 16:16:19</creationdate><accondate>2012-09-07 16:20:06</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2012-09-25 11:09:28</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>775</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>USER-001</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-17 10:45:13</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-11-02 00:00:45</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>1854</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>123456</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2013-02-08 15:59:46</creationdate><accondate>2015-10-27 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-27 17:47:54</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2482</vgid><parentvgid>0</parentvgid><id>321</id><tarid>757</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>haramamburu</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-08-05 02:45:49</creationdate><accondate>2015-10-28 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-28 12:57:38</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,141,0,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 5 / 3,,,,248010</address></address></ret><ret><vgid>2518</vgid><parentvgid>0</parentvgid><id>615</id><tarid>241</tarid><agrmid>6</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5387.0822600000001</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>fghfghhfg</login><descr></descr><agrmnum>DOG-ETS-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-11-10 12:47:43</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>lbphone</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>697</vgid><parentvgid>0</parentvgid><id>4</id><tarid>311</tarid><agrmid>7</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>12858.290322999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>NEWFORMPPP-1</login><descr>NEWFORMPPP-1</descr><agrmnum>DOG-A-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-01 11:59:07</creationdate><accondate>2012-08-17 13:37:53</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>2015-06-24 16:02:56</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>[A] Дин. авт. 500/100 (&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>740</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>7</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>12858.290322999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>yyyy</login><descr></descr><agrmnum>DOG-A-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-07 16:12:35</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2261</vgid><parentvgid>0</parentvgid><id>3</id><tarid>765</tarid><agrmid>7</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>12858.290322999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001_antivirus4</login><descr></descr><agrmnum>DOG-A-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-02-14 14:37:39</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>МТС Антивирус</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2438</vgid><parentvgid>0</parentvgid><id>5</id><tarid>423</tarid><agrmid>7</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>12858.290322999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>qqqqqqqqqqqqqqqqqq</login><descr>тест</descr><agrmnum>DOG-A-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-02-18 15:05:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>2235</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tst_x03</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-01-16 13:08:03</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2237</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tst_x04</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-01-16 13:09:22</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2259</vgid><parentvgid>0</parentvgid><id>3</id><tarid>765</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001_antivirus2</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-02-14 14:24:17</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>МТС Антивирус</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2260</vgid><parentvgid>0</parentvgid><id>3</id><tarid>765</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001_antivirus3</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-02-14 14:35:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>МТС Антивирус</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2487</vgid><parentvgid>0</parentvgid><id>3</id><tarid>1210</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zvezvezve</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-08-14 13:17:29</creationdate><accondate>2015-08-01 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-09-23 10:44:18</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>УсьБокс</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>2529</vgid><parentvgid>0</parentvgid><id>321</id><tarid>110</tarid><agrmid>8</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>163.988889</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2015-12-09</dclear><login>mytest</login><descr></descr><agrmnum>DOG-B-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-12-09 15:00:03</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>110</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>699</vgid><parentvgid>4</parentvgid><id>9</id><tarid>572</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ001-363</login><descr></descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-08-17 11:43:16</creationdate><accondate>2012-08-17 13:37:57</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>2012-08-17 13:38:14</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Разовые и Периодические услуги</tarifdescr><symbol>руб</symbol><parentvglogin>login-0011r</parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>736</vgid><parentvgid>0</parentvgid><id>9</id><tarid>545</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>xxx</login><descr>xxx</descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-07 16:03:48</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Фикс. акт.!</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>737</vgid><parentvgid>0</parentvgid><id>9</id><tarid>545</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zzz</login><descr>zzzz</descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-07 16:06:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Фикс. акт.!</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>738</vgid><parentvgid>0</parentvgid><id>9</id><tarid>554</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>foo</login><descr></descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-07 16:07:17</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2016-09-12 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>829</vgid><parentvgid>0</parentvgid><id>11</id><tarid>682</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-t-1</login><descr></descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-09-20 17:16:29</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>TestUsBox</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2519</vgid><parentvgid>0</parentvgid><id>618</id><tarid>1068</tarid><agrmid>9</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>1111</login><descr></descr><agrmnum>DOG-VoIP-001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-11-10 12:57:17</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PHONE2</agentdescr><tarifdescr>Тариф телефонии</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address></ret><ret><vgid>15</vgid><parentvgid>0</parentvgid><id>1</id><tarid>1</tarid><agrmid>15</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>2917.333333</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>UZ003-003</login><descr></descr><agrmnum>DOG-PTS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-09-01 00:00:00</accoffdate><blockdate>2012-09-19 11:54:37</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>17</vgid><parentvgid>0</parentvgid><id>3</id><tarid>550</tarid><agrmid>15</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>2917.333333</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UX003-547</login><descr></descr><agrmnum>DOG-PTS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-09-01 00:00:00</accoffdate><blockdate>2012-09-19 11:54:37</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Комб. авт.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>19</vgid><parentvgid>0</parentvgid><id>4</id><tarid>183</tarid><agrmid>15</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>2917.333333</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ003-183</login><descr></descr><agrmnum>DOG-PTS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-09-01 00:00:00</accoffdate><blockdate>2012-09-19 11:54:37</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Комб. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1030</vgid><parentvgid>0</parentvgid><id>3</id><tarid>652</tarid><agrmid>15</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>2917.333333</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Услуги по договору DOG-PTS-003 (1351687611)</login><descr></descr><agrmnum>DOG-PTS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-10-31 16:46:51</creationdate><accondate>2012-10-31 16:46:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2012-10-31 16:47:19</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Услуги по подписке</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>16</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>UZ003-093</login><descr></descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2015-06-01 09:57:53</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>18</vgid><parentvgid>0</parentvgid><id>3</id><tarid>547</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UY003-547</login><descr></descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2015-06-01 09:57:53</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Комб. акт. (With turbo)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>20</vgid><parentvgid>0</parentvgid><id>4</id><tarid>182</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ003-273</login><descr></descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2015-06-01 09:57:54</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>794</vgid><parentvgid>0</parentvgid><id>1</id><tarid>4</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>k9k</login><descr>dfgdfgdfgdfgdfg</descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-09-19 17:01:44</creationdate><accondate>2012-11-01 09:04:57</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-11-01 00:18:55</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1031</vgid><parentvgid>0</parentvgid><id>3</id><tarid>652</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Услуги по договору DOG-ETS-003 (1351687653)</login><descr></descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-10-31 16:47:33</creationdate><accondate>2012-10-31 16:47:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2012-10-31 16:48:23</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Услуги по подписке</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>2327</vgid><parentvgid>0</parentvgid><id>315</id><tarid>595</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login></login><descr>24g24t2r42</descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2014-05-13 14:38:44</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>2437</vgid><parentvgid>0</parentvgid><id>3</id><tarid>832</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login></login><descr>treeeee</descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2015-02-18 15:03:42</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>2448</vgid><parentvgid>0</parentvgid><id>1</id><tarid>55</tarid><agrmid>16</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-800.00055799999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>obtest</login><descr></descr><agrmnum>DOG-ETS-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2015-03-24 13:42:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. акт. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>730</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>qweqwe</login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-08-30 12:48:03</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1638</vgid><parentvgid>0</parentvgid><id>3</id><tarid>657</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>qqq12343rfwef</login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-12-12 17:42:06</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1874</vgid><parentvgid>0</parentvgid><id>3</id><tarid>545</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login></login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2013-02-18 11:43:00</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Фикс. акт.!</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1964</vgid><parentvgid>0</parentvgid><id>317</id><tarid>618</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-15</dclear><login>ss</login><descr>asd</descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2013-06-18 09:32:50</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent08</agentdescr><tarifdescr>Эконом</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>2394</vgid><parentvgid>0</parentvgid><id>11</id><tarid>657</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>111</login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2014-10-01 13:35:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>TestUsBox</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>2536</vgid><parentvgid>0</parentvgid><id>313</id><tarid>815</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2015-12-22</dclear><login>rm12814</login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2015-12-22 15:08:59</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>2538</vgid><parentvgid>0</parentvgid><id>632</id><tarid>757</tarid><agrmid>17</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-375.01111100000003</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2015-12-23</dclear><login>w5x</login><descr></descr><agrmnum>DOG-A-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2015-12-23 13:59:46</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>проверка удаления агента</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>1071</vgid><parentvgid>0</parentvgid><id>9</id><tarid>664</tarid><agrmid>18</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-033ww</login><descr></descr><agrmnum>DOG-B-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-11-13 09:46:52</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Test usbox 1117</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>1877</vgid><parentvgid>0</parentvgid><id>10</id><tarid>55</tarid><agrmid>18</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>u</login><descr></descr><agrmnum>DOG-B-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2013-02-18 12:17:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PPP</agentdescr><tarifdescr>Фикс. акт. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>2206</vgid><parentvgid>0</parentvgid><id>322</id><tarid>757</tarid><agrmid>18</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login></login><descr></descr><agrmnum>DOG-B-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2013-12-03 16:27:28</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address></ret><ret><vgid>2273</vgid><parentvgid>19</parentvgid><id>579</id><tarid>756</tarid><agrmid>18</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>vg3login</login><descr>vg3descr</descr><agrmnum>DOG-B-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2014-02-27 16:33:25</creationdate><accondate>2014-11-01 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-11-26 16:02:03</blockdate><agentdescr>AB-agent-1</agentdescr><tarifdescr>Эконом+ТВ (Alevtina)</tarifdescr><symbol>руб</symbol><parentvglogin>UZ003-183</parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>2274</vgid><parentvgid>20</parentvgid><id>579</id><tarid>779</tarid><agrmid>18</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>vg4login</login><descr>vg4descr</descr><agrmnum>DOG-B-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2014-02-27 16:35:21</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>AB-agent-1</agentdescr><tarifdescr>Эконом+ТВ (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin>UZ003-273</parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>21</vgid><parentvgid>0</parentvgid><id>5</id><tarid>364</tarid><agrmid>19</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-1352.3225809999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ003-365</login><descr></descr><agrmnum>DOG-VoIP-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-10-01 00:00:00</accoffdate><blockdate>2012-10-05 06:34:57</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>822</vgid><parentvgid>0</parentvgid><id>9</id><tarid>603</tarid><agrmid>19</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>7</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-1352.3225809999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>test-tarif-change</login><descr></descr><agrmnum>DOG-VoIP-003</agrmnum><code></code><username>USER-003 user userovich</username><creationdate>2012-09-20 17:11:19</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-10-01 00:00:00</accoffdate><blockdate>2012-10-05 06:33:55</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>USBOX-TEST-002</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,92,1869,3327,173265,760819,113,40,83,66</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Floor 2,30</address></address><address><type>1</type><code>6,92,1869,3327,173265,760819,113,40,83,67</code><address>Test Country 1,АО Region 1,р-н Area 2,пгт City 2,волость Settl 1,гск Street 2,уч-к Building 4,оф Flat 1,п. Porch 2,эт. Replace floor,30</address></address><address><type>2</type><code>7,94,1873,3331,173268,0,121,42,0,0</code><address>Test Country 2,АО Region 1,тер Area 2,пгт City 2,городок Settle 3,,корп. CI.SE.st 1,комн. 3,,,17</address></address></ret><ret><vgid>22</vgid><parentvgid>0</parentvgid><id>1</id><tarid>1</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>UZ004-004</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2013-10-21 20:24:55</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>24</vgid><parentvgid>0</parentvgid><id>3</id><tarid>548</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UX004-548</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2012-08-23 11:29:27</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Фикс. авт.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>26</vgid><parentvgid>0</parentvgid><id>4</id><tarid>182</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ004-184</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2012-08-23 11:29:27</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>913</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>eeeww222</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2012-09-24 17:55:40</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>1333</vgid><parentvgid>0</parentvgid><id>16</id><tarid>124</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>1121312321</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2012-12-02 16:32:49</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>on x on x (NEW5) </agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>2449</vgid><parentvgid>0</parentvgid><id>1</id><tarid>55</tarid><agrmid>20</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25855.718413999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>obtest2</login><descr></descr><agrmnum>DOG-PTS-004</agrmnum><code>ss</code><username>USER-004</username><creationdate>2015-03-24 13:43:06</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. акт. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>1873</vgid><parentvgid>0</parentvgid><id>3</id><tarid>657</tarid><agrmid>22</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-1983.8225809999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login></login><descr></descr><agrmnum>DOG-A-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-02-18 11:27:22</creationdate><accondate>2013-04-17 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-05-27 06:58:26</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address></ret><ret><vgid>2139</vgid><parentvgid>0</parentvgid><id>3</id><tarid>832</tarid><agrmid>22</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-1983.8225809999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>new_usbox_login_xxx</login><descr></descr><agrmnum>DOG-A-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-10-18 16:23:53</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>2161</vgid><parentvgid>0</parentvgid><id>3</id><tarid>832</tarid><agrmid>22</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-1983.8225809999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>new_usbox_login666</login><descr></descr><agrmnum>DOG-A-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-11-08 12:57:00</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>724</vgid><parentvgid>0</parentvgid><id>1</id><tarid>4</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>345retertt34t</login><descr>t34t34t34t</descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2012-08-28 18:24:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>739</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>TestUser</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2012-09-07 16:07:41</creationdate><accondate>2012-09-24 00:00:00</accondate><accoffdate>2015-08-06 00:00:00</accoffdate><blockdate>2015-08-06 09:53:27</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,5,80,32,0,15128,0,0,0,0</code><address>Россия,Респ Кабардино-Балкарская,р-н Терский,г Терек,,пер Заводской,,,,,361202</address></address></ret><ret><vgid>1868</vgid><parentvgid>0</parentvgid><id>3</id><tarid>573</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>14</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login></login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-02-15 18:08:30</creationdate><accondate>2013-04-14 00:00:00</accondate><accoffdate>2013-04-16 00:00:00</accoffdate><blockdate>2013-04-16 00:00:10</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Разовые и периодические услуги 1</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address></ret><ret><vgid>1878</vgid><parentvgid>0</parentvgid><id>18</id><tarid>19</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>iu</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-02-18 12:18:24</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>LBinet</agentdescr><tarifdescr>Фикс. акт. 500/100 (ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address></ret><ret><vgid>2160</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>aaaaaaaaaaaaax</login><descr>cucumber_test_template_1</descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-11-08 11:42:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address><address><type>1</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address><address><type>2</type><code>1,86,0,0,0,754945,52,22,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 100,п. 3,эт. 4,</address></address></ret><ret><vgid>2193</vgid><parentvgid>0</parentvgid><id>4</id><tarid>252</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>6hht53g55</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-11-14 18:24:48</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Комб. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>2195</vgid><parentvgid>0</parentvgid><id>4</id><tarid>232</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>er4ntge4edf</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-11-14 18:43:01</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>2234</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tst_x02</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2014-01-16 13:06:27</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>2246</vgid><parentvgid>0</parentvgid><id>317</id><tarid>753</tarid><agrmid>23</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10405.179984</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>hhhhh</login><descr></descr><agrmnum>DOG-B-004</agrmnum><code></code><username>USER-004</username><creationdate>2014-01-28 18:53:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent08</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>28</vgid><parentvgid>0</parentvgid><id>5</id><tarid>364</tarid><agrmid>24</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6294.1034479999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>UZ004-366</login><descr></descr><agrmnum>DOG-VoIP-004</agrmnum><code></code><username>USER-004</username><creationdate>2011-05-22 18:28:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-05-11 00:00:06</accoffdate><blockdate>2013-11-01 00:29:38</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address></ret><ret><vgid>2190</vgid><parentvgid>0</parentvgid><id>4</id><tarid>1014</tarid><agrmid>24</agrmid><blkreq>0</blkreq><blocked>1</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6294.1034479999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>DOG-VoIP-004</login><descr></descr><agrmnum>DOG-VoIP-004</agrmnum><code></code><username>USER-004</username><creationdate>2013-11-14 18:12:12</creationdate><accondate>2013-11-19 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-04-11 06:56:03</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%) (Копия) (Копия) (Копия) (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>2233</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>24</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6294.1034479999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tst_x01</login><descr></descr><agrmnum>DOG-VoIP-004</agrmnum><code></code><username>USER-004</username><creationdate>2014-01-16 13:00:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>2395</vgid><parentvgid>0</parentvgid><id>5</id><tarid>399</tarid><agrmid>24</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6294.1034479999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>vvv-tst</login><descr></descr><agrmnum>DOG-VoIP-004</agrmnum><code></code><username>USER-004</username><creationdate>2014-10-13 12:14:07</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Фикс. акт. 500/100 (&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,44,0,587,0,221260,127,45,85,69</code><address>Россия,обл Московская,,г Орехово-Зуево,,проезд Беляцкого,дом 14,кв 57,п. 3,эт. 5,142613</address></address></ret><ret><vgid>634</vgid><parentvgid>0</parentvgid><id>3</id><tarid>682</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zax_al19</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-05-17 10:34:36</creationdate><accondate>2012-05-17 00:00:00</accondate><accoffdate>2012-08-27 18:08:37</accoffdate><blockdate>2013-09-17 14:41:24</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>657</vgid><parentvgid>0</parentvgid><id>3</id><tarid>657</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>DOG-A-091-20120827181310</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-05-18 01:46:55</creationdate><accondate>2012-05-18 00:00:00</accondate><accoffdate>2012-08-27 18:08:37</accoffdate><blockdate>2013-09-17 14:41:24</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>726</vgid><parentvgid>0</parentvgid><id>9</id><tarid>682</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>DOG-A-091-2012082login</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-08-29 12:02:24</creationdate><accondate>2012-09-07 17:24:08</accondate><accoffdate>2013-07-17 00:00:00</accoffdate><blockdate>2013-09-17 14:41:25</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>727</vgid><parentvgid>0</parentvgid><id>9</id><tarid>682</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>DOG-A-091-lo</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-08-29 12:39:42</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>742</vgid><parentvgid>0</parentvgid><id>9</id><tarid>552</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>12345</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-09-07 16:59:54</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Дин. без.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1065</vgid><parentvgid>0</parentvgid><id>18</id><tarid>34</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>123456</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-11 21:19:10</creationdate><accondate>2012-11-11 00:00:00</accondate><accoffdate>2013-05-14 00:00:00</accoffdate><blockdate>2013-05-14 15:48:37</blockdate><agentdescr>LBinet</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2078</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>456</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1310752.777516</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123456-test-address</login><descr></descr><agrmnum>DOG-A-091-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-08-09 13:00:29</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1338</vgid><parentvgid>0</parentvgid><id>4</id><tarid>196</tarid><agrmid>459</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>108</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-900</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>333333</login><descr></descr><agrmnum>233233</agrmnum><code></code><username>Калико Ирина Борисовна</username><creationdate>2012-12-02 20:03:16</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,756677,35,0,0,0</code><address>Россия,г Москва,,,,ул Первомайская,дом 13,,,,</address></address><address><type>1</type><code>1,86,0,0,0,756677,35,0,0,0</code><address>Россия,г Москва,,,,ул Первомайская,дом 13,,,,</address></address><address><type>2</type><code>1,86,0,0,0,756677,35,0,0,0</code><address>Россия,г Москва,,,,ул Первомайская,дом 13,,,,</address></address></ret><ret><vgid>684</vgid><parentvgid>0</parentvgid><id>4</id><tarid>235</tarid><agrmid>460</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5423.0977419999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>test-actions-201208log</login><descr></descr><agrmnum>test-actions-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-06-05 10:40:03</creationdate><accondate>2011-01-01 00:00:00</accondate><accoffdate>2012-08-27 18:08:48</accoffdate><blockdate>2013-09-17 14:41:37</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. акт. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>756</vgid><parentvgid>0</parentvgid><id>5</id><tarid>191</tarid><agrmid>460</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5423.0977419999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>VGroup-filter-test</login><descr></descr><agrmnum>test-actions-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-09-14 11:33:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Дин. акт. 500/100 (мин. платеж 90р)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>964</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>460</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5423.0977419999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>test-tarif-stat1</login><descr></descr><agrmnum>test-actions-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-10-02 16:12:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1033</vgid><parentvgid>0</parentvgid><id>3</id><tarid>652</tarid><agrmid>460</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>5423.0977419999999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Услуги по договору test-actions-20120827181310 (1351863154)</login><descr></descr><agrmnum>test-actions-20120827181310</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-02 17:32:34</creationdate><accondate>2012-11-02 17:32:00</accondate><accoffdate>2013-07-17 00:00:00</accoffdate><blockdate>2013-09-17 14:41:39</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Услуги по подписке</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1959</vgid><parentvgid>0</parentvgid><id>331</id><tarid>548</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>cas_test</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-05-30 16:15:49</creationdate><accondate>2014-01-14 12:49:22</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:22</blockdate><agentdescr>testCAS</agentdescr><tarifdescr>Фикс. авт.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,,115408</address></address></ret><ret><vgid>1960</vgid><parentvgid>0</parentvgid><id>9</id><tarid>548</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>cas_test_notCas</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-06-03 14:44:27</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>Фикс. авт.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address></ret><ret><vgid>2163</vgid><parentvgid>0</parentvgid><id>341</id><tarid>826</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123-002-hybrid</login><descr>123-002-hybrid</descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-08 15:45:25</creationdate><accondate>2014-01-14 12:49:22</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:22</blockdate><agentdescr>Hybrid TV</agentdescr><tarifdescr>Hybrid ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2164</vgid><parentvgid>0</parentvgid><id>341</id><tarid>572</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123456</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-08 15:46:26</creationdate><accondate>2014-01-14 12:49:22</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:22</blockdate><agentdescr>Hybrid TV</agentdescr><tarifdescr>Разовые и Периодические услуги</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address></ret><ret><vgid>2165</vgid><parentvgid>0</parentvgid><id>342</id><tarid>781</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>wwwwqqqqaaaassss</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 16:10:01</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>dtv-nocards-test-agent-no-cards</agentdescr><tarifdescr>antivirus</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2166</vgid><parentvgid>0</parentvgid><id>342</id><tarid>781</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>wwwwqqqqaaaassss234234</login><descr>asdasd</descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 16:16:18</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>dtv-nocards-test-agent-no-cards</agentdescr><tarifdescr>antivirus</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2167</vgid><parentvgid>0</parentvgid><id>342</id><tarid>750</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zzzz1332222</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 16:17:24</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>dtv-nocards-test-agent-no-cards</agentdescr><tarifdescr>Электричество</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2168</vgid><parentvgid>0</parentvgid><id>342</id><tarid>545</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tjth33gerger</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 16:21:30</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>dtv-nocards-test-agent-no-cards</agentdescr><tarifdescr>Фикс. акт.!</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2169</vgid><parentvgid>0</parentvgid><id>342</id><tarid>697</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>sdfger4g234</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 17:11:38</creationdate><accondate>2014-01-14 12:49:23</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:23</blockdate><agentdescr>dtv-nocards-test-agent-no-cards</agentdescr><tarifdescr>ЦТВ (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2171</vgid><parentvgid>0</parentvgid><id>331</id><tarid>1116</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>111222333111222333</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 17:14:36</creationdate><accondate>2014-01-14 12:49:22</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-14 12:49:22</blockdate><agentdescr>testCAS</agentdescr><tarifdescr>ЦТВ (Автоматическая блокировка)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2252</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2014-02-03 16:09:23</creationdate><accondate>2014-02-03 00:00:00</accondate><accoffdate>2015-06-11 00:00:00</accoffdate><blockdate>2015-06-11 06:31:15</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2253</vgid><parentvgid>0</parentvgid><id>5</id><tarid>457</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>234</login><descr>-</descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2014-02-03 16:12:43</creationdate><accondate>2014-02-03 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-02-03 12:12:43</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>[A] Дин. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2452</vgid><parentvgid>0</parentvgid><id>633</id><tarid>1116</tarid><agrmid>472</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>123</cuid><dirty>0</dirty><balance>25119838.951469999</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123-002</login><descr></descr><agrmnum>123-002</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2015-04-22 14:31:15</creationdate><accondate>2015-04-22 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-08-24 19:00:06</blockdate><agentdescr>CerberCrypt</agentdescr><tarifdescr>ЦТВ (Автоматическая блокировка)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address></ret><ret><vgid>735</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>473</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>7830.5161340000004</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>smvg</login><descr></descr><agrmnum>123-003</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-09-06 09:52:00</creationdate><accondate>2012-09-27 00:00:00</accondate><accoffdate>2013-03-04 00:00:00</accoffdate><blockdate>2013-03-04 18:26:57</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1036</vgid><parentvgid>0</parentvgid><id>3</id><tarid>652</tarid><agrmid>473</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>7830.5161340000004</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Услуги по договору 123-003 (1352198947)</login><descr></descr><agrmnum>123-003</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-06 14:49:07</creationdate><accondate>2012-11-06 14:49:00</accondate><accoffdate>2013-03-04 00:00:00</accoffdate><blockdate>2013-03-04 18:26:57</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Услуги по подписке</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>755</vgid><parentvgid>0</parentvgid><id>3</id><tarid>765</tarid><agrmid>480</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>97138.930642000007</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>GUMI-test-services-TAR-600</login><descr></descr><agrmnum>GUMI-123-006</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-09-13 09:53:25</creationdate><accondate>2012-12-06 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2013-08-23 00:01:01</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>МТС Антивирус</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2170</vgid><parentvgid>0</parentvgid><id>343</id><tarid>832</tarid><agrmid>480</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>97138.930642000007</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>trthrthrthrth</login><descr></descr><agrmnum>GUMI-123-006</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 17:13:43</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2183</vgid><parentvgid>0</parentvgid><id>343</id><tarid>551</tarid><agrmid>480</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>97138.930642000007</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>32135421321321111111</login><descr></descr><agrmnum>GUMI-123-006</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:19:50</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Фикс. без. (new)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2226</vgid><parentvgid>0</parentvgid><id>313</id><tarid>153</tarid><agrmid>480</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>97138.930642000007</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login></login><descr></descr><agrmnum>GUMI-123-006</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2014-01-15 13:39:48</creationdate><accondate>2015-10-05 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-05 18:54:09</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Комб. без. 500/100 (ночь ск. 15%)(&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address></ret><ret><vgid>745</vgid><parentvgid>0</parentvgid><id>3</id><tarid>600</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-600</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 10:59:16</creationdate><accondate>2012-09-17 10:13:56</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>USBOX-TEST</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>746</vgid><parentvgid>0</parentvgid><id>3</id><tarid>601</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-601</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:13:05</creationdate><accondate>2012-09-17 10:13:57</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>USBOX-TEST-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>748</vgid><parentvgid>0</parentvgid><id>3</id><tarid>600</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-600-001</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:34:59</creationdate><accondate>2012-09-17 10:13:57</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>USBOX-TEST</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>749</vgid><parentvgid>0</parentvgid><id>3</id><tarid>600</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-600-002</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:36:57</creationdate><accondate>2012-09-17 10:13:57</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>USBOX-TEST</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>750</vgid><parentvgid>0</parentvgid><id>3</id><tarid>553</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-601-001</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:39:17</creationdate><accondate>2012-09-17 10:13:57</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Комб. без.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>751</vgid><parentvgid>0</parentvgid><id>3</id><tarid>603</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-603</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:41:46</creationdate><accondate>2012-09-17 10:13:57</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>USBOX-TEST-002</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>965</vgid><parentvgid>0</parentvgid><id>1</id><tarid>4</tarid><agrmid>484</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>1202255.464409</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>test-balance</login><descr></descr><agrmnum>PETROV-123-008</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-10-03 12:09:27</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:28:30</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>747</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>PETROV-VGroup-TAR-602</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 11:14:15</creationdate><accondate>2012-09-17 10:19:18</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:09</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>752</vgid><parentvgid>0</parentvgid><id>9</id><tarid>601</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-Vgrup-TAR-601-002</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 12:34:29</creationdate><accondate>2012-09-17 10:19:18</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>USBOX-TEST-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>753</vgid><parentvgid>0</parentvgid><id>9</id><tarid>601</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>PETROV-VGroup-TAR-601-003</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-12 12:35:19</creationdate><accondate>2012-09-17 10:19:18</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>USBOX-TEST-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>767</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>PETROV-turbo-TEST</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-17 10:02:05</creationdate><accondate>2012-09-17 10:03:33</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>769</vgid><parentvgid>0</parentvgid><id>3</id><tarid>546</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear></dclear><login>zzz</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-17 10:15:30</creationdate><accondate>2012-09-17 10:19:18</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Дин. акт.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>776</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>PETROV-turbo-001</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-09-17 10:52:52</creationdate><accondate>2012-09-17 10:54:43</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>966</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>485</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-10880.226632</balance><ppdebt>123</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>test-balance-001</login><descr></descr><agrmnum>PETROV-123-009</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-10-03 12:22:10</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2014-12-01 10:05:52</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>958</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>519</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>10500</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>promised_test</login><descr></descr><agrmnum>123-021</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-10-01 12:27:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:02:10</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>1018</vgid><parentvgid>0</parentvgid><id>9</id><tarid>682</tarid><agrmid>538</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-46993</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>ccttvv</login><descr></descr><agrmnum>123-032</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-10-23 18:12:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-11-02 00:00:00</accoffdate><blockdate>2012-11-02 18:47:34</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>tarif-act-block-003</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1045</vgid><parentvgid>0</parentvgid><id>9</id><tarid>697</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>1234562</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-08 09:47:11</creationdate><accondate>2012-11-08 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-01-28 00:01:19</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>ЦТВ (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1114</vgid><parentvgid>0</parentvgid><id>4</id><tarid>668</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>34235</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-16 16:32:09</creationdate><accondate>2014-01-14 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-30 15:56:47</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,,,115408</address></address></ret><ret><vgid>1118</vgid><parentvgid>0</parentvgid><id>4</id><tarid>666</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>525346</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-19 10:56:49</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Фикс. без. 500/100 (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,,,115408</address></address></ret><ret><vgid>1121</vgid><parentvgid>0</parentvgid><id>9</id><tarid>792</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>My_new_test_user</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2012-11-23 10:04:18</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>dtv3-tar-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,,,115408</address></address></ret><ret><vgid>2172</vgid><parentvgid>0</parentvgid><id>343</id><tarid>832</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>aaaa11222333</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 19:39:27</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2173</vgid><parentvgid>0</parentvgid><id>343</id><tarid>832</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>aaaa112223333</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 19:39:34</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2174</vgid><parentvgid>0</parentvgid><id>343</id><tarid>832</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>aaaa11223344</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-11 19:40:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>ЯТарифA</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2175</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf34e</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 12:57:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2176</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf34e!sfw</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:00:31</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2177</vgid><parentvgid>0</parentvgid><id>343</id><tarid>657</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf34e!sfwd</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:00:56</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2178</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf!</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:01:42</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2179</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf!d</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:02:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2180</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf!dss</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:05:14</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2181</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf!dss!</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:12:13</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2182</vgid><parentvgid>0</parentvgid><id>343</id><tarid>752</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>54effwefwf!dss!d</login><descr></descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-12 13:12:37</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>dtv+cards</agentdescr><tarifdescr>Вода</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>2251</vgid><parentvgid>0</parentvgid><id>341</id><tarid>554</tarid><agrmid>586</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-161118.600225</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123</login><descr>awrsdfghj</descr><agrmnum>123-035</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2014-02-03 11:52:23</creationdate><accondate>2014-02-03 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2014-02-03 08:00:50</blockdate><agentdescr>Hybrid TV</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address><address><type>2</type><code>1,18,389,162,0,70647,32,0,0,0</code><address>Россия,край Краснодарский,р-н Славянский,г Славянск-на-Кубани,,ул Набережная,дом 121,,,,353560</address></address></ret><ret><vgid>1041</vgid><parentvgid>0</parentvgid><id>3</id><tarid>553</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-11-07 13:46:07</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Комб. без.</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1356</vgid><parentvgid>0</parentvgid><id>6</id><tarid>596</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>14</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123ё123323</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-03 14:54:35</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>snmp</agentdescr><tarifdescr>Фикс. без. 500/100 (ночь ск. 15%)(&gt;400м ск. 20%, &gt;600м ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>1552</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001111</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-10 11:00:23</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1560</vgid><parentvgid>0</parentvgid><id>9</id><tarid>554</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123-036-036</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-10 15:28:26</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>cerbercrypt</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1563</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>USER-001USER-001</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-10 15:42:13</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1589</vgid><parentvgid>0</parentvgid><id>295</id><tarid>52</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>1589</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-10 20:05:30</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>rad 192.168.8.0</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (&gt;2G ск. 20%, &gt;3G ск. 35%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>1795</vgid><parentvgid>0</parentvgid><id>3</id><tarid>554</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>Детская музыкальная школа имени М.П.Мусоргского</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-17 19:32:39</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>ЦТВ</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>1835</vgid><parentvgid>0</parentvgid><id>1</id><tarid>2</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>asdf-test</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-18 17:16:19</creationdate><accondate>2014-06-23 00:00:00</accondate><accoffdate>2014-09-01 00:00:00</accoffdate><blockdate>2014-09-01 04:53:47</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Турбокнопка</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>2154</vgid><parentvgid>0</parentvgid><id>13</id><tarid>854</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>vgroup-test-test</login><descr>sdafasdf</descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2013-10-22 15:24:42</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Тест Кодировки</agentdescr><tarifdescr>Тест ЦТВ 3</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2155</vgid><parentvgid>0</parentvgid><id>351</id><tarid>124</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>vgroup-test-test</login><descr>asfdfasd</descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2013-10-22 15:25:14</creationdate><accondate>2013-12-21 15:09:22</accondate><accoffdate>2014-09-01 00:00:00</accoffdate><blockdate>2014-09-01 04:53:50</blockdate><agentdescr>agent-create-investigation-005</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2205</vgid><parentvgid>0</parentvgid><id>317</id><tarid>124</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login></login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2013-12-03 16:18:00</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2015-10-01 00:00:00</accoffdate><blockdate>2015-10-08 20:56:52</blockdate><agentdescr>The agent08</agentdescr><tarifdescr>Фикс. без. 500/100 (мин. платеж 90р) (ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2258</vgid><parentvgid>0</parentvgid><id>3</id><tarid>765</tarid><agrmid>587</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-6787.988096</balance><ppdebt>-1000</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-001_antivirus</login><descr></descr><agrmnum>123-036</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-02-14 14:16:53</creationdate><accondate>2014-02-14 00:00:00</accondate><accoffdate>2014-09-01 00:00:00</accoffdate><blockdate>2014-09-01 04:53:53</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>МТС Антивирус</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>1781</vgid><parentvgid>0</parentvgid><id>2</id><tarid>92</tarid><agrmid>589</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>qweqwewwww</login><descr></descr><agrmnum>test-mixed</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2012-12-17 11:36:33</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-06-22 11:44:26</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Дин. акт. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2352</vgid><parentvgid>0</parentvgid><id>577</id><tarid>7</tarid><agrmid>589</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>123</login><descr></descr><agrmnum>test-mixed</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2014-06-10 17:37:47</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-06-22 11:44:26</blockdate><agentdescr>test agent</agentdescr><tarifdescr>Фикс. без. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,61,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,п. 5,,248010</address></address></ret><ret><vgid>2441</vgid><parentvgid>0</parentvgid><id>314</id><tarid>756</tarid><agrmid>589</agrmid><blkreq>0</blkreq><blocked>3</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-01</dclear><login>test_template</login><descr>gwgr</descr><agrmnum>test-mixed</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-02-18 15:12:18</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-06-22 11:44:26</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом+ТВ (Alevtina)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>8,96,0,0,0,760828,143,0,0,0</code><address>Test Country 3,округ Test,,,,д a,дом 1,,,,</address></address><address><type>1</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address><address><type>2</type><code>1,8,108,0,6643,665399,142,0,0,0</code><address>Россия,Респ Коми,р-н Ижемский,,с Брыкаланск,ул Административная,дом 1,,,,169477</address></address></ret><ret><vgid>1072</vgid><parentvgid>0</parentvgid><id>3</id><tarid>551</tarid><agrmid>688</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>10902</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>111111111111111111111111111111111111111111111111111111111111111111111111111111133333333332222222222222222666666666666666666</login><descr></descr><agrmnum>123-047</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2012-11-13 11:31:22</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>2012-11-13 00:00:00</accoffdate><blockdate>2013-03-21 16:45:18</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Фикс. без. (new)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>1862</vgid><parentvgid>0</parentvgid><id>1</id><tarid>4</tarid><agrmid>5386</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4841</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>8115</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>login-kkk1</login><descr></descr><agrmnum>DOG-K-001</agrmnum><code></code><username>Конфеткина Ирина Васильевна</username><creationdate>2013-02-14 11:44:13</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Фикс. авт. 500/100 </tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,756427,53,0,0,0</code><address>Россия,г Москва,,,,ул Мытищинская 2-я,дом 1,,,,129626</address></address><address><type>1</type><code>1,86,0,0,0,756427,53,0,0,0</code><address>Россия,г Москва,,,,ул Мытищинская 2-я,дом 1,,,,129626</address></address><address><type>2</type><code>1,86,0,0,0,756427,53,0,0,0</code><address>Россия,г Москва,,,,ул Мытищинская 2-я,дом 1,,,,129626</address></address></ret><ret><vgid>1951</vgid><parentvgid>0</parentvgid><id>10</id><tarid>76</tarid><agrmid>5386</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4841</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>8115</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>login-kkk</login><descr></descr><agrmnum>DOG-K-001</agrmnum><code></code><username>Конфеткина Ирина Васильевна</username><creationdate>2013-05-24 10:29:33</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PPP</agentdescr><tarifdescr>Фикс. авт. 500/100 (&gt;2G ск. 20%, &gt;3G ск. 35%)(ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755514,55,20,0,0</code><address>Россия,г Москва,,,,ул Байкальская,дом 1,комн. 1,,,</address></address></ret><ret><vgid>1890</vgid><parentvgid>0</parentvgid><id>1</id><tarid>1182</tarid><agrmid>5428</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>122</uid><agenttype>6</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>68670.924736999994</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>045406111</login><descr></descr><agrmnum>hehe</agrmnum><code></code><username>Петров Сергей Иванович</username><creationdate>2013-03-28 17:59:15</creationdate><accondate>2013-03-28 18:00:35</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-10-09 14:37:01</blockdate><agentdescr>Radius_test_test</agentdescr><tarifdescr>Первый</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>1</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address><address><type>2</type><code>1,86,0,0,0,755228,34,16,0,0</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 12,кв 22,,,115408</address></address></ret><ret><vgid>1961</vgid><parentvgid>0</parentvgid><id>3</id><tarid>572</tarid><agrmid>5477</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4893</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>3565.3870969999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>6789</login><descr>УЗ для услуг аренды</descr><agrmnum>123-123</agrmnum><code></code><username>Гумилев "Борзый" Андрей Степанович</username><creationdate>2013-06-10 20:08:21</creationdate><accondate>2013-06-10 00:00:00</accondate><accoffdate>2013-08-17 00:00:00</accoffdate><blockdate>2013-09-17 14:41:12</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>Разовые и Периодические услуги</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755123,57,23,65,44</code><address>Россия,г Москва,,,,ул Автомоторная,дом 12,кв 21,3 3,2 2,125438</address></address><address><type>1</type><code>1,86,0,0,0,755123,57,23,65,44</code><address>Россия,г Москва,,,,ул Автомоторная,дом 12,кв 21,3 3,2 2,125438</address></address><address><type>2</type><code>1,86,0,0,0,755123,57,23,65,44</code><address>Россия,г Москва,,,,ул Автомоторная,дом 12,кв 21,3 3,2 2,125438</address></address></ret><ret><vgid>2073</vgid><parentvgid>0</parentvgid><id>3</id><tarid>675</tarid><agrmid>5477</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4893</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>3565.3870969999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>this_fucking_test_tpl3</login><descr></descr><agrmnum>123-123</agrmnum><code></code><username>Гумилев "Борзый" Андрей Степанович</username><creationdate>2013-08-08 12:27:05</creationdate><accondate>2013-09-17 09:17:29</accondate><accoffdate>2013-08-17 00:00:00</accoffdate><blockdate>2013-09-17 14:41:13</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>tarif-auto-block-002</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755123,57,23,65,44</code><address>Россия,г Москва,,,,ул Автомоторная,дом 12,кв 21,3 3,2 2,125438</address></address></ret><ret><vgid>2074</vgid><parentvgid>0</parentvgid><id>3</id><tarid>675</tarid><agrmid>5477</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4893</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>3565.3870969999998</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>tpl_3_newTest</login><descr></descr><agrmnum>123-123</agrmnum><code></code><username>Гумилев "Борзый" Андрей Степанович</username><creationdate>2013-08-08 13:07:35</creationdate><accondate>2013-09-17 09:17:29</accondate><accoffdate>2013-08-17 00:00:00</accoffdate><blockdate>2013-09-17 14:41:13</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>tarif-auto-block-002</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755123,57,23,65,44</code><address>Россия,г Москва,,,,ул Автомоторная,дом 12,кв 21,3 3,2 2,125438</address></address></ret><ret><vgid>2198</vgid><parentvgid>0</parentvgid><id>313</id><tarid>753</tarid><agrmid>5701</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>107</uid><agenttype>1</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>ya_malenkiy_slon</login><descr></descr><agrmnum>test-00002-2013-08-20</agrmnum><code></code><username>Гумилев Матвей Степанович</username><creationdate>2013-11-21 16:09:46</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>The agent</agentdescr><tarifdescr>Эконом (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,755228,18,9,64,43</code><address>Россия,г Москва,,,,ул Алма-Атинская,дом 13,комн. 23,п. 5,эт. 2,115408</address></address></ret><ret><vgid>2112</vgid><parentvgid>0</parentvgid><id>3</id><tarid>849</tarid><agrmid>5704</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>5199</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>123246346</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>planned-service-vg-001</login><descr></descr><agrmnum>planned-service-agrm</agrmnum><code></code><username>planned-service planned-service planned-service</username><creationdate>2013-09-04 11:53:47</creationdate><accondate>2013-10-09 12:07:03</accondate><accoffdate>2013-10-09 12:07:13</accoffdate><blockdate>2013-10-09 12:07:13</blockdate><agentdescr>UsBox</agentdescr><tarifdescr>planned-service-tariff-001</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address><address><type>1</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address><address><type>2</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address></ret><ret><vgid>2445</vgid><parentvgid>0</parentvgid><id>4</id><tarid>1162</tarid><agrmid>25930</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>8</uid><agenttype>7</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>login-004</login><descr></descr><agrmnum>additional</agrmnum><code></code><username>USER-004</username><creationdate>2015-03-05 19:26:26</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>PCDR</agentdescr><tarifdescr>Main</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,86,0,0,0,754945,52,19,62,41</code><address>Россия,г Москва,,,,ул Академика Скрябина,дом 3 / 123,кв 2,п. 3,эт. 4,</address></address></ret><ret><vgid>2484</vgid><parentvgid>0</parentvgid><id>11</id><tarid>657</tarid><agrmid>25938</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4993</uid><agenttype>13</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>110</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>test_new_acc</login><descr></descr><agrmnum>120003</agrmnum><code></code><username>123123</username><creationdate>2015-08-05 10:35:27</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>TestUsBox</agentdescr><tarifdescr>ЦТВ 2</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address><address><type>1</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address><address><type>2</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address></ret><ret><vgid>2539</vgid><parentvgid>0</parentvgid><id>5</id><tarid>435</tarid><agrmid>25939</agrmid><blkreq>0</blkreq><blocked>10</blocked><canmodify>1</canmodify><uid>4993</uid><agenttype>12</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>100</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear></dclear><login>123123-81</login><descr></descr><agrmnum>120004</agrmnum><code></code><username>123123</username><creationdate>2015-12-29 12:31:51</creationdate><accondate>0000-00-00 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>0000-00-00 00:00:00</blockdate><agentdescr>RADIUS (VoIP)</agentdescr><tarifdescr>Фикс. акт. 500/100 (&gt;400м ск. 20%, &gt;600м ск. 35%)(ночь ск. 15%)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>6,0,0,0,0,0,0,0,0,0</code><address>Test Country 1,,,,,,,,,,</address></address></ret><ret><vgid>2508</vgid><parentvgid>0</parentvgid><id>2</id><tarid>1218</tarid><agrmid>25998</agrmid><blkreq>0</blkreq><blocked>4</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-616.66666699999996</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>1111</login><descr></descr><agrmnum>001-000001</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-09-24 15:13:32</creationdate><accondate>2015-09-24 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-09-24 15:14:36</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Комб. без. 500/100 (Копия)</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret><ret><vgid>2507</vgid><parentvgid>0</parentvgid><id>2</id><tarid>99</tarid><agrmid>25999</agrmid><blkreq>0</blkreq><blocked>0</blocked><canmodify>1</canmodify><uid>5</uid><agenttype>4</agenttype><usercategory>0</usercategory><cuid>0</cuid><dirty>0</dirty><balance>-2616.666667</balance><ppdebt>0</ppdebt><dlimit>0</dlimit><dclear>2016-02-16</dclear><login>putin</login><descr></descr><agrmnum>001-000002</agrmnum><code></code><username>"Иванов" "Иван" "Иванович"</username><creationdate>2015-09-24 14:59:21</creationdate><accondate>2015-09-24 00:00:00</accondate><accoffdate>0000-00-00 00:00:00</accoffdate><blockdate>2015-09-24 15:03:23</blockdate><agentdescr>NetFlow</agentdescr><tarifdescr>Комб. без. 500/100</tarifdescr><symbol>руб</symbol><parentvglogin></parentvglogin><address><type>0</type><code>1,34,0,405,0,173437,13,7,0,0</code><address>Россия,обл Калужская,,г Калуга,,ул Багговута,дом 66,кв 4,,,248010</address></address></ret></lbapi:getVgroupsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment